Shades of Smoky #585270
Tints of Smoky #585270
RGB
CMYK
RGB Variations
Color information
#585270 (or 0x585270) is known color: Smoky. HEX triplet: 58, 52 and 70. RGB value is (88,82,112). Sum of RGB (Red+Green+Blue) = 88+82+112=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 112 - color contains mainly: blue. Hex color #585270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585270 is #A7AD8F. Grayscale: #575757. Windows color (decimal): -10988944 or 7361112. OLE color: 7361112.
HSL color Cylindrical-coordinate representation of color #585270: hue angle of 252º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #585270 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 82 | 112 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.56 |
| HSL | 252º | 0.15% | 0.38% | - |
| HSV(B) | 252º | 0.27% | 0.44% | - |
| XYZ | 9.97 | 9.28 | 16.6 | - |
| YUV | 87.21 | 141.99 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 82 | 112 | 0.21 | 0.27 | 0 | 0.56 | 252 | 0.15 | 0.38 |
| Hex | 58 | 52 | 70 | 15 | 1B | 0 | 38 | FC | F | 26 |
| Octal | 130 | 122 | 160 | 25 | 33 | 0 | 70 | 374 | 17 | 46 |
| Binary | 1011000 | 1010010 | 1110000 | 10101 | 11011 | 0 | 111000 | 11111100 | 1111 | 100110 |
Color Harmonies of #585270
Complementary color
Monochromatic Colors of #585270
Black with #585270
Text Example
Text Example
White with #585270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585270; }
p { color: rgb(88,82,112); }
H1.HeaderClassName
{
color: #585270;
}
.AnyTagClassName
{
color: #585270;
}
</style>
background-color css
<style>
a { background-color: #585270; }
a { background-color: rgb(88,82,112); }
div.DivClassName
{
background-color: #585270;
}
.BgClassName
{
background-color: #585270;
}
</style>
border-color css
<style>
span { border-color: #585270; }
span { border-color: rgb(88,82,112); }
td.TdClassName
{
border-color: #585270;
}
.TagClassName
{
border-color: #585270;
}
</style>