Color Hex Logo

#57605c Color Hex

#57605C
(87,96,92)
0 Favorites   0 Comments

Color spaces of #57605c

RGB 879692
HSL0.430.050.36
HSV153°38°
CMYK 0.090.000.04   0.62
XYZ10.045111.164711.7508
Yxy11.16470.30480.3387
Hunter Lab33.4136-4.81162.5386
CIE-Lab39.8565-4.36381.0834

#57605c color RGB value is (87,96,92).

#57605c hex color red value is 87, green value is 96 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #57605c hue: 0.43 , saturation: 0.05 and the lightness value of 57605c is 0.36.

The process color (four color CMYK) of #57605c color hex is 0.09, 0.00, 0.04, 0.62. Web safe color of #57605c is #666666. Color #57605c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100000 01011100
Octal 127 140 134
Decimal 87 96 92
Hex 57 60 5C

RGB Percentages of Color #57605c

%31.64
%34.91
%33.45

CMYK Percentages of Color #57605c

%9
%0
%4
%62

Triadic Colors of #57605c

#57605c #5c5760 #605c57

Analogous Colors of #57605c

#57605c #576060 #576058

Monochromatic Colors of #57605c

#57605c

Complementary Color

#57605c #60575b

#57605c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57605c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57605c Color CSS Codes

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

#57605c Text Font Color

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

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


#57605c Background Color

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

This div background color is #57605c


#57605c Border Color

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

This div border color is #57605c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,96,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 #57605c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57605c


Comments

No comments written yet.

Please login to write comment.