COLOR #558382

HEX: #558382
RGB: (85,131,130)

Color info

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

RGB color model

#558382 color RGB value is (85,131,130).

  • red value is 85;
  • green value is 131;
  • blue value is 130.
RGB:
(85,131,130)
(33%,51%,51%)

RGB channels and saturation

R 85 of 255 = 33%
G 131 of 255 = 51%
B 130 of 255 = 51%

85
131
130

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

Portions of RGB colors in percentages

R + G + B =
85 + 131 + 130 = 346 (100%)
R 85 of 346 ~ 24.57%
G 131 of 346 ~ 37.86%
B 130 of 346 ~ 37.57%

%24.57
%37.86
%37.57

CMYK color model

#558382 color CMYK value is (35,0,1,49).

  • cyan value is 35.11%
  • magenta value is 0.00%
  • yellow value is 0.76%
  • key color value is 48.63%
CMYK:
(35,0,1,49)
C35M0Y1K49 
(35%,0%,1%,49%)
(0.35/0.00/0.01/0.49)	

CMYK percentages

%35.11
%0
%0.76
%48.63

Codes

Color #558382 in popluar color models

558382
RGB85131130
HSL179°21.30%42.35%
HSB/HSV179°35.11%51.37%
CMYK35.11%0.00%0.76%
48.63%

Color #558382 in popluar number systems.

HEX558382
Decimal85131130
Binary10101011000001110000010
Octal125203202

Shades and tints

Shades of #558382

#558382
(85,131,130)
#4E7877
(78,120,119)
#476D6C
(71,109,108)
#406261
(64,98,97)
#395756
(57,87,86)
#324C4B
(50,76,75)
#2B4140
(43,65,64)
#243635
(36,54,53)
#1D2B2A
(29,43,42)
#16201F
(22,32,31)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #558382

#558382
(85,131,130)
#648E8D
(100,142,141)
#739998
(115,153,152)
#82A4A3
(130,164,163)
#91AFAE
(145,175,174)
#A0BAB9
(160,186,185)
#AFC5C4
(175,197,196)
#BED0CF
(190,208,207)
#CDDBDA
(205,219,218)
#DCE6E5
(220,230,229)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558382 color. Also use rgb(85,131,130) instead hex code.

Text Font Color

.myTextColor { color: #558382; }

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

This text font color is #558382.


Background Color

.myBgColor { background-color: #558382; }

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

This div background color is #558382.


Border color

.myBorderColor { border: 1px solid #558382; }

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

This div border color is #558382.


Opacity

.myOpacity80 { color: #558382; opacity: 0.8; }

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

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

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

This text has shadow with #558382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558382 on black background.


Color preview on white background

This text has color #558382 on white background.



Black color preview on #558382 background

This text has black color on #558382 background.


White color preview on #558382 background

This text has white color on #558382 background.