Color Hex Logo

#05561e Color Hex

#05561E
(5,86,30)
0 Favorites   0 Comments

Color spaces of #05561e

RGB 58630
HSL0.380.890.18
HSV139°94°34°
CMYK 0.940.000.65   0.66
XYZ3.62476.78162.3462
Yxy6.78160.28420.5318
Hunter Lab26.0415-20.727312.8873
CIE-Lab31.3045-35.599625.9052

#05561e color RGB value is (5,86,30).

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

The process color (four color CMYK) of #05561e color hex is 0.94, 0.00, 0.65, 0.66. Web safe color of #05561e is #006633. Color #05561e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010110 00011110
Octal 5 126 36
Decimal 5 86 30
Hex 5 56 1E

RGB Percentages of Color #05561e

%4.13
%71.07
%24.79

CMYK Percentages of Color #05561e

%94
%0
%65
%66

Triadic Colors of #05561e

#05561e #1e0556 #561e05

Analogous Colors of #05561e

#05561e #055647 #155605

Monochromatic Colors of #05561e

#05561e

Complementary Color

#05561e #56053d

#05561e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05561e Color Preview on White Background

Lorem ipsum dolor sit amet.

#05561e Color CSS Codes

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

#05561e Text Font Color

<p style="color:#05561e">Text here</p>

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


#05561e Background Color

<div style="background-color:#05561e">
Div content here</div>

This div background color is #05561e


#05561e Border Color

<div style="border:3px solid #05561e">
Div here</div>

This div border color is #05561e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05561e


Comments

No comments written yet.

Please login to write comment.