Color Hex Logo

#05560a Color Hex

#05560A
(5,86,10)
0 Favorites   0 Comments

Color spaces of #05560a

RGB 58610
HSL0.340.890.18
HSV124°94°34°
CMYK 0.940.000.88   0.66
XYZ3.44526.70981.4007
Yxy6.70980.29810.5806
Hunter Lab25.9033-21.589814.9262
CIE-Lab31.1369-37.702834.4081

#05560a color RGB value is (5,86,10).

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

The process color (four color CMYK) of #05560a color hex is 0.94, 0.00, 0.88, 0.66. Web safe color of #05560a is #006600. Color #05560a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010110 00001010
Octal 5 126 12
Decimal 5 86 10
Hex 5 56 A

RGB Percentages of Color #05560a

%4.95
%85.15
%9.90

CMYK Percentages of Color #05560a

%94
%0
%88
%66

Triadic Colors of #05560a

#05560a #0a0556 #560a05

Analogous Colors of #05560a

#05560a #055633 #295605

Monochromatic Colors of #05560a

#05560a

Complementary Color

#05560a #560551

#05560a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05560a Color Preview on White Background

Lorem ipsum dolor sit amet.

#05560a Color CSS Codes

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

#05560a Text Font Color

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

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


#05560a Background Color

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

This div background color is #05560a


#05560a Border Color

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

This div border color is #05560a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05560a

#05560a Color Palettes


Comments

No comments written yet.

Please login to write comment.