COLOR #558D7A

HEX: #558D7A RGB: (85,141,122)

Color info

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

RGB color model

#558D7A color RGB value is (85,141,122).

RGB: (85,141,122) (33%, 55%, 48%)

RGB channels and saturation

R 85 of 255 = 33%
G 141 of 255 = 55%
B 122 of 255 = 48%

85
141
122

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

Portions of RGB colors in percentages

R + G + B = 85 + 141 + 122 = 348 (100%)
R 85 of 348 ~ 24.43%
G 141 of 348 ~ 40.52%
B 122 of 348 ~ 35.06'%

%24.43
%40.52
%35.06

CMYK color model

#558D7A color CMYK value is (40,0,13,45).

  • cyan value is 39.72%
  • magenta value is 0.00%
  • yellow value is 13.48%
  • key color value is 44.71%

CMYK: (40,0,13,45)
C40M0Y13K45 (40%, 0%, 13%, 45%)
(0.40 / 0.00 / 0.13 / 0.45)

CMYK percentages

%39.72
%0
%13.48
%44.71

Codes

Color #558D7A in popluar color models

55 8D 7A
RGB 85 141 122
HSL 160° 24.78% 44.31%
HSB/HSV 160° 39.72% 55.29%
CMYK 39.72% 0.00% 13.48%
44.71%

Color #558D7A in popluar number systems.

HEX 55 8D 7A
Decimal 85 141 122
Binary 1010101 10001101 1111010
Octal 125 215 172

Shades and tints

Shades of #558D7A

#558D7A
(85,141,122)
#4E816F
(78,129,111)
#477564
(71,117,100)
#406959
(64,105,89)
#395D4E
(57,93,78)
#325143
(50,81,67)
#2B4538
(43,69,56)
#24392D
(36,57,45)
#1D2D22
(29,45,34)
#162117
(22,33,23)
#0F150C
(15,21,12)
#000000
(0,0,0)

Tints of #558D7A

#558D7A
(85,141,122)
#649786
(100,151,134)
#73A192
(115,161,146)
#82AB9E
(130,171,158)
#91B5AA
(145,181,170)
#A0BFB6
(160,191,182)
#AFC9C2
(175,201,194)
#BED3CE
(190,211,206)
#CDDDDA
(205,221,218)
#DCE7E6
(220,231,230)
#EBF1F2
(235,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558D7A color. Also use rgb(85,141,122) instead hex code.

Text Font Color

.myTextColor { color: #558D7A; }

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

This text font color is #558D7A.

Background Color

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

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

This div background color is #558D7A.

Border color

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

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

This div border color is #558D7A.

Opacity

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

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

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

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

This text has shadow with #558D7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #558D7A.

Preview

Color preview on black background

This text has color #558D7A on black background.


Color preview on white background

This text has color #558D7A on white background.


Black color preview on #558D7A background

This text has black color on #558D7A background.


White color preview on #558D7A background

This text has white color on #558D7A background.


Related colors

Complementary color

Complementary color for #hex is #AA7285.


I love getcolorcode.com

Triadic colors

1 #7A558D and #8D7A55 with #558D7A are triadic colors.

2 #7A8D55 and #8D557A with #558D7A are triadic colors.