Color Hex Logo

#055aac Color Hex

#055AAC
(5,90,172)
0 Favorites   0 Comments

Color spaces of #055aac

RGB 590172
HSL0.580.940.35
HSV209°97°67°
CMYK 0.970.480.00   0.33
XYZ11.165110.323240.4338
Yxy10.32320.18030.1667
Hunter Lab32.12975.8018-52.1229
CIE-Lab38.416410.3219-49.9343

#055aac color RGB value is (5,90,172).

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

The process color (four color CMYK) of #055aac color hex is 0.97, 0.48, 0.00, 0.33. Web safe color of #055aac is #006699. Color #055aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011010 10101100
Octal 5 132 254
Decimal 5 90 172
Hex 5 5A AC

RGB Percentages of Color #055aac

%1.87
%33.71
%64.42

CMYK Percentages of Color #055aac

%97
%48
%0
%33

Triadic Colors of #055aac

#055aac #ac055a #5aac05

Analogous Colors of #055aac

#055aac #0506ac #05acab

Monochromatic Colors of #055aac

#055aac

Complementary Color

#055aac #ac5705

#055aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#055aac Color CSS Codes

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

#055aac Text Font Color

<p style="color:#055aac">Text here</p>

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


#055aac Background Color

<div style="background-color:#055aac">
Div content here</div>

This div background color is #055aac


#055aac Border Color

<div style="border:3px solid #055aac">
Div here</div>

This div border color is #055aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055aac


Comments

No comments written yet.

Please login to write comment.