Color Hex Logo

#559905 Color Hex

#559905
(85,153,5)
0 Favorites   0 Comments

Color spaces of #559905

RGB 851535
HSL0.240.940.31
HSV88°97°60°
CMYK 0.440.000.97   0.40
XYZ15.164924.72474.1167
Yxy24.72470.34460.5618
Hunter Lab49.7239-32.577629.8981
CIE-Lab56.8062-42.631958.4016

#559905 color RGB value is (85,153,5).

#559905 hex color red value is 85, green value is 153 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #559905 hue: 0.24 , saturation: 0.94 and the lightness value of 559905 is 0.31.

The process color (four color CMYK) of #559905 color hex is 0.44, 0.00, 0.97, 0.40. Web safe color of #559905 is #669900. Color #559905 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011001 00000101
Octal 125 231 5
Decimal 85 153 5
Hex 55 99 5

RGB Percentages of Color #559905

%34.98
%62.96
%2.06

CMYK Percentages of Color #559905

%44
%0
%97
%40

Triadic Colors of #559905

#559905 #055599 #990555

Analogous Colors of #559905

#559905 #0b9905 #999305

Monochromatic Colors of #559905

#559905

Complementary Color

#559905 #490599

#559905 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559905 Color Preview on White Background

Lorem ipsum dolor sit amet.

#559905 Color CSS Codes

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

#559905 Text Font Color

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

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


#559905 Background Color

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

This div background color is #559905


#559905 Border Color

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

This div border color is #559905


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559905


Comments

No comments written yet.

Please login to write comment.