HEX: #585061
RGB: (88,80,97)
#585061 contains red, green and blue colors in about the same proportion. Web safe color of #585061 is #666666 (or #666).
#585061 color RGB value is (88,80,97).
RGB: (88,80,97)
(35%, 31%, 38%)
R 88 of 255 = 35%
G 80 of 255 = 31%
B 97 of 255 = 38%
R + G + B ~ 35%. #585061 is quite dark color.
R + G + B = 88 + 80 + 97 = 265 (100%)
R 88 of 265 ~ 33.21%
G 80 of 265 ~ 30.19%
B 97 of 265 ~ 36.6'%
#585061 color CMYK value is (9,18,0,62).
CMYK: (9,18,0,62)
C9M18Y0K62 (9%, 18%, 0%, 62%)
(0.09 / 0.18 / 0.00 / 0.62)
Color #585061 in popluar color models
58 | 50 | 61 | |
---|---|---|---|
RGB | 88 | 80 | 97 |
HSL | 268° | 9.60% | 34.71% |
HSB/HSV | 268° | 17.53% | 38.04% |
CMYK | 9.28% | 17.53% | 0.00% |
61.96% |
Color #585061 in popluar number systems.
HEX | 58 | 50 | 61 |
Decimal | 88 | 80 | 97 |
Binary | 1011000 | 1010000 | 1100001 |
Octal | 130 | 120 | 141 |
Shades of #585061
Tints of #585061
Examples of css and html codes for elements with #585061 color. Also use rgb(88,80,97) instead hex code.
.myTextColor { color: #585061; }
<p style="color:#585061">This sample text font color is #585061.</p>
This text font color is #585061.
.myBgColor { background-color: #585061; }
<div style="background-color:#585061">Inner text</div>
This div background color is #585061.
.myBorderColor { border: 1px solid #585061; }
<div style="border:3px solid #585061">Div</div>
This div border color is #585061.
.myOpacity80 { color: #585061; opacity: 0.8; }
<p style="color:#585061;opacity:0.8;">80%</p>
Text with #585061 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #585061;}
<p style="text-shadow: 3px 3px 1px #585061">Text here.</p>
This text has shadow with #585061 color.
.textShadow {text-shadow: 3px 3px 1px #585061', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #585061, 5px 5px 20px red">Text here.</p>
This text has shadow with #585061 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#585061, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#585061, Direction=45, Strength=4)">Text</p>
This text has shadow with #585061 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #585061;
-webkit-box-shadow: 1px 1px 3px 2px #585061;
box-shadow: 1px 1px 3px 2px #585061;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #585061; -webkit-box-shadow: 1px 1px 3px 2px #585061; box-shadow:1px 1px 3px 2px #585061;">
Div content here
</div>
This text has color #585061 on black background.
This text has color #585061 on white background.
This text has black color on #585061 background.
This text has white color on #585061 background.
Complementary color for #hex is #A7AF9E.