COLOR #58828D

HEX: #58828D RGB: (88,130,141)

Color info

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

RGB color model

#58828D color RGB value is (88,130,141).

RGB: (88,130,141) (35%, 51%, 55%)

RGB channels and saturation

R 88 of 255 = 35%
G 130 of 255 = 51%
B 141 of 255 = 55%

88
130
141

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

Portions of RGB colors in percentages

R + G + B = 88 + 130 + 141 = 359 (100%)
R 88 of 359 ~ 24.51%
G 130 of 359 ~ 36.21%
B 141 of 359 ~ 39.28'%

%24.51
%36.21
%39.28

CMYK color model

#58828D color CMYK value is (38,8,0,45).

  • cyan value is 37.59%
  • magenta value is 7.80%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (38,8,0,45)
C38M8Y0K45 (38%, 8%, 0%, 45%)
(0.38 / 0.08 / 0.00 / 0.45)

CMYK percentages

%37.59
%7.8
%0
%44.71

Codes

Color #58828D in popluar color models

58 82 8D
RGB 88 130 141
HSL 192° 23.14% 44.90%
HSB/HSV 192° 37.59% 55.29%
CMYK 37.59% 7.80% 0.00%
44.71%

Color #58828D in popluar number systems.

HEX 58 82 8D
Decimal 88 130 141
Binary 1011000 10000010 10001101
Octal 130 202 215

Shades and tints

Shades of #58828D

#58828D
(88,130,141)
#507781
(80,119,129)
#486C75
(72,108,117)
#406169
(64,97,105)
#38565D
(56,86,93)
#304B51
(48,75,81)
#284045
(40,64,69)
#203539
(32,53,57)
#182A2D
(24,42,45)
#101F21
(16,31,33)
#081415
(8,20,21)
#000000
(0,0,0)

Tints of #58828D

#58828D
(88,130,141)
#678D97
(103,141,151)
#7698A1
(118,152,161)
#85A3AB
(133,163,171)
#94AEB5
(148,174,181)
#A3B9BF
(163,185,191)
#B2C4C9
(178,196,201)
#C1CFD3
(193,207,211)
#D0DADD
(208,218,221)
#DFE5E7
(223,229,231)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58828D color. Also use rgb(88,130,141) instead hex code.

Text Font Color

.myTextColor { color: #58828D; }

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

This text font color is #58828D.

Background Color

.myBgColor { background-color: #58828D; }

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

This div background color is #58828D.

Border color

.myBorderColor { border: 1px solid #58828D; }

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

This div border color is #58828D.

Opacity

.myOpacity80 { color: #58828D; opacity: 0.8; }

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

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

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

This text has shadow with #58828D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58828D.

Preview

Color preview on black background

This text has color #58828D on black background.


Color preview on white background

This text has color #58828D on white background.


Black color preview on #58828D background

This text has black color on #58828D background.


White color preview on #58828D background

This text has white color on #58828D background.


Related colors

Complementary color

Complementary color for #hex is #A77D72.


I love getcolorcode.com

Triadic colors

1 #8D5882 and #828D58 with #58828D are triadic colors.

2 #8D8258 and #82588D with #58828D are triadic colors.