Color Hex Logo

#577991 Color Hex

#577991
(87,121,145)
0 Favorites   0 Comments

Color spaces of #577991

RGB 87121145
HSL0.570.250.45
HSV205°40°57°
CMYK 0.400.170.00   0.43
XYZ15.878717.745329.3764
Yxy17.74530.25200.2817
Hunter Lab42.1252-6.4351-11.8588
CIE-Lab49.1857-5.5952-16.8446

#577991 color RGB value is (87,121,145).

#577991 hex color red value is 87, green value is 121 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #577991 hue: 0.57 , saturation: 0.25 and the lightness value of 577991 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111001 10010001
Octal 127 171 221
Decimal 87 121 145
Hex 57 79 91

RGB Percentages of Color #577991

%24.65
%34.28
%41.08

CMYK Percentages of Color #577991

%40
%17
%0
%43

Triadic Colors of #577991

#577991 #915779 #799157

Analogous Colors of #577991

#577991 #575c91 #57918c

Monochromatic Colors of #577991

#577991

Complementary Color

#577991 #916f57

#577991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#577991 Color CSS Codes

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

#577991 Text Font Color

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

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


#577991 Background Color

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

This div background color is #577991


#577991 Border Color

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

This div border color is #577991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577991


Comments

No comments written yet.

Please login to write comment.