Color Hex Logo

#576272 Color Hex

#576272
(87,98,114)
0 Favorites   0 Comments

Color spaces of #576272

RGB 8798114
HSL0.600.130.39
HSV216°24°45°
CMYK 0.240.140.00   0.55
XYZ11.335411.976517.6338
Yxy11.97650.27680.2925
Hunter Lab34.6071-2.0955-5.9859
CIE-Lab41.1787-0.3462-10.4324

#576272 color RGB value is (87,98,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100010 01110010
Octal 127 142 162
Decimal 87 98 114
Hex 57 62 72

RGB Percentages of Color #576272

%29.10
%32.78
%38.13

CMYK Percentages of Color #576272

%24
%14
%0
%55

Triadic Colors of #576272

#576272 #725762 #627257

Analogous Colors of #576272

#576272 #5a5772 #577072

Monochromatic Colors of #576272

#576272

Complementary Color

#576272 #726757

#576272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#576272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#576272 Color CSS Codes

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

#576272 Text Font Color

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

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


#576272 Background Color

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

This div background color is #576272


#576272 Border Color

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

This div border color is #576272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #576272

#576272 Color Palettes


Comments

No comments written yet.

Please login to write comment.