Color Hex Logo

#055bab Color Hex

#055BAB
(5,91,171)
0 Favorites   0 Comments

Color spaces of #055bab

RGB 591171
HSL0.580.940.35
HSV209°97°67°
CMYK 0.970.470.00   0.33
XYZ11.154410.454739.9581
Yxy10.45470.18120.1698
Hunter Lab32.33374.9944-50.6371
CIE-Lab38.64649.2519-48.9716

#055bab color RGB value is (5,91,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011011 10101011
Octal 5 133 253
Decimal 5 91 171
Hex 5 5B AB

RGB Percentages of Color #055bab

%1.87
%34.08
%64.04

CMYK Percentages of Color #055bab

%97
%47
%0
%33

Triadic Colors of #055bab

#055bab #ab055b #5bab05

Analogous Colors of #055bab

#055bab #0508ab #05aba8

Monochromatic Colors of #055bab

#055bab

Complementary Color

#055bab #ab5505

#055bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#055bab Color CSS Codes

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

#055bab Text Font Color

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

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


#055bab Background Color

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

This div background color is #055bab


#055bab Border Color

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

This div border color is #055bab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,91,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055bab


Comments

No comments written yet.

Please login to write comment.