Color Hex Logo

#05518a Color Hex

#05518A
(5,81,138)
0 Favorites   0 Comments

Color spaces of #05518a

RGB 581138
HSL0.570.930.28
HSV206°96°54°
CMYK 0.960.410.00   0.46
XYZ7.59257.752125.1409
Yxy7.75210.18750.1915
Hunter Lab27.8426-0.0487-34.0470
CIE-Lab33.46122.1423-37.4199

#05518a color RGB value is (5,81,138).

#05518a hex color red value is 5, green value is 81 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #05518a hue: 0.57 , saturation: 0.93 and the lightness value of 05518a is 0.28.

The process color (four color CMYK) of #05518a color hex is 0.96, 0.41, 0.00, 0.46. Web safe color of #05518a is #006699. Color #05518a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010001 10001010
Octal 5 121 212
Decimal 5 81 138
Hex 5 51 8A

RGB Percentages of Color #05518a

%2.23
%36.16
%61.61

CMYK Percentages of Color #05518a

%96
%41
%0
%46

Triadic Colors of #05518a

#05518a #8a0551 #518a05

Analogous Colors of #05518a

#05518a #050e8a #058a81

Monochromatic Colors of #05518a

#05518a

Complementary Color

#05518a #8a3e05

#05518a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05518a Color Preview on White Background

Lorem ipsum dolor sit amet.

#05518a Color CSS Codes

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

#05518a Text Font Color

<p style="color:#05518a">Text here</p>

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


#05518a Background Color

<div style="background-color:#05518a">
Div content here</div>

This div background color is #05518a


#05518a Border Color

<div style="border:3px solid #05518a">
Div here</div>

This div border color is #05518a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,81,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05518a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05518a;
  -webkit-box-shadow: 1px 1px 3px 2px #05518a;
  box-shadow:         1px 1px 3px 2px #05518a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05518a


Comments

No comments written yet.

Please login to write comment.