COLOR #558C7A

HEX: #558C7A RGB: (85,140,122)

Color info

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

RGB color model

#558C7A color RGB value is (85,140,122).

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

RGB channels and saturation

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

85
140
122

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

Portions of RGB colors in percentages

R + G + B = 85 + 140 + 122 = 347 (100%)
R 85 of 347 ~ 24.5%
G 140 of 347 ~ 40.35%
B 122 of 347 ~ 35.16'%

%24.5
%40.35
%35.16

CMYK color model

#558C7A color CMYK value is (39,0,13,45).

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

CMYK: (39,0,13,45)
C39M0Y13K45 (39%, 0%, 13%, 45%)
(0.39 / 0.00 / 0.13 / 0.45)

CMYK percentages

%39.29
%0
%12.86
%45.1

Codes

Color #558C7A in popluar color models

55 8C 7A
RGB 85 140 122
HSL 160° 24.44% 44.12%
HSB/HSV 160° 39.29% 54.90%
CMYK 39.29% 0.00% 12.86%
45.10%

Color #558C7A in popluar number systems.

HEX 55 8C 7A
Decimal 85 140 122
Binary 1010101 10001100 1111010
Octal 125 214 172

Shades and tints

Shades of #558C7A

#558C7A
(85,140,122)
#4E806F
(78,128,111)
#477464
(71,116,100)
#406859
(64,104,89)
#395C4E
(57,92,78)
#325043
(50,80,67)
#2B4438
(43,68,56)
#24382D
(36,56,45)
#1D2C22
(29,44,34)
#162017
(22,32,23)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #558C7A

#558C7A
(85,140,122)
#649686
(100,150,134)
#73A092
(115,160,146)
#82AA9E
(130,170,158)
#91B4AA
(145,180,170)
#A0BEB6
(160,190,182)
#AFC8C2
(175,200,194)
#BED2CE
(190,210,206)
#CDDCDA
(205,220,218)
#DCE6E6
(220,230,230)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558C7A; }

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

This text font color is #558C7A.

Background Color

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

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

This div background color is #558C7A.

Border color

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

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

This div border color is #558C7A.

Opacity

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

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

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

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

This text has shadow with #558C7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #558C7A.

Preview

Color preview on black background

This text has color #558C7A on black background.


Color preview on white background

This text has color #558C7A on white background.


Black color preview on #558C7A background

This text has black color on #558C7A background.


White color preview on #558C7A background

This text has white color on #558C7A background.


Related colors

Complementary color

Complementary color for #hex is #AA7385.


I love getcolorcode.com

Triadic colors

1 #7A558C and #8C7A55 with #558C7A are triadic colors.

2 #7A8C55 and #8C557A with #558C7A are triadic colors.