COLOR #559B77

HEX: #559B77
RGB: (85,155,119)

Color info

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

RGB color model

#559B77 color RGB value is (85,155,119).

  • red value is 85;
  • green value is 155;
  • blue value is 119.
RGB:
(85,155,119)
(33%,61%,47%)

RGB channels and saturation

R 85 of 255 = 33%
G 155 of 255 = 61%
B 119 of 255 = 47%

85
155
119

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

Portions of RGB colors in percentages

R + G + B =
85 + 155 + 119 = 359 (100%)
R 85 of 359 ~ 23.68%
G 155 of 359 ~ 43.18%
B 119 of 359 ~ 33.15%

%23.68
%43.18
%33.15

CMYK color model

#559B77 color CMYK value is (45,0,23,39).

  • cyan value is 45.16%
  • magenta value is 0.00%
  • yellow value is 23.23%
  • key color value is 39.22%
CMYK:
(45,0,23,39)
C45M0Y23K39 
(45%,0%,23%,39%)
(0.45/0.00/0.23/0.39)	

CMYK percentages

%45.16
%0
%23.23
%39.22

Codes

Color #559B77 in popluar color models

559B77
RGB85155119
HSL149°29.17%47.06%
HSB/HSV149°45.16%60.78%
CMYK45.16%0.00%23.23%
39.22%

Color #559B77 in popluar number systems.

HEX559B77
Decimal85155119
Binary1010101100110111110111
Octal125233167

Shades and tints

Shades of #559B77

#559B77
(85,155,119)
#4E8D6D
(78,141,109)
#477F63
(71,127,99)
#407159
(64,113,89)
#39634F
(57,99,79)
#325545
(50,85,69)
#2B473B
(43,71,59)
#243931
(36,57,49)
#1D2B27
(29,43,39)
#161D1D
(22,29,29)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #559B77

#559B77
(85,155,119)
#64A483
(100,164,131)
#73AD8F
(115,173,143)
#82B69B
(130,182,155)
#91BFA7
(145,191,167)
#A0C8B3
(160,200,179)
#AFD1BF
(175,209,191)
#BEDACB
(190,218,203)
#CDE3D7
(205,227,215)
#DCECE3
(220,236,227)
#EBF5EF
(235,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559B77 color. Also use rgb(85,155,119) instead hex code.

Text Font Color

.myTextColor { color: #559B77; }

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

This text font color is #559B77.


Background Color

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

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

This div background color is #559B77.


Border color

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

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

This div border color is #559B77.


Opacity

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

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

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

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

This text has shadow with #559B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559B77 on black background.


Color preview on white background

This text has color #559B77 on white background.



Black color preview on #559B77 background

This text has black color on #559B77 background.


White color preview on #559B77 background

This text has white color on #559B77 background.