Shades of Smoky #585372
Tints of Smoky #585372
RGB
CMYK
RGB Variations
Color information
#585372 (or 0x585372) is known color: Smoky. HEX triplet: 58, 53 and 72. RGB value is (88,83,114). Sum of RGB (Red+Green+Blue) = 88+83+114=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #585372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585372 is #A7AC8D. Grayscale: #575757. Windows color (decimal): -10988686 or 7492440. OLE color: 7492440.
HSL color Cylindrical-coordinate representation of color #585372: hue angle of 249.68º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #585372 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 83 | 114 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.55 |
| HSL | 249.68º | 0.16% | 0.39% | - |
| HSV(B) | 249.68º | 0.27% | 0.45% | - |
| XYZ | 10.16 | 9.48 | 17.21 | - |
| YUV | 88.03 | 142.66 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 114 | 0.23 | 0.27 | 0 | 0.55 | 249.68 | 0.16 | 0.39 |
| Hex | 58 | 53 | 72 | 17 | 1B | 0 | 37 | FA | 10 | 27 |
| Octal | 130 | 123 | 162 | 27 | 33 | 0 | 67 | 372 | 20 | 47 |
| Binary | 1011000 | 1010011 | 1110010 | 10111 | 11011 | 0 | 110111 | 11111010 | 10000 | 100111 |
Color Harmonies of #585372
Complementary color
Monochromatic Colors of #585372
Black with #585372
Text Example
Text Example
White with #585372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585372; }
p { color: rgb(88,83,114); }
H1.HeaderClassName
{
color: #585372;
}
.AnyTagClassName
{
color: #585372;
}
</style>
background-color css
<style>
a { background-color: #585372; }
a { background-color: rgb(88,83,114); }
div.DivClassName
{
background-color: #585372;
}
.BgClassName
{
background-color: #585372;
}
</style>
border-color css
<style>
span { border-color: #585372; }
span { border-color: rgb(88,83,114); }
td.TdClassName
{
border-color: #585372;
}
.TagClassName
{
border-color: #585372;
}
</style>