COLOR #559E9A

HEX: #559E9A
RGB: (85,158,154)

Color info

#559E9A contains mainly green and blue colors. Web safe color of #559E9A is #669999 (or #699).

RGB color model

#559E9A color RGB value is (85,158,154).

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

RGB channels and saturation

R 85 of 255 = 33%
G 158 of 255 = 62%
B 154 of 255 = 60%

85
158
154

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

Portions of RGB colors in percentages

R + G + B =
85 + 158 + 154 = 397 (100%)
R 85 of 397 ~ 21.41%
G 158 of 397 ~ 39.8%
B 154 of 397 ~ 38.79%

%21.41
%39.8
%38.79

CMYK color model

#559E9A color CMYK value is (46,0,3,38).

  • cyan value is 46.20%
  • magenta value is 0.00%
  • yellow value is 2.53%
  • key color value is 38.04%
CMYK:
(46,0,3,38)
C46M0Y3K38 
(46%,0%,3%,38%)
(0.46/0.00/0.03/0.38)	

CMYK percentages

%46.2
%0
%2.53
%38.04

Codes

Color #559E9A in popluar color models

559E9A
RGB85158154
HSL177°30.04%47.65%
HSB/HSV177°46.20%61.96%
CMYK46.20%0.00%2.53%
38.04%

Color #559E9A in popluar number systems.

HEX559E9A
Decimal85158154
Binary10101011001111010011010
Octal125236232

Shades and tints

Shades of #559E9A

#559E9A
(85,158,154)
#4E908C
(78,144,140)
#47827E
(71,130,126)
#407470
(64,116,112)
#396662
(57,102,98)
#325854
(50,88,84)
#2B4A46
(43,74,70)
#243C38
(36,60,56)
#1D2E2A
(29,46,42)
#16201C
(22,32,28)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #559E9A

#559E9A
(85,158,154)
#64A6A3
(100,166,163)
#73AEAC
(115,174,172)
#82B6B5
(130,182,181)
#91BEBE
(145,190,190)
#A0C6C7
(160,198,199)
#AFCED0
(175,206,208)
#BED6D9
(190,214,217)
#CDDEE2
(205,222,226)
#DCE6EB
(220,230,235)
#EBEEF4
(235,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #559E9A; }

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

This text font color is #559E9A.


Background Color

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

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

This div background color is #559E9A.


Border color

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

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

This div border color is #559E9A.


Opacity

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

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

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

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

This text has shadow with #559E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559E9A on black background.


Color preview on white background

This text has color #559E9A on white background.



Black color preview on #559E9A background

This text has black color on #559E9A background.


White color preview on #559E9A background

This text has white color on #559E9A background.