COLOR #559A80

HEX: #559A80 RGB: (85,154,128)

Color info

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

RGB color model

#559A80 color RGB value is (85,154,128).

RGB: (85,154,128) (33%, 60%, 50%)

RGB channels and saturation

R 85 of 255 = 33%
G 154 of 255 = 60%
B 128 of 255 = 50%

85
154
128

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

Portions of RGB colors in percentages

R + G + B = 85 + 154 + 128 = 367 (100%)
R 85 of 367 ~ 23.16%
G 154 of 367 ~ 41.96%
B 128 of 367 ~ 34.88'%

%23.16
%41.96
%34.88

CMYK color model

#559A80 color CMYK value is (45,0,17,40).

  • cyan value is 44.81%
  • magenta value is 0.00%
  • yellow value is 16.88%
  • key color value is 39.61%

CMYK: (45,0,17,40)
C45M0Y17K40 (45%, 0%, 17%, 40%)
(0.45 / 0.00 / 0.17 / 0.40)

CMYK percentages

%44.81
%0
%16.88
%39.61

Codes

Color #559A80 in popluar color models

55 9A 80
RGB 85 154 128
HSL 157° 28.87% 46.86%
HSB/HSV 157° 44.81% 60.39%
CMYK 44.81% 0.00% 16.88%
39.61%

Color #559A80 in popluar number systems.

HEX 55 9A 80
Decimal 85 154 128
Binary 1010101 10011010 10000000
Octal 125 232 200

Shades and tints

Shades of #559A80

#559A80
(85,154,128)
#4E8C75
(78,140,117)
#477E6A
(71,126,106)
#40705F
(64,112,95)
#396254
(57,98,84)
#325449
(50,84,73)
#2B463E
(43,70,62)
#243833
(36,56,51)
#1D2A28
(29,42,40)
#161C1D
(22,28,29)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #559A80

#559A80
(85,154,128)
#64A38B
(100,163,139)
#73AC96
(115,172,150)
#82B5A1
(130,181,161)
#91BEAC
(145,190,172)
#A0C7B7
(160,199,183)
#AFD0C2
(175,208,194)
#BED9CD
(190,217,205)
#CDE2D8
(205,226,216)
#DCEBE3
(220,235,227)
#EBF4EE
(235,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #559A80; }

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

This text font color is #559A80.

Background Color

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

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

This div background color is #559A80.

Border color

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

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

This div border color is #559A80.

Opacity

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

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

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

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

This text has shadow with #559A80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #559A80.

Preview

Color preview on black background

This text has color #559A80 on black background.


Color preview on white background

This text has color #559A80 on white background.


Black color preview on #559A80 background

This text has black color on #559A80 background.


White color preview on #559A80 background

This text has white color on #559A80 background.


Related colors

Complementary color

Complementary color for #hex is #AA657F.


I love getcolorcode.com

Triadic colors

1 #80559A and #9A8055 with #559A80 are triadic colors.

2 #809A55 and #9A5580 with #559A80 are triadic colors.