Color Hex Logo

#577caa Color Hex

#577CAA
(87,124,170)
0 Favorites   0 Comments

Color spaces of #577caa

RGB 87124170
HSL0.590.330.50
HSV213°49°67°
CMYK 0.490.270.00   0.33
XYZ18.393819.343840.7945
Yxy19.34380.23420.2463
Hunter Lab43.9816-2.3162-24.2065
CIE-Lab51.08700.0425-28.5145

#577caa color RGB value is (87,124,170).

#577caa hex color red value is 87, green value is 124 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #577caa hue: 0.59 , saturation: 0.33 and the lightness value of 577caa is 0.50.

The process color (four color CMYK) of #577caa color hex is 0.49, 0.27, 0.00, 0.33. Web safe color of #577caa is #666699. Color #577caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111100 10101010
Octal 127 174 252
Decimal 87 124 170
Hex 57 7C AA

RGB Percentages of Color #577caa

%22.83
%32.55
%44.62

CMYK Percentages of Color #577caa

%49
%27
%0
%33

Triadic Colors of #577caa

#577caa #aa577c #7caa57

Analogous Colors of #577caa

#577caa #5b57aa #57a6aa

Monochromatic Colors of #577caa

#577caa

Complementary Color

#577caa #aa8557

#577caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#577caa Color CSS Codes

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

#577caa Text Font Color

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

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


#577caa Background Color

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

This div background color is #577caa


#577caa Border Color

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

This div border color is #577caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,124,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #577caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #577caa;
  -webkit-box-shadow: 1px 1px 3px 2px #577caa;
  box-shadow:         1px 1px 3px 2px #577caa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577caa


Comments

No comments written yet.

Please login to write comment.