Color Hex Logo

#557fac Color Hex

#557FAC
(85,127,172)
0 Favorites   0 Comments

Color spaces of #557fac

RGB 85127172
HSL0.590.340.50
HSV211°51°67°
CMYK 0.510.260.00   0.33
XYZ18.782120.088641.9173
Yxy20.08860.23250.2487
Hunter Lab44.8203-3.6345-24.0756
CIE-Lab51.9372-1.6013-28.3595

#557fac color RGB value is (85,127,172).

#557fac hex color red value is 85, green value is 127 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #557fac hue: 0.59 , saturation: 0.34 and the lightness value of 557fac is 0.50.

The process color (four color CMYK) of #557fac color hex is 0.51, 0.26, 0.00, 0.33. Web safe color of #557fac is #666699. Color #557fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111111 10101100
Octal 125 177 254
Decimal 85 127 172
Hex 55 7F AC

RGB Percentages of Color #557fac

%22.14
%33.07
%44.79

CMYK Percentages of Color #557fac

%51
%26
%0
%33

Triadic Colors of #557fac

#557fac #ac557f #7fac55

Analogous Colors of #557fac

#557fac #5755ac #55abac

Monochromatic Colors of #557fac

#557fac

Complementary Color

#557fac #ac8255

#557fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#557fac Color CSS Codes

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

#557fac Text Font Color

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

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


#557fac Background Color

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

This div background color is #557fac


#557fac Border Color

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

This div border color is #557fac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,127,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #557fac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #557fac;
  -webkit-box-shadow: 1px 1px 3px 2px #557fac;
  box-shadow:         1px 1px 3px 2px #557fac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557fac


Comments

No comments written yet.

Please login to write comment.