Color Hex Logo

#50595c Color Hex

#50595C
(80,89,92)
0 Favorites   0 Comments

Color spaces of #50595c

RGB 808992
HSL0.540.070.34
HSV195°13°36°
CMYK 0.130.030.00   0.64
XYZ8.81249.622911.5182
Yxy9.62290.29420.3213
Hunter Lab31.0208-3.5781-0.3002
CIE-Lab37.1569-2.8226-2.9386

#50595c color RGB value is (80,89,92).

#50595c hex color red value is 80, green value is 89 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #50595c hue: 0.54 , saturation: 0.07 and the lightness value of 50595c is 0.34.

The process color (four color CMYK) of #50595c color hex is 0.13, 0.03, 0.00, 0.64. Web safe color of #50595c is #666666. Color #50595c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011001 01011100
Octal 120 131 134
Decimal 80 89 92
Hex 50 59 5C

RGB Percentages of Color #50595c

%30.65
%34.10
%35.25

CMYK Percentages of Color #50595c

%13
%3
%0
%64

Triadic Colors of #50595c

#50595c #5c5059 #595c50

Analogous Colors of #50595c

#50595c #50535c #505c59

Monochromatic Colors of #50595c

#50595c

Complementary Color

#50595c #5c5350

#50595c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50595c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50595c Color CSS Codes

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

#50595c Text Font Color

<p style="color:#50595c">Text here</p>

This sample text font color is #50595c
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.


#50595c Background Color

<div style="background-color:#50595c">
Div content here</div>

This div background color is #50595c


#50595c Border Color

<div style="border:3px solid #50595c">
Div here</div>

This div border color is #50595c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,89,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50595c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50595c;
  -webkit-box-shadow: 1px 1px 3px 2px #50595c;
  box-shadow:         1px 1px 3px 2px #50595c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50595c


Comments

No comments written yet.

Please login to write comment.