Shades of Smoky #585465
Tints of Smoky #585465
RGB
CMYK
RGB Variations
Color information
#585465 (or 0x585465) is known color: Smoky. HEX triplet: 58, 54 and 65. RGB value is (88,84,101). Sum of RGB (Red+Green+Blue) = 88+84+101=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 101 - color contains mainly: blue. Hex color #585465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585465 is #A7AB9A. Grayscale: #575757. Windows color (decimal): -10988443 or 6640728. OLE color: 6640728.
HSL color Cylindrical-coordinate representation of color #585465: hue angle of 254.12º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #585465 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 84 | 101 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.60 |
| HSL | 254.12º | 0.09% | 0.36% | - |
| HSV(B) | 254.12º | 0.17% | 0.4% | - |
| XYZ | 9.54 | 9.35 | 13.61 | - |
| YUV | 87.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 84 | 101 | 0.13 | 0.17 | 0 | 0.60 | 254.12 | 0.09 | 0.36 |
| Hex | 58 | 54 | 65 | D | 11 | 0 | 3C | FE | 9 | 24 |
| Octal | 130 | 124 | 145 | 15 | 21 | 0 | 74 | 376 | 11 | 44 |
| Binary | 1011000 | 1010100 | 1100101 | 1101 | 10001 | 0 | 111100 | 11111110 | 1001 | 100100 |
Color Harmonies of #585465
Complementary color
Monochromatic Colors of #585465
Black with #585465
Text Example
Text Example
White with #585465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585465; }
p { color: rgb(88,84,101); }
H1.HeaderClassName
{
color: #585465;
}
.AnyTagClassName
{
color: #585465;
}
</style>
background-color css
<style>
a { background-color: #585465; }
a { background-color: rgb(88,84,101); }
div.DivClassName
{
background-color: #585465;
}
.BgClassName
{
background-color: #585465;
}
</style>
border-color css
<style>
span { border-color: #585465; }
span { border-color: rgb(88,84,101); }
td.TdClassName
{
border-color: #585465;
}
.TagClassName
{
border-color: #585465;
}
</style>