Color Hex Logo

#577fad Color Hex

#577FAD
(87,127,173)
0 Favorites   0 Comments

Color spaces of #577fad

RGB 87127173
HSL0.590.340.51
HSV212°50°68°
CMYK 0.500.270.00   0.32
XYZ19.062720.222142.4337
Yxy20.22210.23330.2475
Hunter Lab44.9690-3.0282-24.4690
CIE-Lab52.0874-0.8054-28.6956

#577fad color RGB value is (87,127,173).

#577fad hex color red value is 87, green value is 127 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #577fad hue: 0.59 , saturation: 0.34 and the lightness value of 577fad is 0.51.

The process color (four color CMYK) of #577fad color hex is 0.50, 0.27, 0.00, 0.32. Web safe color of #577fad is #666699. Color #577fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111111 10101101
Octal 127 177 255
Decimal 87 127 173
Hex 57 7F AD

RGB Percentages of Color #577fad

%22.48
%32.82
%44.70

CMYK Percentages of Color #577fad

%50
%27
%0
%32

Triadic Colors of #577fad

#577fad #ad577f #7fad57

Analogous Colors of #577fad

#577fad #5a57ad #57aaad

Monochromatic Colors of #577fad

#577fad

Complementary Color

#577fad #ad8557

#577fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#577fad Color CSS Codes

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

#577fad Text Font Color

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

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


#577fad Background Color

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

This div background color is #577fad


#577fad Border Color

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

This div border color is #577fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577fad


Comments

No comments written yet.

Please login to write comment.