Shades of Smoky #585566
Tints of Smoky #585566
RGB
CMYK
RGB Variations
Color information
#585566 (or 0x585566) is known color: Smoky. HEX triplet: 58, 55 and 66. RGB value is (88,85,102). Sum of RGB (Red+Green+Blue) = 88+85+102=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 102 - color contains mainly: blue. Hex color #585566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585566 is #A7AA99. Grayscale: #575757. Windows color (decimal): -10988186 or 6706520. OLE color: 6706520.
HSL color Cylindrical-coordinate representation of color #585566: hue angle of 250.59º degrees, saturation: 0.09, 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 #585566 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 88 | 85 | 102 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.6 |
| HSL | 250.59º | 0.09% | 0.37% | - |
| HSV(B) | 250.59º | 0.17% | 0.4% | - |
| XYZ | 9.67 | 9.53 | 13.9 | - |
| YUV | 87.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 102 | 0.14 | 0.17 | 0 | 0.6 | 250.59 | 0.09 | 0.37 |
| Hex | 58 | 55 | 66 | E | 11 | 0 | 3C | FB | 9 | 25 |
| Octal | 130 | 125 | 146 | 16 | 21 | 0 | 74 | 373 | 11 | 45 |
| Binary | 1011000 | 1010101 | 1100110 | 1110 | 10001 | 0 | 111100 | 11111011 | 1001 | 100101 |
Color Harmonies of #585566
Complementary color
Monochromatic Colors of #585566
Black with #585566
Text Example
Text Example
White with #585566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585566; }
p { color: rgb(88,85,102); }
H1.HeaderClassName
{
color: #585566;
}
.AnyTagClassName
{
color: #585566;
}
</style>
background-color css
<style>
a { background-color: #585566; }
a { background-color: rgb(88,85,102); }
div.DivClassName
{
background-color: #585566;
}
.BgClassName
{
background-color: #585566;
}
</style>
border-color css
<style>
span { border-color: #585566; }
span { border-color: rgb(88,85,102); }
td.TdClassName
{
border-color: #585566;
}
.TagClassName
{
border-color: #585566;
}
</style>