Color Hex Logo

#576881 Color Hex

#576881
(87,104,129)
0 Favorites   0 Comments

Color spaces of #576881

RGB 87104129
HSL0.600.190.42
HSV216°33°51°
CMYK 0.330.190.00   0.49
XYZ12.843213.511822.7000
Yxy13.51180.26180.2754
Hunter Lab36.7584-1.9602-10.8834
CIE-Lab43.52450.0043-15.9626

#576881 color RGB value is (87,104,129).

#576881 hex color red value is 87, green value is 104 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #576881 hue: 0.60 , saturation: 0.19 and the lightness value of 576881 is 0.42.

The process color (four color CMYK) of #576881 color hex is 0.33, 0.19, 0.00, 0.49. Web safe color of #576881 is #666699. Color #576881 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01101000 10000001
Octal 127 150 201
Decimal 87 104 129
Hex 57 68 81

RGB Percentages of Color #576881

%27.19
%32.50
%40.31

CMYK Percentages of Color #576881

%33
%19
%0
%49

Triadic Colors of #576881

#576881 #815768 #688157

Analogous Colors of #576881

#576881 #5b5781 #577d81

Monochromatic Colors of #576881

#576881

Complementary Color

#576881 #817057

#576881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#576881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#576881 Color CSS Codes

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

#576881 Text Font Color

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

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


#576881 Background Color

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

This div background color is #576881


#576881 Border Color

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

This div border color is #576881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #576881


Comments

No comments written yet.

Please login to write comment.