COLOR #558C8A

HEX: #558C8A RGB: (85,140,138)

Color info

#558C8A contains red, green and blue colors in about the same proportion. Web safe color of #558C8A is #669999 (or #699).

RGB color model

#558C8A color RGB value is (85,140,138).

RGB: (85,140,138) (33%, 55%, 54%)

RGB channels and saturation

R 85 of 255 = 33%
G 140 of 255 = 55%
B 138 of 255 = 54%

85
140
138

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

Portions of RGB colors in percentages

R + G + B = 85 + 140 + 138 = 363 (100%)
R 85 of 363 ~ 23.42%
G 140 of 363 ~ 38.57%
B 138 of 363 ~ 38.02'%

%23.42
%38.57
%38.02

CMYK color model

#558C8A color CMYK value is (39,0,1,45).

  • cyan value is 39.29%
  • magenta value is 0.00%
  • yellow value is 1.43%
  • key color value is 45.10%
CMYK: (39,0,1,45) C39M0Y1K45 (39%,0%,1%,45%) (0.39/0.00/0.01/0.45) 

CMYK percentages

%39.29
%0
%1.43
%45.1

Codes

Color #558C8A in popluar color models

55 8C 8A
RGB 85 140 138
HSL 178° 24.44% 44.12%
HSB/HSV 178° 39.29% 54.90%
CMYK 39.29% 0.00% 1.43%
45.10%

Color #558C8A in popluar number systems.

HEX 55 8C 8A
Decimal 85 140 138
Binary 1010101 10001100 10001010
Octal 125 214 212

Shades and tints

Shades of #558C8A

#558C8A
(85,140,138)
#4E807E
(78,128,126)
#477472
(71,116,114)
#406866
(64,104,102)
#395C5A
(57,92,90)
#32504E
(50,80,78)
#2B4442
(43,68,66)
#243836
(36,56,54)
#1D2C2A
(29,44,42)
#16201E
(22,32,30)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #558C8A

#558C8A
(85,140,138)
#649694
(100,150,148)
#73A09E
(115,160,158)
#82AAA8
(130,170,168)
#91B4B2
(145,180,178)
#A0BEBC
(160,190,188)
#AFC8C6
(175,200,198)
#BED2D0
(190,210,208)
#CDDCDA
(205,220,218)
#DCE6E4
(220,230,228)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558C8A; }

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

This text font color is #558C8A.

Background Color

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

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

This div background color is #558C8A.

Border color

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

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

This div border color is #558C8A.

Opacity

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

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

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

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

This text has shadow with #558C8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #558C8A.

Preview

Color preview on black background

This text has color #558C8A on black background.


Color preview on white background

This text has color #558C8A on white background.


Black color preview on #558C8A background

This text has black color on #558C8A background.


White color preview on #558C8A background

This text has white color on #558C8A background.


Related colors

Complementary color

Complementary color for #hex is #AA7375.


I love getcolorcode.com

Triadic colors

1 #8A558C and #8C8A55 with #558C8A are triadic colors.

2 #8A8C55 and #8C558A with #558C8A are triadic colors.