Shades of Smoky #595766
Tints of Smoky #595766
RGB
CMYK
RGB Variations
Color information
#595766 (or 0x595766) is known color: Smoky. HEX triplet: 59, 57 and 66. RGB value is (89,87,102). Sum of RGB (Red+Green+Blue) = 89+87+102=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 102 - color contains mainly: blue. Hex color #595766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595766 is #A6A899. Grayscale: #595959. Windows color (decimal): -10922138 or 6707033. OLE color: 6707033.
HSL color Cylindrical-coordinate representation of color #595766: hue angle of 248º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #595766 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 89 | 87 | 102 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.6 |
| HSL | 248º | 0.08% | 0.37% | - |
| HSV(B) | 248º | 0.15% | 0.4% | - |
| XYZ | 9.93 | 9.9 | 13.96 | - |
| YUV | 89.31 | 135.16 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 87 | 102 | 0.13 | 0.15 | 0 | 0.6 | 248 | 0.08 | 0.37 |
| Hex | 59 | 57 | 66 | D | F | 0 | 3C | F8 | 8 | 25 |
| Octal | 131 | 127 | 146 | 15 | 17 | 0 | 74 | 370 | 10 | 45 |
| Binary | 1011001 | 1010111 | 1100110 | 1101 | 1111 | 0 | 111100 | 11111000 | 1000 | 100101 |
Color Harmonies of #595766
Complementary color
Monochromatic Colors of #595766
Black with #595766
Text Example
Text Example
White with #595766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595766; }
p { color: rgb(89,87,102); }
H1.HeaderClassName
{
color: #595766;
}
.AnyTagClassName
{
color: #595766;
}
</style>
background-color css
<style>
a { background-color: #595766; }
a { background-color: rgb(89,87,102); }
div.DivClassName
{
background-color: #595766;
}
.BgClassName
{
background-color: #595766;
}
</style>
border-color css
<style>
span { border-color: #595766; }
span { border-color: rgb(89,87,102); }
td.TdClassName
{
border-color: #595766;
}
.TagClassName
{
border-color: #595766;
}
</style>