COLOR #559868

HEX: #559868
RGB: (85,152,104)

Color info

#559868 contains mainly green and blue colors. Web safe color of #559868 is #669966 (or #696).

RGB color model

#559868 color RGB value is (85,152,104).

  • red value is 85;
  • green value is 152;
  • blue value is 104.
RGB:
(85,152,104)
(33%,60%,41%)

RGB channels and saturation

R 85 of 255 = 33%
G 152 of 255 = 60%
B 104 of 255 = 41%

85
152
104

R + G + B ~ 45%. #559868 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 152 + 104 = 341 (100%)
R 85 of 341 ~ 24.93%
G 152 of 341 ~ 44.57%
B 104 of 341 ~ 30.5%

%24.93
%44.57
%30.5

CMYK color model

#559868 color CMYK value is (44,0,32,40).

  • cyan value is 44.08%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 40.39%
CMYK:
(44,0,32,40)
C44M0Y32K40 
(44%,0%,32%,40%)
(0.44/0.00/0.32/0.40)	

CMYK percentages

%44.08
%0
%31.58
%40.39

Codes

Color #559868 in popluar color models

559868
RGB85152104
HSL137°28.27%46.47%
HSB/HSV137°44.08%59.61%
CMYK44.08%0.00%31.58%
40.39%

Color #559868 in popluar number systems.

HEX559868
Decimal85152104
Binary1010101100110001101000
Octal125230150

Shades and tints

Shades of #559868

#559868
(85,152,104)
#4E8B5F
(78,139,95)
#477E56
(71,126,86)
#40714D
(64,113,77)
#396444
(57,100,68)
#32573B
(50,87,59)
#2B4A32
(43,74,50)
#243D29
(36,61,41)
#1D3020
(29,48,32)
#162317
(22,35,23)
#0F160E
(15,22,14)
#000000
(0,0,0)

Tints of #559868

#559868
(85,152,104)
#64A175
(100,161,117)
#73AA82
(115,170,130)
#82B38F
(130,179,143)
#91BC9C
(145,188,156)
#A0C5A9
(160,197,169)
#AFCEB6
(175,206,182)
#BED7C3
(190,215,195)
#CDE0D0
(205,224,208)
#DCE9DD
(220,233,221)
#EBF2EA
(235,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559868 color. Also use rgb(85,152,104) instead hex code.

Text Font Color

.myTextColor { color: #559868; }

<p style="color:#559868">This sample text font color is #559868.</p>

This text font color is #559868.


Background Color

.myBgColor { background-color: #559868; }

<div style="background-color:#559868">Inner text</div>

This div background color is #559868.


Border color

.myBorderColor { border: 1px solid #559868; }

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

This div border color is #559868.


Opacity

.myOpacity80 { color: #559868; opacity: 0.8; }

<p style="color:#559868;opacity:0.8;">80%</p>

Text with #559868 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #559868;}

<p style="text-shadow: 3px 3px 1px #559868">Text here.</p>

This text has shadow with #559868 color.

.textShadow {text-shadow: 3px 3px 1px #559868, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #559868, 5px 5px 20px red">Text here.</p>

This text has shadow with #559868 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#559868, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#559868, Direction=45, Strength=4)">Text</p>

This text has shadow with #559868 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #559868;
  -webkit-box-shadow:	1px 1px 3px 2px #559868;
  box-shadow:		1px 1px 3px 2px #559868;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #559868;
-webkit-box-shadow: 1px 1px 3px 2px #559868;
box-shadow:1px 1px 3px 2px #559868;">
Div content here</div>
This div box has shadow with color #559868.

Preview

Color preview on black background

This text has color #559868 on black background.


Color preview on white background

This text has color #559868 on white background.



Black color preview on #559868 background

This text has black color on #559868 background.


White color preview on #559868 background

This text has white color on #559868 background.