Color Hex Logo

#05564f Color Hex

#05564F
(5,86,79)
0 Favorites   0 Comments

Color spaces of #05564f

RGB 58679
HSL0.490.890.18
HSV175°94°34°
CMYK 0.940.000.08   0.66
XYZ4.80177.25248.5439
Yxy7.25240.23310.3521
Hunter Lab26.9303-15.30120.0409
CIE-Lab32.3747-23.6748-2.2193

#05564f color RGB value is (5,86,79).

#05564f hex color red value is 5, green value is 86 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #05564f hue: 0.49 , saturation: 0.89 and the lightness value of 05564f is 0.18.

The process color (four color CMYK) of #05564f color hex is 0.94, 0.00, 0.08, 0.66. Web safe color of #05564f is #006666. Color #05564f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010110 01001111
Octal 5 126 117
Decimal 5 86 79
Hex 5 56 4F

RGB Percentages of Color #05564f

%2.94
%50.59
%46.47

CMYK Percentages of Color #05564f

%94
%0
%8
%66

Triadic Colors of #05564f

#05564f #4f0556 #564f05

Analogous Colors of #05564f

#05564f #053556 #055627

Monochromatic Colors of #05564f

#05564f

Complementary Color

#05564f #56050c

#05564f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05564f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05564f Color CSS Codes

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

#05564f Text Font Color

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

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


#05564f Background Color

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

This div background color is #05564f


#05564f Border Color

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

This div border color is #05564f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05564f


Comments

No comments written yet.

Please login to write comment.