Color Hex Logo

#055dac Color Hex

#055DAC
(5,93,172)
0 Favorites   0 Comments

Color spaces of #055dac

RGB 593172
HSL0.580.940.35
HSV208°97°67°
CMYK 0.970.460.00   0.33
XYZ11.423310.839540.5199
Yxy10.83950.18190.1727
Hunter Lab32.92344.3175-49.9238
CIE-Lab39.30888.3483-48.4975

#055dac color RGB value is (5,93,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011101 10101100
Octal 5 135 254
Decimal 5 93 172
Hex 5 5D AC

RGB Percentages of Color #055dac

%1.85
%34.44
%63.70

CMYK Percentages of Color #055dac

%97
%46
%0
%33

Triadic Colors of #055dac

#055dac #ac055d #5dac05

Analogous Colors of #055dac

#055dac #0509ac #05aca8

Monochromatic Colors of #055dac

#055dac

Complementary Color

#055dac #ac5405

#055dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#055dac Color CSS Codes

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

#055dac Text Font Color

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

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


#055dac Background Color

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

This div background color is #055dac


#055dac Border Color

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

This div border color is #055dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055dac


Comments

No comments written yet.

Please login to write comment.