COLOR #559E66

HEX: #559E66 RGB: (85,158,102)

Color info

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

RGB color model

#559E66 color RGB value is (85,158,102).

RGB: (85,158,102) (33%, 62%, 40%)

RGB channels and saturation

R 85 of 255 = 33%
G 158 of 255 = 62%
B 102 of 255 = 40%

85
158
102

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

Portions of RGB colors in percentages

R + G + B = 85 + 158 + 102 = 345 (100%)
R 85 of 345 ~ 24.64%
G 158 of 345 ~ 45.8%
B 102 of 345 ~ 29.57'%

%24.64
%45.8
%29.57

CMYK color model

#559E66 color CMYK value is (46,0,35,38).

  • cyan value is 46.20%
  • magenta value is 0.00%
  • yellow value is 35.44%
  • key color value is 38.04%

CMYK: (46,0,35,38)
C46M0Y35K38 (46%, 0%, 35%, 38%)
(0.46 / 0.00 / 0.35 / 0.38)

CMYK percentages

%46.2
%0
%35.44
%38.04

Codes

Color #559E66 in popluar color models

55 9E 66
RGB 85 158 102
HSL 134° 30.04% 47.65%
HSB/HSV 134° 46.20% 61.96%
CMYK 46.20% 0.00% 35.44%
38.04%

Color #559E66 in popluar number systems.

HEX 55 9E 66
Decimal 85 158 102
Binary 1010101 10011110 1100110
Octal 125 236 146

Shades and tints

Shades of #559E66

#559E66
(85,158,102)
#4E905D
(78,144,93)
#478254
(71,130,84)
#40744B
(64,116,75)
#396642
(57,102,66)
#325839
(50,88,57)
#2B4A30
(43,74,48)
#243C27
(36,60,39)
#1D2E1E
(29,46,30)
#162015
(22,32,21)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #559E66

#559E66
(85,158,102)
#64A673
(100,166,115)
#73AE80
(115,174,128)
#82B68D
(130,182,141)
#91BE9A
(145,190,154)
#A0C6A7
(160,198,167)
#AFCEB4
(175,206,180)
#BED6C1
(190,214,193)
#CDDECE
(205,222,206)
#DCE6DB
(220,230,219)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559E66 color. Also use rgb(85,158,102) instead hex code.

Text Font Color

.myTextColor { color: #559E66; }

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

This text font color is #559E66.

Background Color

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

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

This div background color is #559E66.

Border color

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

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

This div border color is #559E66.

Opacity

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

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

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

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

This text has shadow with #559E66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #559E66.

Preview

Color preview on black background

This text has color #559E66 on black background.


Color preview on white background

This text has color #559E66 on white background.


Black color preview on #559E66 background

This text has black color on #559E66 background.


White color preview on #559E66 background

This text has white color on #559E66 background.


Related colors

Complementary color

Complementary color for #hex is #AA6199.


I love getcolorcode.com

Triadic colors

1 #66559E and #9E6655 with #559E66 are triadic colors.

2 #669E55 and #9E5566 with #559E66 are triadic colors.