COLOR #559080

HEX: #559080
RGB: (85,144,128)

Color info

#559080 contains red, green and blue colors in about the same proportion. Web safe color of #559080 is #669966 (or #696).

RGB color model

#559080 color RGB value is (85,144,128).

  • red value is 85;
  • green value is 144;
  • blue value is 128.
RGB:
(85,144,128)
(33%,56%,50%)

RGB channels and saturation

R 85 of 255 = 33%
G 144 of 255 = 56%
B 128 of 255 = 50%

85
144
128

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

Portions of RGB colors in percentages

R + G + B =
85 + 144 + 128 = 357 (100%)
R 85 of 357 ~ 23.81%
G 144 of 357 ~ 40.34%
B 128 of 357 ~ 35.85%

%23.81
%40.34
%35.85

CMYK color model

#559080 color CMYK value is (41,0,11,44).

  • cyan value is 40.97%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 43.53%
CMYK:
(41,0,11,44)
C41M0Y11K44 
(41%,0%,11%,44%)
(0.41/0.00/0.11/0.44)	

CMYK percentages

%40.97
%0
%11.11
%43.53

Codes

Color #559080 in popluar color models

559080
RGB85144128
HSL164°25.76%44.90%
HSB/HSV164°40.97%56.47%
CMYK40.97%0.00%11.11%
43.53%

Color #559080 in popluar number systems.

HEX559080
Decimal85144128
Binary10101011001000010000000
Octal125220200

Shades and tints

Shades of #559080

#559080
(85,144,128)
#4E8375
(78,131,117)
#47766A
(71,118,106)
#40695F
(64,105,95)
#395C54
(57,92,84)
#324F49
(50,79,73)
#2B423E
(43,66,62)
#243533
(36,53,51)
#1D2828
(29,40,40)
#161B1D
(22,27,29)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #559080

#559080
(85,144,128)
#649A8B
(100,154,139)
#73A496
(115,164,150)
#82AEA1
(130,174,161)
#91B8AC
(145,184,172)
#A0C2B7
(160,194,183)
#AFCCC2
(175,204,194)
#BED6CD
(190,214,205)
#CDE0D8
(205,224,216)
#DCEAE3
(220,234,227)
#EBF4EE
(235,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #559080; }

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

This text font color is #559080.


Background Color

.myBgColor { background-color: #559080; }

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

This div background color is #559080.


Border color

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

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

This div border color is #559080.


Opacity

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

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

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

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

This text has shadow with #559080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559080 on black background.


Color preview on white background

This text has color #559080 on white background.



Black color preview on #559080 background

This text has black color on #559080 background.


White color preview on #559080 background

This text has white color on #559080 background.