Color Hex Logo

#559869 Color Hex

#559869
(85,152,105)
0 Favorites   0 Comments

Color spaces of #559869

RGB 85152105
HSL0.380.280.46
HSV138°44°60°
CMYK 0.440.000.31   0.40
XYZ17.524425.407717.3451
Yxy25.40770.29070.4215
Hunter Lab50.4061-26.152514.8821
CIE-Lab57.4705-32.102918.2551

#559869 color RGB value is (85,152,105).

#559869 hex color red value is 85, green value is 152 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #559869 hue: 0.38 , saturation: 0.28 and the lightness value of 559869 is 0.46.

The process color (four color CMYK) of #559869 color hex is 0.44, 0.00, 0.31, 0.40. Web safe color of #559869 is #669966. Color #559869 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011000 01101001
Octal 125 230 151
Decimal 85 152 105
Hex 55 98 69

RGB Percentages of Color #559869

%24.85
%44.44
%30.70

CMYK Percentages of Color #559869

%44
%0
%31
%40

Triadic Colors of #559869

#559869 #695598 #986955

Analogous Colors of #559869

#559869 #55988b #639855

Monochromatic Colors of #559869

#559869

Complementary Color

#559869 #985584

#559869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#559869 Color CSS Codes

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

#559869 Text Font Color

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

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


#559869 Background Color

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

This div background color is #559869


#559869 Border Color

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

This div border color is #559869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559869


Comments

No comments written yet.

Please login to write comment.