COLOR #558F57

HEX: #558F57
RGB: (85,143,87)

Color info

#558F57 contains red, green and blue colors in about the same proportion. Web safe color of #558F57 is #669966 (or #696).

RGB color model

#558F57 color RGB value is (85,143,87).

  • red value is 85;
  • green value is 143;
  • blue value is 87.
RGB:
(85,143,87)
(33%,56%,34%)

RGB channels and saturation

R 85 of 255 = 33%
G 143 of 255 = 56%
B 87 of 255 = 34%

85
143
87

R + G + B ~ 41%. #558F57 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 143 + 87 = 315 (100%)
R 85 of 315 ~ 26.98%
G 143 of 315 ~ 45.4%
B 87 of 315 ~ 27.62%

%26.98
%45.4
%27.62

CMYK color model

#558F57 color CMYK value is (41,0,39,44).

  • cyan value is 40.56%
  • magenta value is 0.00%
  • yellow value is 39.16%
  • key color value is 43.92%
CMYK:
(41,0,39,44)
C41M0Y39K44 
(41%,0%,39%,44%)
(0.41/0.00/0.39/0.44)	

CMYK percentages

%40.56
%0
%39.16
%43.92

Codes

Color #558F57 in popluar color models

558F57
RGB8514387
HSL122°25.44%44.71%
HSB/HSV122°40.56%56.08%
CMYK40.56%0.00%39.16%
43.92%

Color #558F57 in popluar number systems.

HEX558F57
Decimal8514387
Binary1010101100011111010111
Octal125217127

Shades and tints

Shades of #558F57

#558F57
(85,143,87)
#4E8250
(78,130,80)
#477549
(71,117,73)
#406842
(64,104,66)
#395B3B
(57,91,59)
#324E34
(50,78,52)
#2B412D
(43,65,45)
#243426
(36,52,38)
#1D271F
(29,39,31)
#161A18
(22,26,24)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #558F57

#558F57
(85,143,87)
#649966
(100,153,102)
#73A375
(115,163,117)
#82AD84
(130,173,132)
#91B793
(145,183,147)
#A0C1A2
(160,193,162)
#AFCBB1
(175,203,177)
#BED5C0
(190,213,192)
#CDDFCF
(205,223,207)
#DCE9DE
(220,233,222)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558F57 color. Also use rgb(85,143,87) instead hex code.

Text Font Color

.myTextColor { color: #558F57; }

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

This text font color is #558F57.


Background Color

.myBgColor { background-color: #558F57; }

<div style="background-color:#558F57">Inner text</div>

This div background color is #558F57.


Border color

.myBorderColor { border: 1px solid #558F57; }

<div style="border:3px solid #558F57">Div</div>

This div border color is #558F57.


Opacity

.myOpacity80 { color: #558F57; opacity: 0.8; }

<p style="color:#558F57;opacity:0.8;">80%</p>

Text with #558F57 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 #558F57;}

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

This text has shadow with #558F57 color.

.textShadow {text-shadow: 3px 3px 1px #558F57, 3px 3px 1px red;}

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

This text has shadow with #558F57 primary color and red secondary color.


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

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

This text has shadow with #558F57 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558F57 on black background.


Color preview on white background

This text has color #558F57 on white background.



Black color preview on #558F57 background

This text has black color on #558F57 background.


White color preview on #558F57 background

This text has white color on #558F57 background.