Color Hex Logo

#50656f Color Hex

#50656F
(80,101,111)
0 Favorites   0 Comments

Color spaces of #50656f

RGB 80101111
HSL0.550.160.37
HSV199°28°44°
CMYK 0.280.090.00   0.56
XYZ10.831212.160516.8153
Yxy12.16050.27210.3055
Hunter Lab34.8719-5.5838-4.1794
CIE-Lab41.4701-5.3065-8.2166

#50656f color RGB value is (80,101,111).

#50656f hex color red value is 80, green value is 101 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #50656f hue: 0.55 , saturation: 0.16 and the lightness value of 50656f is 0.37.

The process color (four color CMYK) of #50656f color hex is 0.28, 0.09, 0.00, 0.56. Web safe color of #50656f is #666666. Color #50656f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100101 01101111
Octal 120 145 157
Decimal 80 101 111
Hex 50 65 6F

RGB Percentages of Color #50656f

%27.40
%34.59
%38.01

CMYK Percentages of Color #50656f

%28
%9
%0
%56

Triadic Colors of #50656f

#50656f #6f5065 #656f50

Analogous Colors of #50656f

#50656f #50566f #506f6a

Monochromatic Colors of #50656f

#50656f

Complementary Color

#50656f #6f5a50

#50656f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50656f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50656f Color CSS Codes

.mybgcolor {background-color:#50656f; } 
.myforecolor {color:#50656f; }
.mybordercolor {border:3px solid #50656f; }

#50656f Text Font Color

<p style="color:#50656f">Text here</p>

This sample text font color is #50656f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#50656f Background Color

<div style="background-color:#50656f">
Div content here</div>

This div background color is #50656f


#50656f Border Color

<div style="border:3px solid #50656f">
Div here</div>

This div border color is #50656f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,101,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50656f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50656f;
  -webkit-box-shadow: 1px 1px 3px 2px #50656f;
  box-shadow:         1px 1px 3px 2px #50656f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,101,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #50656f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #50656f;
  -webkit-box-shadow: 1px 1px 3px 2px #50656f;
  box-shadow:         1px 1px 3px 2px #50656f;">
Div content here</div>

This div box has shadow with color #50656f


Comments

No comments written yet.

Please login to write comment.