Color Hex Logo

#05576f Color Hex

#05576F
(5,87,111)
0 Favorites   0 Comments

Color spaces of #05576f

RGB 587111
HSL0.540.910.23
HSV194°95°44°
CMYK 0.950.220.00   0.56
XYZ6.34007.996416.2482
Yxy7.99640.20730.2615
Hunter Lab28.2779-9.4660-14.2729
CIE-Lab33.9754-12.6334-19.9184

#05576f color RGB value is (5,87,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010111 01101111
Octal 5 127 157
Decimal 5 87 111
Hex 5 57 6F

RGB Percentages of Color #05576f

%2.46
%42.86
%54.68

CMYK Percentages of Color #05576f

%95
%22
%0
%56

Triadic Colors of #05576f

#05576f #6f0557 #576f05

Analogous Colors of #05576f

#05576f #05226f #056f52

Monochromatic Colors of #05576f

#05576f

Complementary Color

#05576f #6f1d05

#05576f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05576f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05576f Color CSS Codes

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

#05576f Text Font Color

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

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


#05576f Background Color

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

This div background color is #05576f


#05576f Border Color

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

This div border color is #05576f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05576f


Comments

No comments written yet.

Please login to write comment.