Shades of Smoky #595663
Tints of Smoky #595663
RGB
CMYK
RGB Variations
Color information
#595663 (or 0x595663) is known color: Smoky. HEX triplet: 59, 56 and 63. RGB value is (89,86,99). Sum of RGB (Red+Green+Blue) = 89+86+99=274 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.48% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 99 - color contains mainly: blue. Hex color #595663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595663 is #A6A99C. Grayscale: #585858. Windows color (decimal): -10922397 or 6510169. OLE color: 6510169.
HSL color Cylindrical-coordinate representation of color #595663: hue angle of 253.85º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #595663 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 89 | 86 | 99 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.61 |
| HSL | 253.85º | 0.07% | 0.36% | - |
| HSV(B) | 253.85º | 0.13% | 0.39% | - |
| XYZ | 9.7 | 9.68 | 13.16 | - |
| YUV | 88.38 | 133.99 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 86 | 99 | 0.10 | 0.13 | 0 | 0.61 | 253.85 | 0.07 | 0.36 |
| Hex | 59 | 56 | 63 | A | D | 0 | 3D | FE | 7 | 24 |
| Octal | 131 | 126 | 143 | 12 | 15 | 0 | 75 | 376 | 7 | 44 |
| Binary | 1011001 | 1010110 | 1100011 | 1010 | 1101 | 0 | 111101 | 11111110 | 111 | 100100 |
Color Harmonies of #595663
Complementary color
Monochromatic Colors of #595663
Black with #595663
Text Example
Text Example
White with #595663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595663; }
p { color: rgb(89,86,99); }
H1.HeaderClassName
{
color: #595663;
}
.AnyTagClassName
{
color: #595663;
}
</style>
background-color css
<style>
a { background-color: #595663; }
a { background-color: rgb(89,86,99); }
div.DivClassName
{
background-color: #595663;
}
.BgClassName
{
background-color: #595663;
}
</style>
border-color css
<style>
span { border-color: #595663; }
span { border-color: rgb(89,86,99); }
td.TdClassName
{
border-color: #595663;
}
.TagClassName
{
border-color: #595663;
}
</style>