Color Hex Logo

#575897 Color Hex

#575897
(87,88,151)
0 Favorites   0 Comments

Color spaces of #575897

RGB 8788151
HSL0.660.270.47
HSV239°42°59°
CMYK 0.420.420.00   0.41
XYZ13.006111.240030.7622
Yxy11.24000.23640.2043
Hunter Lab33.526110.5765-30.9338
CIE-Lab39.981816.3548-34.7145

#575897 color RGB value is (87,88,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011000 10010111
Octal 127 130 227
Decimal 87 88 151
Hex 57 58 97

RGB Percentages of Color #575897

%26.69
%26.99
%46.32

CMYK Percentages of Color #575897

%42
%42
%0
%41

Triadic Colors of #575897

#575897 #975758 #589757

Analogous Colors of #575897

#575897 #765797 #577897

Monochromatic Colors of #575897

#575897

Complementary Color

#575897 #979657

#575897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575897 Color CSS Codes

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

#575897 Text Font Color

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

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


#575897 Background Color

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

This div background color is #575897


#575897 Border Color

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

This div border color is #575897


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575897


Comments

No comments written yet.

Please login to write comment.