Color Hex Logo

#576099 Color Hex

#576099
(87,96,153)
0 Favorites   0 Comments

Color spaces of #576099

RGB 8796153
HSL0.640.280.47
HSV232°43°60°
CMYK 0.430.370.00   0.40
XYZ13.863112.691931.8561
Yxy12.69190.23730.2173
Hunter Lab35.62577.1151-28.0785
CIE-Lab42.295311.9220-32.2632

#576099 color RGB value is (87,96,153).

#576099 hex color red value is 87, green value is 96 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #576099 hue: 0.64 , saturation: 0.28 and the lightness value of 576099 is 0.47.

The process color (four color CMYK) of #576099 color hex is 0.43, 0.37, 0.00, 0.40. Web safe color of #576099 is #666699. Color #576099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100000 10011001
Octal 127 140 231
Decimal 87 96 153
Hex 57 60 99

RGB Percentages of Color #576099

%25.89
%28.57
%45.54

CMYK Percentages of Color #576099

%43
%37
%0
%40

Triadic Colors of #576099

#576099 #995760 #609957

Analogous Colors of #576099

#576099 #6f5799 #578199

Monochromatic Colors of #576099

#576099

Complementary Color

#576099 #999057

#576099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#576099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#576099 Color CSS Codes

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

#576099 Text Font Color

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

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


#576099 Background Color

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

This div background color is #576099


#576099 Border Color

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

This div border color is #576099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #576099


Comments

No comments written yet.

Please login to write comment.