COLOR #558F51

HEX: #558F51 RGB: (85,143,81)

Color info

#558F51 contains mainly red and green colors. Web safe color of #558F51 is #669966 (or #696).

RGB color model

#558F51 color RGB value is (85,143,81).

RGB: (85,143,81) (33%, 56%, 32%)

RGB channels and saturation

R 85 of 255 = 33%
G 143 of 255 = 56%
B 81 of 255 = 32%

85
143
81

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

Portions of RGB colors in percentages

R + G + B = 85 + 143 + 81 = 309 (100%)
R 85 of 309 ~ 27.51%
G 143 of 309 ~ 46.28%
B 81 of 309 ~ 26.21'%

%27.51
%46.28
%26.21

CMYK color model

#558F51 color CMYK value is (41,0,43,44).

  • cyan value is 40.56%
  • magenta value is 0.00%
  • yellow value is 43.36%
  • key color value is 43.92%

CMYK: (41,0,43,44)
C41M0Y43K44 (41%, 0%, 43%, 44%)
(0.41 / 0.00 / 0.43 / 0.44)

CMYK percentages

%40.56
%0
%43.36
%43.92

Codes

Color #558F51 in popluar color models

55 8F 51
RGB 85 143 81
HSL 116° 27.68% 43.92%
HSB/HSV 116° 43.36% 56.08%
CMYK 40.56% 0.00% 43.36%
43.92%

Color #558F51 in popluar number systems.

HEX 55 8F 51
Decimal 85 143 81
Binary 1010101 10001111 1010001
Octal 125 217 121

Shades and tints

Shades of #558F51

#558F51
(85,143,81)
#4E824A
(78,130,74)
#477543
(71,117,67)
#40683C
(64,104,60)
#395B35
(57,91,53)
#324E2E
(50,78,46)
#2B4127
(43,65,39)
#243420
(36,52,32)
#1D2719
(29,39,25)
#161A12
(22,26,18)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #558F51

#558F51
(85,143,81)
#649960
(100,153,96)
#73A36F
(115,163,111)
#82AD7E
(130,173,126)
#91B78D
(145,183,141)
#A0C19C
(160,193,156)
#AFCBAB
(175,203,171)
#BED5BA
(190,213,186)
#CDDFC9
(205,223,201)
#DCE9D8
(220,233,216)
#EBF3E7
(235,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558F51; }

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

This text font color is #558F51.

Background Color

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

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

This div background color is #558F51.

Border color

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

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

This div border color is #558F51.

Opacity

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

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

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

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

This text has shadow with #558F51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #558F51.

Preview

Color preview on black background

This text has color #558F51 on black background.


Color preview on white background

This text has color #558F51 on white background.


Black color preview on #558F51 background

This text has black color on #558F51 background.


White color preview on #558F51 background

This text has white color on #558F51 background.


Related colors

Complementary color

Complementary color for #hex is #AA70AE.


I love getcolorcode.com

Triadic colors

1 #51558F and #8F5155 with #558F51 are triadic colors.

2 #518F55 and #8F5551 with #558F51 are triadic colors.