COLOR #559C87

HEX: #559C87
RGB: (85,156,135)

Color info

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

RGB color model

#559C87 color RGB value is (85,156,135).

  • red value is 85;
  • green value is 156;
  • blue value is 135.
RGB:
(85,156,135)
(33%,61%,53%)

RGB channels and saturation

R 85 of 255 = 33%
G 156 of 255 = 61%
B 135 of 255 = 53%

85
156
135

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

Portions of RGB colors in percentages

R + G + B =
85 + 156 + 135 = 376 (100%)
R 85 of 376 ~ 22.61%
G 156 of 376 ~ 41.49%
B 135 of 376 ~ 35.9%

%22.61
%41.49
%35.9

CMYK color model

#559C87 color CMYK value is (46,0,13,39).

  • cyan value is 45.51%
  • magenta value is 0.00%
  • yellow value is 13.46%
  • key color value is 38.82%
CMYK:
(46,0,13,39)
C46M0Y13K39 
(46%,0%,13%,39%)
(0.46/0.00/0.13/0.39)	

CMYK percentages

%45.51
%0
%13.46
%38.82

Codes

Color #559C87 in popluar color models

559C87
RGB85156135
HSL162°29.46%47.25%
HSB/HSV162°45.51%61.18%
CMYK45.51%0.00%13.46%
38.82%

Color #559C87 in popluar number systems.

HEX559C87
Decimal85156135
Binary10101011001110010000111
Octal125234207

Shades and tints

Shades of #559C87

#559C87
(85,156,135)
#4E8E7B
(78,142,123)
#47806F
(71,128,111)
#407263
(64,114,99)
#396457
(57,100,87)
#32564B
(50,86,75)
#2B483F
(43,72,63)
#243A33
(36,58,51)
#1D2C27
(29,44,39)
#161E1B
(22,30,27)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #559C87

#559C87
(85,156,135)
#64A591
(100,165,145)
#73AE9B
(115,174,155)
#82B7A5
(130,183,165)
#91C0AF
(145,192,175)
#A0C9B9
(160,201,185)
#AFD2C3
(175,210,195)
#BEDBCD
(190,219,205)
#CDE4D7
(205,228,215)
#DCEDE1
(220,237,225)
#EBF6EB
(235,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559C87 color. Also use rgb(85,156,135) instead hex code.

Text Font Color

.myTextColor { color: #559C87; }

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

This text font color is #559C87.


Background Color

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

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

This div background color is #559C87.


Border color

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

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

This div border color is #559C87.


Opacity

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

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

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

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

This text has shadow with #559C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559C87 on black background.


Color preview on white background

This text has color #559C87 on white background.



Black color preview on #559C87 background

This text has black color on #559C87 background.


White color preview on #559C87 background

This text has white color on #559C87 background.