Shades of Smoky #585073
Tints of Smoky #585073
RGB
CMYK
RGB Variations
Color information
#585073 (or 0x585073) is known color: Smoky. HEX triplet: 58, 50 and 73. RGB value is (88,80,115). Sum of RGB (Red+Green+Blue) = 88+80+115=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #585073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585073 is #A7AF8C. Grayscale: #565656. Windows color (decimal): -10989453 or 7557208. OLE color: 7557208.
HSL color Cylindrical-coordinate representation of color #585073: hue angle of 253.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #585073 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 80 | 115 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.55 |
| HSL | 253.71º | 0.18% | 0.38% | - |
| HSV(B) | 253.71º | 0.3% | 0.45% | - |
| XYZ | 9.99 | 9.05 | 17.44 | - |
| YUV | 86.38 | 144.15 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 80 | 115 | 0.23 | 0.30 | 0 | 0.55 | 253.71 | 0.18 | 0.38 |
| Hex | 58 | 50 | 73 | 17 | 1E | 0 | 37 | FE | 12 | 26 |
| Octal | 130 | 120 | 163 | 27 | 36 | 0 | 67 | 376 | 22 | 46 |
| Binary | 1011000 | 1010000 | 1110011 | 10111 | 11110 | 0 | 110111 | 11111110 | 10010 | 100110 |
Color Harmonies of #585073
Complementary color
Monochromatic Colors of #585073
Black with #585073
Text Example
Text Example
White with #585073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585073; }
p { color: rgb(88,80,115); }
H1.HeaderClassName
{
color: #585073;
}
.AnyTagClassName
{
color: #585073;
}
</style>
background-color css
<style>
a { background-color: #585073; }
a { background-color: rgb(88,80,115); }
div.DivClassName
{
background-color: #585073;
}
.BgClassName
{
background-color: #585073;
}
</style>
border-color css
<style>
span { border-color: #585073; }
span { border-color: rgb(88,80,115); }
td.TdClassName
{
border-color: #585073;
}
.TagClassName
{
border-color: #585073;
}
</style>