Color Hex Logo

#577eaa Color Hex

#577EAA
(87,126,170)
0 Favorites   0 Comments

Color spaces of #577eaa

RGB 87126170
HSL0.590.330.50
HSV212°49°67°
CMYK 0.490.260.00   0.33
XYZ18.647019.850240.8789
Yxy19.85020.23490.2501
Hunter Lab44.5536-3.2611-23.2124
CIE-Lab51.6674-1.1382-27.6132

#577eaa color RGB value is (87,126,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111110 10101010
Octal 127 176 252
Decimal 87 126 170
Hex 57 7E AA

RGB Percentages of Color #577eaa

%22.72
%32.90
%44.39

CMYK Percentages of Color #577eaa

%49
%26
%0
%33

Triadic Colors of #577eaa

#577eaa #aa577e #7eaa57

Analogous Colors of #577eaa

#577eaa #5a57aa #57a8aa

Monochromatic Colors of #577eaa

#577eaa

Complementary Color

#577eaa #aa8357

#577eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#577eaa Color CSS Codes

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

#577eaa Text Font Color

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

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


#577eaa Background Color

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

This div background color is #577eaa


#577eaa Border Color

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

This div border color is #577eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577eaa


Comments

No comments written yet.

Please login to write comment.