Color Hex Logo

#05616a Color Hex

#05616A
(5,97,106)
0 Favorites   0 Comments

Color spaces of #05616a

RGB 597106
HSL0.510.910.22
HSV185°95°42°
CMYK 0.950.080.00   0.58
XYZ6.93889.622315.1272
Yxy9.62230.21900.3037
Hunter Lab31.0198-14.3562-7.1996
CIE-Lab37.1558-20.1493-11.9368

#05616a color RGB value is (5,97,106).

#05616a hex color red value is 5, green value is 97 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #05616a hue: 0.51 , saturation: 0.91 and the lightness value of 05616a is 0.22.

The process color (four color CMYK) of #05616a color hex is 0.95, 0.08, 0.00, 0.58. Web safe color of #05616a is #006666. Color #05616a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100001 01101010
Octal 5 141 152
Decimal 5 97 106
Hex 5 61 6A

RGB Percentages of Color #05616a

%2.40
%46.63
%50.96

CMYK Percentages of Color #05616a

%95
%8
%0
%58

Triadic Colors of #05616a

#05616a #6a0561 #616a05

Analogous Colors of #05616a

#05616a #052f6a #056a41

Monochromatic Colors of #05616a

#05616a

Complementary Color

#05616a #6a0e05

#05616a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05616a Color Preview on White Background

Lorem ipsum dolor sit amet.

#05616a Color CSS Codes

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

#05616a Text Font Color

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

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


#05616a Background Color

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

This div background color is #05616a


#05616a Border Color

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

This div border color is #05616a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05616a


Comments

No comments written yet.

Please login to write comment.