COLOR #559D6E

HEX: #559D6E RGB: (85,157,110)

Color info

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

RGB color model

#559D6E color RGB value is (85,157,110).

RGB: (85,157,110) (33%, 62%, 43%)

RGB channels and saturation

R 85 of 255 = 33%
G 157 of 255 = 62%
B 110 of 255 = 43%

85
157
110

R + G + B ~ 46%. #559D6E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 157 + 110 = 352 (100%)
R 85 of 352 ~ 24.15%
G 157 of 352 ~ 44.6%
B 110 of 352 ~ 31.25'%

%24.15
%44.6
%31.25

CMYK color model

#559D6E color CMYK value is (46,0,30,38).

  • cyan value is 45.86%
  • magenta value is 0.00%
  • yellow value is 29.94%
  • key color value is 38.43%
CMYK: (46,0,30,38) C46M0Y30K38 (46%,0%,30%,38%) (0.46/0.00/0.30/0.38) 

CMYK percentages

%45.86
%0
%29.94
%38.43

Codes

Color #559D6E in popluar color models

55 9D 6E
RGB 85 157 110
HSL 141° 29.75% 47.45%
HSB/HSV 141° 45.86% 61.57%
CMYK 45.86% 0.00% 29.94%
38.43%

Color #559D6E in popluar number systems.

HEX 55 9D 6E
Decimal 85 157 110
Binary 1010101 10011101 1101110
Octal 125 235 156

Shades and tints

Shades of #559D6E

#559D6E
(85,157,110)
#4E8F64
(78,143,100)
#47815A
(71,129,90)
#407350
(64,115,80)
#396546
(57,101,70)
#32573C
(50,87,60)
#2B4932
(43,73,50)
#243B28
(36,59,40)
#1D2D1E
(29,45,30)
#161F14
(22,31,20)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #559D6E

#559D6E
(85,157,110)
#64A57B
(100,165,123)
#73AD88
(115,173,136)
#82B595
(130,181,149)
#91BDA2
(145,189,162)
#A0C5AF
(160,197,175)
#AFCDBC
(175,205,188)
#BED5C9
(190,213,201)
#CDDDD6
(205,221,214)
#DCE5E3
(220,229,227)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559D6E color. Also use rgb(85,157,110) instead hex code.

Text Font Color

.myTextColor { color: #559D6E; }

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

This text font color is #559D6E.

Background Color

.myBgColor { background-color: #559D6E; }

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

This div background color is #559D6E.

Border color

.myBorderColor { border: 1px solid #559D6E; }

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

This div border color is #559D6E.

Opacity

.myOpacity80 { color: #559D6E; opacity: 0.8; }

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

Text with #559D6E 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 #559D6E;}

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

This text has shadow with #559D6E color.


.textShadow {text-shadow: 3px 3px 1px #559D6E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #559D6E; -webkit-box-shadow: 1px 1px 3px 2px #559D6E; box-shadow:1px 1px 3px 2px #559D6E;">
Div content here
</div>

This div box has shadow with color #559D6E.

Preview

Color preview on black background

This text has color #559D6E on black background.


Color preview on white background

This text has color #559D6E on white background.


Black color preview on #559D6E background

This text has black color on #559D6E background.


White color preview on #559D6E background

This text has white color on #559D6E background.


Related colors

Complementary color

Complementary color for #hex is #AA6291.


I love getcolorcode.com

Triadic colors

1 #6E559D and #9D6E55 with #559D6E are triadic colors.

2 #6E9D55 and #9D556E with #559D6E are triadic colors.