Color Hex Logo

#57646f Color Hex

#57646F
(87,100,111)
0 Favorites   0 Comments

Color spaces of #57646f

RGB 87100111
HSL0.580.120.39
HSV208°22°44°
CMYK 0.220.100.00   0.56
XYZ11.356912.288316.8122
Yxy12.28830.28070.3037
Hunter Lab35.0547-3.5158-3.8972
CIE-Lab41.6707-2.3112-7.8641

#57646f color RGB value is (87,100,111).

#57646f hex color red value is 87, green value is 100 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #57646f hue: 0.58 , saturation: 0.12 and the lightness value of 57646f is 0.39.

The process color (four color CMYK) of #57646f color hex is 0.22, 0.10, 0.00, 0.56. Web safe color of #57646f is #666666. Color #57646f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100100 01101111
Octal 127 144 157
Decimal 87 100 111
Hex 57 64 6F

RGB Percentages of Color #57646f

%29.19
%33.56
%37.25

CMYK Percentages of Color #57646f

%22
%10
%0
%56

Triadic Colors of #57646f

#57646f #6f5764 #646f57

Analogous Colors of #57646f

#57646f #57586f #576f6e

Monochromatic Colors of #57646f

#57646f

Complementary Color

#57646f #6f6257

#57646f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57646f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57646f Color CSS Codes

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

#57646f Text Font Color

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

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


#57646f Background Color

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

This div background color is #57646f


#57646f Border Color

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

This div border color is #57646f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57646f


Comments

No comments written yet.

Please login to write comment.