Color Hex Logo

#576064 Color Hex

#576064
(87,96,100)
0 Favorites   0 Comments

Color spaces of #576064

RGB 8796100
HSL0.550.070.37
HSV198°13°39°
CMYK 0.130.040.00   0.61
XYZ10.413611.312113.6912
Yxy11.31210.29400.3194
Hunter Lab33.6335-3.5914-0.5918
CIE-Lab40.1012-2.5626-3.4713

#576064 color RGB value is (87,96,100).

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

The process color (four color CMYK) of #576064 color hex is 0.13, 0.04, 0.00, 0.61. Web safe color of #576064 is #666666. Color #576064 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100000 01100100
Octal 127 140 144
Decimal 87 96 100
Hex 57 60 64

RGB Percentages of Color #576064

%30.74
%33.92
%35.34

CMYK Percentages of Color #576064

%13
%4
%0
%61

Triadic Colors of #576064

#576064 #645760 #606457

Analogous Colors of #576064

#576064 #575a64 #576462

Monochromatic Colors of #576064

#576064

Complementary Color

#576064 #645b57

#576064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#576064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#576064 Color CSS Codes

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

#576064 Text Font Color

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

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


#576064 Background Color

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

This div background color is #576064


#576064 Border Color

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

This div border color is #576064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #576064


Comments

No comments written yet.

Please login to write comment.