Color Hex Logo

#053aab Color Hex

#053AAB
(5,58,171)
0 Favorites   0 Comments

Color spaces of #053aab

RGB 558171
HSL0.610.940.35
HSV221°97°67°
CMYK 0.970.660.00   0.33
XYZ8.92635.998739.2155
Yxy5.99870.16490.1108
Hunter Lab24.492222.1936-77.7870
CIE-Lab29.409231.5437-64.0053

#053aab color RGB value is (5,58,171).

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

The process color (four color CMYK) of #053aab color hex is 0.97, 0.66, 0.00, 0.33. Web safe color of #053aab is #003399. Color #053aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111010 10101011
Octal 5 72 253
Decimal 5 58 171
Hex 5 3A AB

RGB Percentages of Color #053aab

%2.14
%24.79
%73.08

CMYK Percentages of Color #053aab

%97
%66
%0
%33

Triadic Colors of #053aab

#053aab #ab053a #3aab05

Analogous Colors of #053aab

#053aab #2305ab #058dab

Monochromatic Colors of #053aab

#053aab

Complementary Color

#053aab #ab7605

#053aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#053aab Color CSS Codes

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

#053aab Text Font Color

<p style="color:#053aab">Text here</p>

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


#053aab Background Color

<div style="background-color:#053aab">
Div content here</div>

This div background color is #053aab


#053aab Border Color

<div style="border:3px solid #053aab">
Div here</div>

This div border color is #053aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053aab


Comments

No comments written yet.

Please login to write comment.