Shades of Smoky #585275
Tints of Smoky #585275
RGB
CMYK
RGB Variations
Color information
#585275 (or 0x585275) is known color: Smoky. HEX triplet: 58, 52 and 75. RGB value is (88,82,117). Sum of RGB (Red+Green+Blue) = 88+82+117=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #585275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585275 is #A7AD8A. Grayscale: #575757. Windows color (decimal): -10988939 or 7688792. OLE color: 7688792.
HSL color Cylindrical-coordinate representation of color #585275: hue angle of 250.29º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #585275 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 82 | 117 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.54 |
| HSL | 250.29º | 0.18% | 0.39% | - |
| HSV(B) | 250.29º | 0.3% | 0.46% | - |
| XYZ | 10.25 | 9.39 | 18.1 | - |
| YUV | 87.78 | 144.49 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 82 | 117 | 0.25 | 0.30 | 0 | 0.54 | 250.29 | 0.18 | 0.39 |
| Hex | 58 | 52 | 75 | 19 | 1E | 0 | 36 | FA | 12 | 27 |
| Octal | 130 | 122 | 165 | 31 | 36 | 0 | 66 | 372 | 22 | 47 |
| Binary | 1011000 | 1010010 | 1110101 | 11001 | 11110 | 0 | 110110 | 11111010 | 10010 | 100111 |
Color Harmonies of #585275
Complementary color
Monochromatic Colors of #585275
Black with #585275
Text Example
Text Example
White with #585275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585275; }
p { color: rgb(88,82,117); }
H1.HeaderClassName
{
color: #585275;
}
.AnyTagClassName
{
color: #585275;
}
</style>
background-color css
<style>
a { background-color: #585275; }
a { background-color: rgb(88,82,117); }
div.DivClassName
{
background-color: #585275;
}
.BgClassName
{
background-color: #585275;
}
</style>
border-color css
<style>
span { border-color: #585275; }
span { border-color: rgb(88,82,117); }
td.TdClassName
{
border-color: #585275;
}
.TagClassName
{
border-color: #585275;
}
</style>