COLOR #558C80

HEX: #558C80
RGB: (85,140,128)

Color info

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

RGB color model

#558C80 color RGB value is (85,140,128).

  • red value is 85;
  • green value is 140;
  • blue value is 128.
RGB:
(85,140,128)
(33%,55%,50%)

RGB channels and saturation

R 85 of 255 = 33%
G 140 of 255 = 55%
B 128 of 255 = 50%

85
140
128

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

Portions of RGB colors in percentages

R + G + B =
85 + 140 + 128 = 353 (100%)
R 85 of 353 ~ 24.08%
G 140 of 353 ~ 39.66%
B 128 of 353 ~ 36.26%

%24.08
%39.66
%36.26

CMYK color model

#558C80 color CMYK value is (39,0,9,45).

  • cyan value is 39.29%
  • magenta value is 0.00%
  • yellow value is 8.57%
  • key color value is 45.10%
CMYK:
(39,0,9,45)
C39M0Y9K45 
(39%,0%,9%,45%)
(0.39/0.00/0.09/0.45)	

CMYK percentages

%39.29
%0
%8.57
%45.1

Codes

Color #558C80 in popluar color models

558C80
RGB85140128
HSL167°24.44%44.12%
HSB/HSV167°39.29%54.90%
CMYK39.29%0.00%8.57%
45.10%

Color #558C80 in popluar number systems.

HEX558C80
Decimal85140128
Binary10101011000110010000000
Octal125214200

Shades and tints

Shades of #558C80

#558C80
(85,140,128)
#4E8075
(78,128,117)
#47746A
(71,116,106)
#40685F
(64,104,95)
#395C54
(57,92,84)
#325049
(50,80,73)
#2B443E
(43,68,62)
#243833
(36,56,51)
#1D2C28
(29,44,40)
#16201D
(22,32,29)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #558C80

#558C80
(85,140,128)
#64968B
(100,150,139)
#73A096
(115,160,150)
#82AAA1
(130,170,161)
#91B4AC
(145,180,172)
#A0BEB7
(160,190,183)
#AFC8C2
(175,200,194)
#BED2CD
(190,210,205)
#CDDCD8
(205,220,216)
#DCE6E3
(220,230,227)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558C80; }

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

This text font color is #558C80.


Background Color

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

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

This div background color is #558C80.


Border color

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

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

This div border color is #558C80.


Opacity

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

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

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

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

This text has shadow with #558C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558C80 on black background.


Color preview on white background

This text has color #558C80 on white background.



Black color preview on #558C80 background

This text has black color on #558C80 background.


White color preview on #558C80 background

This text has white color on #558C80 background.