Color Hex Logo

#05516c Color Hex

#05516C
(5,81,108)
0 Favorites   0 Comments

Color spaces of #05516c

RGB 581108
HSL0.540.910.22
HSV196°95°42°
CMYK 0.950.250.00   0.58
XYZ5.71186.999815.2374
Yxy6.99980.20440.2504
Hunter Lab26.4571-7.7638-15.6268
CIE-Lab31.8065-10.2162-21.4108

#05516c color RGB value is (5,81,108).

#05516c hex color red value is 5, green value is 81 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #05516c hue: 0.54 , saturation: 0.91 and the lightness value of 05516c is 0.22.

The process color (four color CMYK) of #05516c color hex is 0.95, 0.25, 0.00, 0.58. Web safe color of #05516c is #006666. Color #05516c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010001 01101100
Octal 5 121 154
Decimal 5 81 108
Hex 5 51 6C

RGB Percentages of Color #05516c

%2.58
%41.75
%55.67

CMYK Percentages of Color #05516c

%95
%25
%0
%58

Triadic Colors of #05516c

#05516c #6c0551 #516c05

Analogous Colors of #05516c

#05516c #051d6c #056c54

Monochromatic Colors of #05516c

#05516c

Complementary Color

#05516c #6c2005

#05516c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05516c Color Preview on White Background

Lorem ipsum dolor sit amet.

#05516c Color CSS Codes

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

#05516c Text Font Color

<p style="color:#05516c">Text here</p>

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


#05516c Background Color

<div style="background-color:#05516c">
Div content here</div>

This div background color is #05516c


#05516c Border Color

<div style="border:3px solid #05516c">
Div here</div>

This div border color is #05516c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05516c


Comments

No comments written yet.

Please login to write comment.