Color Hex Logo

#575997 Color Hex

#575997
(87,89,151)
0 Favorites   0 Comments

Color spaces of #575997

RGB 8789151
HSL0.660.270.47
HSV238°42°59°
CMYK 0.420.410.00   0.41
XYZ13.088811.405430.7898
Yxy11.40540.23680.2063
Hunter Lab33.771910.0796-30.4143
CIE-Lab40.255015.7219-34.2826

#575997 color RGB value is (87,89,151).

#575997 hex color red value is 87, green value is 89 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #575997 hue: 0.66 , saturation: 0.27 and the lightness value of 575997 is 0.47.

The process color (four color CMYK) of #575997 color hex is 0.42, 0.41, 0.00, 0.41. Web safe color of #575997 is #666699. Color #575997 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011001 10010111
Octal 127 131 227
Decimal 87 89 151
Hex 57 59 97

RGB Percentages of Color #575997

%26.61
%27.22
%46.18

CMYK Percentages of Color #575997

%42
%41
%0
%41

Triadic Colors of #575997

#575997 #975759 #599757

Analogous Colors of #575997

#575997 #755797 #577997

Monochromatic Colors of #575997

#575997

Complementary Color

#575997 #979557

#575997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575997 Color CSS Codes

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

#575997 Text Font Color

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

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


#575997 Background Color

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

This div background color is #575997


#575997 Border Color

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

This div border color is #575997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575997


Comments

No comments written yet.

Please login to write comment.