COLOR #558C6D

HEX: #558C6D RGB: (85,140,109)

Color info

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

RGB color model

#558C6D color RGB value is (85,140,109).

RGB: (85,140,109) (33%, 55%, 43%)

RGB channels and saturation

R 85 of 255 = 33%
G 140 of 255 = 55%
B 109 of 255 = 43%

85
140
109

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

Portions of RGB colors in percentages

R + G + B = 85 + 140 + 109 = 334 (100%)
R 85 of 334 ~ 25.45%
G 140 of 334 ~ 41.92%
B 109 of 334 ~ 32.63'%

%25.45
%41.92
%32.63

CMYK color model

#558C6D color CMYK value is (39,0,22,45).

  • cyan value is 39.29%
  • magenta value is 0.00%
  • yellow value is 22.14%
  • key color value is 45.10%

CMYK: (39,0,22,45)
C39M0Y22K45 (39%, 0%, 22%, 45%)
(0.39 / 0.00 / 0.22 / 0.45)

CMYK percentages

%39.29
%0
%22.14
%45.1

Codes

Color #558C6D in popluar color models

55 8C 6D
RGB 85 140 109
HSL 146° 24.44% 44.12%
HSB/HSV 146° 39.29% 54.90%
CMYK 39.29% 0.00% 22.14%
45.10%

Color #558C6D in popluar number systems.

HEX 55 8C 6D
Decimal 85 140 109
Binary 1010101 10001100 1101101
Octal 125 214 155

Shades and tints

Shades of #558C6D

#558C6D
(85,140,109)
#4E8064
(78,128,100)
#47745B
(71,116,91)
#406852
(64,104,82)
#395C49
(57,92,73)
#325040
(50,80,64)
#2B4437
(43,68,55)
#24382E
(36,56,46)
#1D2C25
(29,44,37)
#16201C
(22,32,28)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #558C6D

#558C6D
(85,140,109)
#64967A
(100,150,122)
#73A087
(115,160,135)
#82AA94
(130,170,148)
#91B4A1
(145,180,161)
#A0BEAE
(160,190,174)
#AFC8BB
(175,200,187)
#BED2C8
(190,210,200)
#CDDCD5
(205,220,213)
#DCE6E2
(220,230,226)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558C6D color. Also use rgb(85,140,109) instead hex code.

Text Font Color

.myTextColor { color: #558C6D; }

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

This text font color is #558C6D.

Background Color

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

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

This div background color is #558C6D.

Border color

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

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

This div border color is #558C6D.

Opacity

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

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

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

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

This text has shadow with #558C6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #558C6D.

Preview

Color preview on black background

This text has color #558C6D on black background.


Color preview on white background

This text has color #558C6D on white background.


Black color preview on #558C6D background

This text has black color on #558C6D background.


White color preview on #558C6D background

This text has white color on #558C6D background.


Related colors

Complementary color

Complementary color for #hex is #AA7392.


I love getcolorcode.com

Triadic colors

1 #6D558C and #8C6D55 with #558C6D are triadic colors.

2 #6D8C55 and #8C556D with #558C6D are triadic colors.