Color Hex Logo

#57655a Color Hex

#57655A
(87,101,90)
0 Favorites   0 Comments

Color spaces of #57655a

RGB 8710190
HSL0.370.070.37
HSV133°14°40°
CMYK 0.140.000.11   0.60
XYZ10.429612.071811.4532
Yxy12.07180.30720.3555
Hunter Lab34.7445-7.22084.7768
CIE-Lab41.3300-7.73664.4346

#57655a color RGB value is (87,101,90).

#57655a hex color red value is 87, green value is 101 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #57655a hue: 0.37 , saturation: 0.07 and the lightness value of 57655a is 0.37.

The process color (four color CMYK) of #57655a color hex is 0.14, 0.00, 0.11, 0.60. Web safe color of #57655a is #666666. Color #57655a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100101 01011010
Octal 127 145 132
Decimal 87 101 90
Hex 57 65 5A

RGB Percentages of Color #57655a

%31.29
%36.33
%32.37

CMYK Percentages of Color #57655a

%14
%0
%11
%60

Triadic Colors of #57655a

#57655a #5a5765 #655a57

Analogous Colors of #57655a

#57655a #576561 #5b6557

Monochromatic Colors of #57655a

#57655a

Complementary Color

#57655a #655762

#57655a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57655a Color Preview on White Background

Lorem ipsum dolor sit amet.

#57655a Color CSS Codes

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

#57655a Text Font Color

<p style="color:#57655a">Text here</p>

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


#57655a Background Color

<div style="background-color:#57655a">
Div content here</div>

This div background color is #57655a


#57655a Border Color

<div style="border:3px solid #57655a">
Div here</div>

This div border color is #57655a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,101,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57655a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57655a;
  -webkit-box-shadow: 1px 1px 3px 2px #57655a;
  box-shadow:         1px 1px 3px 2px #57655a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57655a


Comments

No comments written yet.

Please login to write comment.