Color Hex Logo

#05596f Color Hex

#05596F
(5,89,111)
0 Favorites   0 Comments

Color spaces of #05596f

RGB 589111
HSL0.530.910.23
HSV192°95°44°
CMYK 0.950.200.00   0.56
XYZ6.50428.324716.3029
Yxy8.32470.20890.2674
Hunter Lab28.8526-10.2529-13.3045
CIE-Lab34.6502-13.8062-18.8739

#05596f color RGB value is (5,89,111).

#05596f hex color red value is 5, green value is 89 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #05596f hue: 0.53 , saturation: 0.91 and the lightness value of 05596f is 0.23.

The process color (four color CMYK) of #05596f color hex is 0.95, 0.20, 0.00, 0.56. Web safe color of #05596f is #006666. Color #05596f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011001 01101111
Octal 5 131 157
Decimal 5 89 111
Hex 5 59 6F

RGB Percentages of Color #05596f

%2.44
%43.41
%54.15

CMYK Percentages of Color #05596f

%95
%20
%0
%56

Triadic Colors of #05596f

#05596f #6f0559 #596f05

Analogous Colors of #05596f

#05596f #05246f #056f50

Monochromatic Colors of #05596f

#05596f

Complementary Color

#05596f #6f1b05

#05596f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05596f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05596f Color CSS Codes

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

#05596f Text Font Color

<p style="color:#05596f">Text here</p>

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


#05596f Background Color

<div style="background-color:#05596f">
Div content here</div>

This div background color is #05596f


#05596f Border Color

<div style="border:3px solid #05596f">
Div here</div>

This div border color is #05596f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,89,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05596f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05596f;
  -webkit-box-shadow: 1px 1px 3px 2px #05596f;
  box-shadow:         1px 1px 3px 2px #05596f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05596f


Comments

No comments written yet.

Please login to write comment.