Color Hex Logo

#576472 Color Hex

#576472
(87,100,114)
0 Favorites   0 Comments

Color spaces of #576472

RGB 87100114
HSL0.590.130.39
HSV211°24°45°
CMYK 0.240.120.00   0.55
XYZ11.524912.355517.6970
Yxy12.35550.27720.2972
Hunter Lab35.1504-2.9877-5.2452
CIE-Lab41.7756-1.5551-9.5333

#576472 color RGB value is (87,100,114).

#576472 hex color red value is 87, green value is 100 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #576472 hue: 0.59 , saturation: 0.13 and the lightness value of 576472 is 0.39.

The process color (four color CMYK) of #576472 color hex is 0.24, 0.12, 0.00, 0.55. Web safe color of #576472 is #666666. Color #576472 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100100 01110010
Octal 127 144 162
Decimal 87 100 114
Hex 57 64 72

RGB Percentages of Color #576472

%28.90
%33.22
%37.87

CMYK Percentages of Color #576472

%24
%12
%0
%55

Triadic Colors of #576472

#576472 #725764 #647257

Analogous Colors of #576472

#576472 #585772 #577272

Monochromatic Colors of #576472

#576472

Complementary Color

#576472 #726557

#576472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#576472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#576472 Color CSS Codes

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

#576472 Text Font Color

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

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


#576472 Background Color

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

This div background color is #576472


#576472 Border Color

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

This div border color is #576472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #576472

#576472 Color Palettes


Comments

No comments written yet.

Please login to write comment.