Color Hex Logo

#0557ac Color Hex

#0557AC
(5,87,172)
0 Favorites   0 Comments

Color spaces of #0557ac

RGB 587172
HSL0.580.940.35
HSV211°97°67°
CMYK 0.970.490.00   0.33
XYZ10.91729.827240.3512
Yxy9.82720.17870.1608
Hunter Lab31.34847.3037-54.3734
CIE-Lab37.530512.3144-51.3637

#0557ac color RGB value is (5,87,172).

#0557ac hex color red value is 5, green value is 87 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #0557ac hue: 0.58 , saturation: 0.94 and the lightness value of 0557ac is 0.35.

The process color (four color CMYK) of #0557ac color hex is 0.97, 0.49, 0.00, 0.33. Web safe color of #0557ac is #006699. Color #0557ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010111 10101100
Octal 5 127 254
Decimal 5 87 172
Hex 5 57 AC

RGB Percentages of Color #0557ac

%1.89
%32.95
%65.15

CMYK Percentages of Color #0557ac

%97
%49
%0
%33

Triadic Colors of #0557ac

#0557ac #ac0557 #57ac05

Analogous Colors of #0557ac

#0557ac #0705ac #05abac

Monochromatic Colors of #0557ac

#0557ac

Complementary Color

#0557ac #ac5a05

#0557ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0557ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0557ac Color CSS Codes

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

#0557ac Text Font Color

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

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


#0557ac Background Color

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

This div background color is #0557ac


#0557ac Border Color

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

This div border color is #0557ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,87,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0557ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0557ac;
  -webkit-box-shadow: 1px 1px 3px 2px #0557ac;
  box-shadow:         1px 1px 3px 2px #0557ac; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0557ac


Comments

No comments written yet.

Please login to write comment.