HEX: #58667D
RGB: (88,102,125)
#58667D contains red, green and blue colors in about the same proportion. Web safe color of #58667D is #666666 (or #666).
#58667D color RGB value is (88,102,125).
RGB: (88,102,125)
(35%, 40%, 49%)
R 88 of 255 = 35%
G 102 of 255 = 40%
B 125 of 255 = 49%
R + G + B ~ 41%. #58667D is middle color (not dark and not light).
R + G + B = 88 + 102 + 125 = 315 (100%)
R 88 of 315 ~ 27.94%
G 102 of 315 ~ 32.38%
B 125 of 315 ~ 39.68'%
#58667D color CMYK value is (30,18,0,51).
CMYK: (30,18,0,51)
C30M18Y0K51 (30%, 18%, 0%, 51%)
(0.30 / 0.18 / 0.00 / 0.51)
Color #58667D in popluar color models
58 | 66 | 7D | |
---|---|---|---|
RGB | 88 | 102 | 125 |
HSL | 217° | 17.37% | 41.76% |
HSB/HSV | 217° | 29.60% | 49.02% |
CMYK | 29.60% | 18.40% | 0.00% |
50.98% |
Color #58667D in popluar number systems.
HEX | 58 | 66 | 7D |
Decimal | 88 | 102 | 125 |
Binary | 1011000 | 1100110 | 1111101 |
Octal | 130 | 146 | 175 |
Shades of #58667D
Tints of #58667D
Examples of css and html codes for elements with #58667D color. Also use rgb(88,102,125) instead hex code.
.myTextColor { color: #58667D; }
<p style="color:#58667D">This sample text font color is #58667D.</p>
This text font color is #58667D.
.myBgColor { background-color: #58667D; }
<div style="background-color:#58667D">Inner text</div>
This div background color is #58667D.
.myBorderColor { border: 1px solid #58667D; }
<div style="border:3px solid #58667D">Div</div>
This div border color is #58667D.
.myOpacity80 { color: #58667D; opacity: 0.8; }
<p style="color:#58667D;opacity:0.8;">80%</p>
Text with #58667D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #58667D;}
<p style="text-shadow: 3px 3px 1px #58667D">Text here.</p>
This text has shadow with #58667D color.
.textShadow {text-shadow: 3px 3px 1px #58667D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #58667D, 5px 5px 20px red">Text here.</p>
This text has shadow with #58667D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#58667D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#58667D, Direction=45, Strength=4)">Text</p>
This text has shadow with #58667D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #58667D;
-webkit-box-shadow: 1px 1px 3px 2px #58667D;
box-shadow: 1px 1px 3px 2px #58667D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58667D; -webkit-box-shadow: 1px 1px 3px 2px #58667D; box-shadow:1px 1px 3px 2px #58667D;">
Div content here
</div>
This text has color #58667D on black background.
This text has color #58667D on white background.
This text has black color on #58667D background.
This text has white color on #58667D background.
Complementary color for #hex is #A79982.