Shades of Smoky #585567
Tints of Smoky #585567
RGB
CMYK
RGB Variations
Color information
#585567 (or 0x585567) is known color: Smoky. HEX triplet: 58, 55 and 67. RGB value is (88,85,103). Sum of RGB (Red+Green+Blue) = 88+85+103=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 103 - color contains mainly: blue. Hex color #585567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585567 is #A7AA98. Grayscale: #575757. Windows color (decimal): -10988185 or 6772056. OLE color: 6772056.
HSL color Cylindrical-coordinate representation of color #585567: hue angle of 250º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #585567 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 85 | 103 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.60 |
| HSL | 250º | 0.1% | 0.37% | - |
| HSV(B) | 250º | 0.17% | 0.4% | - |
| XYZ | 9.72 | 9.55 | 14.16 | - |
| YUV | 87.95 | 136.49 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 103 | 0.15 | 0.17 | 0 | 0.60 | 250 | 0.1 | 0.37 |
| Hex | 58 | 55 | 67 | F | 11 | 0 | 3C | FA | A | 25 |
| Octal | 130 | 125 | 147 | 17 | 21 | 0 | 74 | 372 | 12 | 45 |
| Binary | 1011000 | 1010101 | 1100111 | 1111 | 10001 | 0 | 111100 | 11111010 | 1010 | 100101 |
Color Harmonies of #585567
Complementary color
Monochromatic Colors of #585567
Black with #585567
Text Example
Text Example
White with #585567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585567; }
p { color: rgb(88,85,103); }
H1.HeaderClassName
{
color: #585567;
}
.AnyTagClassName
{
color: #585567;
}
</style>
background-color css
<style>
a { background-color: #585567; }
a { background-color: rgb(88,85,103); }
div.DivClassName
{
background-color: #585567;
}
.BgClassName
{
background-color: #585567;
}
</style>
border-color css
<style>
span { border-color: #585567; }
span { border-color: rgb(88,85,103); }
td.TdClassName
{
border-color: #585567;
}
.TagClassName
{
border-color: #585567;
}
</style>