Color Hex Logo

#055613 Color Hex

#055613
(5,86,19)
0 Favorites   0 Comments

Color spaces of #055613

RGB 58619
HSL0.360.890.18
HSV130°94°34°
CMYK 0.940.000.78   0.66
XYZ3.50796.73491.7312
Yxy6.73490.29300.5625
Hunter Lab25.9517-21.287514.2110
CIE-Lab31.1956-36.958031.0805

#055613 color RGB value is (5,86,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010110 00010011
Octal 5 126 23
Decimal 5 86 19
Hex 5 56 13

RGB Percentages of Color #055613

%4.55
%78.18
%17.27

CMYK Percentages of Color #055613

%94
%0
%78
%66

Triadic Colors of #055613

#055613 #130556 #561305

Analogous Colors of #055613

#055613 #05563c #205605

Monochromatic Colors of #055613

#055613

Complementary Color

#055613 #560548

#055613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055613 Color CSS Codes

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

#055613 Text Font Color

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

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


#055613 Background Color

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

This div background color is #055613


#055613 Border Color

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

This div border color is #055613


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055613


Comments

No comments written yet.

Please login to write comment.