Color Hex Logo

#575689 Color Hex

#575689
(87,86,137)
0 Favorites   0 Comments

Color spaces of #575689

RGB 8786137
HSL0.670.230.44
HSV241°37°54°
CMYK 0.360.370.00   0.46
XYZ11.773610.488025.0708
Yxy10.48800.24870.2216
Hunter Lab32.38528.2194-23.2294
CIE-Lab38.704413.4505-28.2658

#575689 color RGB value is (87,86,137).

#575689 hex color red value is 87, green value is 86 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #575689 hue: 0.67 , saturation: 0.23 and the lightness value of 575689 is 0.44.

The process color (four color CMYK) of #575689 color hex is 0.36, 0.37, 0.00, 0.46. Web safe color of #575689 is #666699. Color #575689 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010110 10001001
Octal 127 126 211
Decimal 87 86 137
Hex 57 56 89

RGB Percentages of Color #575689

%28.06
%27.74
%44.19

CMYK Percentages of Color #575689

%36
%37
%0
%46

Triadic Colors of #575689

#575689 #895756 #568957

Analogous Colors of #575689

#575689 #715689 #566f89

Monochromatic Colors of #575689

#575689

Complementary Color

#575689 #888956

#575689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575689 Color CSS Codes

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

#575689 Text Font Color

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

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


#575689 Background Color

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

This div background color is #575689


#575689 Border Color

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

This div border color is #575689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575689


Comments

No comments written yet.

Please login to write comment.