COLOR #558B62

HEX: #558B62 RGB: (85,139,98)

Color info

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

RGB color model

#558B62 color RGB value is (85,139,98).

RGB: (85,139,98) (33%, 55%, 38%)

RGB channels and saturation

R 85 of 255 = 33%
G 139 of 255 = 55%
B 98 of 255 = 38%

85
139
98

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

Portions of RGB colors in percentages

R + G + B = 85 + 139 + 98 = 322 (100%)
R 85 of 322 ~ 26.4%
G 139 of 322 ~ 43.17%
B 98 of 322 ~ 30.43'%

%26.4
%43.17
%30.43

CMYK color model

#558B62 color CMYK value is (39,0,29,45).

  • cyan value is 38.85%
  • magenta value is 0.00%
  • yellow value is 29.50%
  • key color value is 45.49%

CMYK: (39,0,29,45)
C39M0Y29K45 (39%, 0%, 29%, 45%)
(0.39 / 0.00 / 0.29 / 0.45)

CMYK percentages

%38.85
%0
%29.5
%45.49

Codes

Color #558B62 in popluar color models

55 8B 62
RGB 85 139 98
HSL 134° 24.11% 43.92%
HSB/HSV 134° 38.85% 54.51%
CMYK 38.85% 0.00% 29.50%
45.49%

Color #558B62 in popluar number systems.

HEX 55 8B 62
Decimal 85 139 98
Binary 1010101 10001011 1100010
Octal 125 213 142

Shades and tints

Shades of #558B62

#558B62
(85,139,98)
#4E7F5A
(78,127,90)
#477352
(71,115,82)
#40674A
(64,103,74)
#395B42
(57,91,66)
#324F3A
(50,79,58)
#2B4332
(43,67,50)
#24372A
(36,55,42)
#1D2B22
(29,43,34)
#161F1A
(22,31,26)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #558B62

#558B62
(85,139,98)
#649570
(100,149,112)
#739F7E
(115,159,126)
#82A98C
(130,169,140)
#91B39A
(145,179,154)
#A0BDA8
(160,189,168)
#AFC7B6
(175,199,182)
#BED1C4
(190,209,196)
#CDDBD2
(205,219,210)
#DCE5E0
(220,229,224)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558B62 color. Also use rgb(85,139,98) instead hex code.

Text Font Color

.myTextColor { color: #558B62; }

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

This text font color is #558B62.

Background Color

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

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

This div background color is #558B62.

Border color

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

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

This div border color is #558B62.

Opacity

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

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

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

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

This text has shadow with #558B62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #558B62.

Preview

Color preview on black background

This text has color #558B62 on black background.


Color preview on white background

This text has color #558B62 on white background.


Black color preview on #558B62 background

This text has black color on #558B62 background.


White color preview on #558B62 background

This text has white color on #558B62 background.


Related colors

Complementary color

Complementary color for #hex is #AA749D.


I love getcolorcode.com

Triadic colors

1 #62558B and #8B6255 with #558B62 are triadic colors.

2 #628B55 and #8B5562 with #558B62 are triadic colors.