COLOR #559B76

HEX: #559B76
RGB: (85,155,118)

Color info

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

RGB color model

#559B76 color RGB value is (85,155,118).

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

RGB channels and saturation

R 85 of 255 = 33%
G 155 of 255 = 61%
B 118 of 255 = 46%

85
155
118

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

Portions of RGB colors in percentages

R + G + B =
85 + 155 + 118 = 358 (100%)
R 85 of 358 ~ 23.74%
G 155 of 358 ~ 43.3%
B 118 of 358 ~ 32.96%

%23.74
%43.3
%32.96

CMYK color model

#559B76 color CMYK value is (45,0,24,39).

  • cyan value is 45.16%
  • magenta value is 0.00%
  • yellow value is 23.87%
  • key color value is 39.22%
CMYK: (45,0,24,39) C45M0Y24K39 (45%,0%,24%,39%) (0.45/0.00/0.24/0.39)

CMYK percentages

%45.16
%0
%23.87
%39.22

Codes

Color #559B76 in popluar color models

559B76
RGB85155118
HSL148°29.17%47.06%
HSB/HSV148°45.16%60.78%
CMYK45.16%0.00%23.87%
39.22%

Color #559B76 in popluar number systems.

HEX559B76
Decimal85155118
Binary1010101100110111110110
Octal125233166

Shades and tints

Shades of #559B76

#559B76
(85,155,118)
#4E8D6C
(78,141,108)
#477F62
(71,127,98)
#407158
(64,113,88)
#39634E
(57,99,78)
#325544
(50,85,68)
#2B473A
(43,71,58)
#243930
(36,57,48)
#1D2B26
(29,43,38)
#161D1C
(22,29,28)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #559B76

#559B76
(85,155,118)
#64A482
(100,164,130)
#73AD8E
(115,173,142)
#82B69A
(130,182,154)
#91BFA6
(145,191,166)
#A0C8B2
(160,200,178)
#AFD1BE
(175,209,190)
#BEDACA
(190,218,202)
#CDE3D6
(205,227,214)
#DCECE2
(220,236,226)
#EBF5EE
(235,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #559B76; }

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

This text font color is #559B76.


Background Color

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

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

This div background color is #559B76.


Border color

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

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

This div border color is #559B76.


Opacity

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

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

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

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

This text has shadow with #559B76 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #559B76 on black background.


Color preview on white background

This text has color #559B76 on white background.



Black color preview on #559B76 background

This text has black color on #559B76 background.


White color preview on #559B76 background

This text has white color on #559B76 background.