COLOR #558282

HEX: #558282 RGB: (85,130,130)

Color info

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

RGB color model

#558282 color RGB value is (85,130,130).

RGB: (85,130,130) (33%, 51%, 51%)

RGB channels and saturation

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

85
130
130

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

Portions of RGB colors in percentages

R + G + B = 85 + 130 + 130 = 345 (100%)
R 85 of 345 ~ 24.64%
G 130 of 345 ~ 37.68%
B 130 of 345 ~ 37.68'%

%24.64
%37.68
%37.68

CMYK color model

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

  • cyan value is 34.62%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (35,0,0,49)
C35M0Y0K49 (35%, 0%, 0%, 49%)
(0.35 / 0.00 / 0.00 / 0.49)

CMYK percentages

%34.62
%0
%0
%49.02

Codes

Color #558282 in popluar color models

55 82 82
RGB 85 130 130
HSL 180° 20.93% 42.16%
HSB/HSV 180° 34.62% 50.98%
CMYK 34.62% 0.00% 0.00%
49.02%

Color #558282 in popluar number systems.

HEX 55 82 82
Decimal 85 130 130
Binary 1010101 10000010 10000010
Octal 125 202 202

Shades and tints

Shades of #558282

#558282
(85,130,130)
#4E7777
(78,119,119)
#476C6C
(71,108,108)
#406161
(64,97,97)
#395656
(57,86,86)
#324B4B
(50,75,75)
#2B4040
(43,64,64)
#243535
(36,53,53)
#1D2A2A
(29,42,42)
#161F1F
(22,31,31)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #558282

#558282
(85,130,130)
#648D8D
(100,141,141)
#739898
(115,152,152)
#82A3A3
(130,163,163)
#91AEAE
(145,174,174)
#A0B9B9
(160,185,185)
#AFC4C4
(175,196,196)
#BECFCF
(190,207,207)
#CDDADA
(205,218,218)
#DCE5E5
(220,229,229)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558282; }

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

This text font color is #558282.

Background Color

.myBgColor { background-color: #558282; }

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

This div background color is #558282.

Border color

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

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

This div border color is #558282.

Opacity

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

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

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

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

This text has shadow with #558282 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #558282.

Preview

Color preview on black background

This text has color #558282 on black background.


Color preview on white background

This text has color #558282 on white background.


Black color preview on #558282 background

This text has black color on #558282 background.


White color preview on #558282 background

This text has white color on #558282 background.


Related colors

Complementary color

Complementary color for #hex is #AA7D7D.


I love getcolorcode.com