COLOR #559A72

HEX: #559A72
RGB: (85,154,114)

Color info

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

RGB color model

#559A72 color RGB value is (85,154,114).

  • red value is 85;
  • green value is 154;
  • blue value is 114.
RGB:
(85,154,114)
(33%,60%,45%)

RGB channels and saturation

R 85 of 255 = 33%
G 154 of 255 = 60%
B 114 of 255 = 45%

85
154
114

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

Portions of RGB colors in percentages

R + G + B =
85 + 154 + 114 = 353 (100%)
R 85 of 353 ~ 24.08%
G 154 of 353 ~ 43.63%
B 114 of 353 ~ 32.29%

%24.08
%43.63
%32.29

CMYK color model

#559A72 color CMYK value is (45,0,26,40).

  • cyan value is 44.81%
  • magenta value is 0.00%
  • yellow value is 25.97%
  • key color value is 39.61%
CMYK:
(45,0,26,40)
C45M0Y26K40 
(45%,0%,26%,40%)
(0.45/0.00/0.26/0.40)	

CMYK percentages

%44.81
%0
%25.97
%39.61

Codes

Color #559A72 in popluar color models

559A72
RGB85154114
HSL145°28.87%46.86%
HSB/HSV145°44.81%60.39%
CMYK44.81%0.00%25.97%
39.61%

Color #559A72 in popluar number systems.

HEX559A72
Decimal85154114
Binary1010101100110101110010
Octal125232162

Shades and tints

Shades of #559A72

#559A72
(85,154,114)
#4E8C68
(78,140,104)
#477E5E
(71,126,94)
#407054
(64,112,84)
#39624A
(57,98,74)
#325440
(50,84,64)
#2B4636
(43,70,54)
#24382C
(36,56,44)
#1D2A22
(29,42,34)
#161C18
(22,28,24)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #559A72

#559A72
(85,154,114)
#64A37E
(100,163,126)
#73AC8A
(115,172,138)
#82B596
(130,181,150)
#91BEA2
(145,190,162)
#A0C7AE
(160,199,174)
#AFD0BA
(175,208,186)
#BED9C6
(190,217,198)
#CDE2D2
(205,226,210)
#DCEBDE
(220,235,222)
#EBF4EA
(235,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559A72 color. Also use rgb(85,154,114) instead hex code.

Text Font Color

.myTextColor { color: #559A72; }

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

This text font color is #559A72.


Background Color

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

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

This div background color is #559A72.


Border color

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

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

This div border color is #559A72.


Opacity

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

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

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

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

This text has shadow with #559A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559A72 on black background.


Color preview on white background

This text has color #559A72 on white background.



Black color preview on #559A72 background

This text has black color on #559A72 background.


White color preview on #559A72 background

This text has white color on #559A72 background.