HEX: #58557D
RGB: (88,85,125)
#58557D contains red, green and blue colors in about the same proportion. Web safe color of #58557D is #666666 (or #666).
#58557D color RGB value is (88,85,125).
RGB: (88,85,125)
(35%, 33%, 49%)
R 88 of 255 = 35%
G 85 of 255 = 33%
B 125 of 255 = 49%
R + G + B ~ 39%. #58557D is quite dark color.
R + G + B = 88 + 85 + 125 = 298 (100%)
R 88 of 298 ~ 29.53%
G 85 of 298 ~ 28.52%
B 125 of 298 ~ 41.95'%
#58557D color CMYK value is (30,32,0,51).
CMYK: (30,32,0,51)
C30M32Y0K51 (30%, 32%, 0%, 51%)
(0.30 / 0.32 / 0.00 / 0.51)
Color #58557D in popluar color models
58 | 55 | 7D | |
---|---|---|---|
RGB | 88 | 85 | 125 |
HSL | 245° | 19.05% | 41.18% |
HSB/HSV | 245° | 32.00% | 49.02% |
CMYK | 29.60% | 32.00% | 0.00% |
50.98% |
Color #58557D in popluar number systems.
HEX | 58 | 55 | 7D |
Decimal | 88 | 85 | 125 |
Binary | 1011000 | 1010101 | 1111101 |
Octal | 130 | 125 | 175 |
Shades of #58557D
Tints of #58557D
Examples of css and html codes for elements with #58557D color. Also use rgb(88,85,125) instead hex code.
.myTextColor { color: #58557D; }
<p style="color:#58557D">This sample text font color is #58557D.</p>
This text font color is #58557D.
.myBgColor { background-color: #58557D; }
<div style="background-color:#58557D">Inner text</div>
This div background color is #58557D.
.myBorderColor { border: 1px solid #58557D; }
<div style="border:3px solid #58557D">Div</div>
This div border color is #58557D.
.myOpacity80 { color: #58557D; opacity: 0.8; }
<p style="color:#58557D;opacity:0.8;">80%</p>
Text with #58557D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #58557D;}
<p style="text-shadow: 3px 3px 1px #58557D">Text here.</p>
This text has shadow with #58557D color.
.textShadow {text-shadow: 3px 3px 1px #58557D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #58557D, 5px 5px 20px red">Text here.</p>
This text has shadow with #58557D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#58557D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#58557D, Direction=45, Strength=4)">Text</p>
This text has shadow with #58557D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #58557D;
-webkit-box-shadow: 1px 1px 3px 2px #58557D;
box-shadow: 1px 1px 3px 2px #58557D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58557D; -webkit-box-shadow: 1px 1px 3px 2px #58557D; box-shadow:1px 1px 3px 2px #58557D;">
Div content here
</div>
This text has color #58557D on black background.
This text has color #58557D on white background.
This text has black color on #58557D background.
This text has white color on #58557D background.
Complementary color for #hex is #A7AA82.