Color Hex Logo

#57655e Color Hex

#57655E
(87,101,94)
0 Favorites   0 Comments

Color spaces of #57655e

RGB 8710194
HSL0.420.070.37
HSV150°14°40°
CMYK 0.140.000.07   0.60
XYZ10.604512.141712.3743
Yxy12.14170.30190.3457
Hunter Lab34.8449-6.65503.3361
CIE-Lab41.4404-6.88192.1591

#57655e color RGB value is (87,101,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100101 01011110
Octal 127 145 136
Decimal 87 101 94
Hex 57 65 5E

RGB Percentages of Color #57655e

%30.85
%35.82
%33.33

CMYK Percentages of Color #57655e

%14
%0
%7
%60

Triadic Colors of #57655e

#57655e #5e5765 #655e57

Analogous Colors of #57655e

#57655e #576565 #576557

Monochromatic Colors of #57655e

#57655e

Complementary Color

#57655e #65575e

#57655e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57655e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57655e Color CSS Codes

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

#57655e Text Font Color

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

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


#57655e Background Color

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

This div background color is #57655e


#57655e Border Color

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

This div border color is #57655e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57655e


Comments

No comments written yet.

Please login to write comment.