COLOR #559C57

HEX: #559C57 RGB: (85,156,87)

Color info

#559C57 contains mainly green color. Web safe color of #559C57 is #669966 (or #696).

RGB color model

#559C57 color RGB value is (85,156,87).

RGB: (85,156,87) (33%, 61%, 34%)

RGB channels and saturation

R 85 of 255 = 33%
G 156 of 255 = 61%
B 87 of 255 = 34%

85
156
87

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

Portions of RGB colors in percentages

R + G + B = 85 + 156 + 87 = 328 (100%)
R 85 of 328 ~ 25.91%
G 156 of 328 ~ 47.56%
B 87 of 328 ~ 26.52'%

%25.91
%47.56
%26.52

CMYK color model

#559C57 color CMYK value is (46,0,44,39).

  • cyan value is 45.51%
  • magenta value is 0.00%
  • yellow value is 44.23%
  • key color value is 38.82%

CMYK: (46,0,44,39)
C46M0Y44K39 (46%, 0%, 44%, 39%)
(0.46 / 0.00 / 0.44 / 0.39)

CMYK percentages

%45.51
%0
%44.23
%38.82

Codes

Color #559C57 in popluar color models

55 9C 57
RGB 85 156 87
HSL 122° 29.46% 47.25%
HSB/HSV 122° 45.51% 61.18%
CMYK 45.51% 0.00% 44.23%
38.82%

Color #559C57 in popluar number systems.

HEX 55 9C 57
Decimal 85 156 87
Binary 1010101 10011100 1010111
Octal 125 234 127

Shades and tints

Shades of #559C57

#559C57
(85,156,87)
#4E8E50
(78,142,80)
#478049
(71,128,73)
#407242
(64,114,66)
#39643B
(57,100,59)
#325634
(50,86,52)
#2B482D
(43,72,45)
#243A26
(36,58,38)
#1D2C1F
(29,44,31)
#161E18
(22,30,24)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #559C57

#559C57
(85,156,87)
#64A566
(100,165,102)
#73AE75
(115,174,117)
#82B784
(130,183,132)
#91C093
(145,192,147)
#A0C9A2
(160,201,162)
#AFD2B1
(175,210,177)
#BEDBC0
(190,219,192)
#CDE4CF
(205,228,207)
#DCEDDE
(220,237,222)
#EBF6ED
(235,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #559C57; }

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

This text font color is #559C57.

Background Color

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

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

This div background color is #559C57.

Border color

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

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

This div border color is #559C57.

Opacity

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

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

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

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

This text has shadow with #559C57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #559C57.

Preview

Color preview on black background

This text has color #559C57 on black background.


Color preview on white background

This text has color #559C57 on white background.


Black color preview on #559C57 background

This text has black color on #559C57 background.


White color preview on #559C57 background

This text has white color on #559C57 background.


Related colors

Complementary color

Complementary color for #hex is #AA63A8.


I love getcolorcode.com

Triadic colors

1 #57559C and #9C5755 with #559C57 are triadic colors.

2 #579C55 and #9C5557 with #559C57 are triadic colors.