Shades of Smoky #595765
Tints of Smoky #595765
RGB
CMYK
RGB Variations
Color information
#595765 (or 0x595765) is known color: Smoky. HEX triplet: 59, 57 and 65. RGB value is (89,87,101). Sum of RGB (Red+Green+Blue) = 89+87+101=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 101 - color contains mainly: blue. Hex color #595765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595765 is #A6A89A. Grayscale: #595959. Windows color (decimal): -10922139 or 6641497. OLE color: 6641497.
HSL color Cylindrical-coordinate representation of color #595765: hue angle of 248.57º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #595765 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 87 | 101 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.60 |
| HSL | 248.57º | 0.07% | 0.37% | - |
| HSV(B) | 248.57º | 0.14% | 0.4% | - |
| XYZ | 9.88 | 9.88 | 13.7 | - |
| YUV | 89.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 87 | 101 | 0.12 | 0.14 | 0 | 0.60 | 248.57 | 0.07 | 0.37 |
| Hex | 59 | 57 | 65 | C | E | 0 | 3C | F9 | 7 | 25 |
| Octal | 131 | 127 | 145 | 14 | 16 | 0 | 74 | 371 | 7 | 45 |
| Binary | 1011001 | 1010111 | 1100101 | 1100 | 1110 | 0 | 111100 | 11111001 | 111 | 100101 |
Color Harmonies of #595765
Complementary color
Monochromatic Colors of #595765
Black with #595765
Text Example
Text Example
White with #595765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595765; }
p { color: rgb(89,87,101); }
H1.HeaderClassName
{
color: #595765;
}
.AnyTagClassName
{
color: #595765;
}
</style>
background-color css
<style>
a { background-color: #595765; }
a { background-color: rgb(89,87,101); }
div.DivClassName
{
background-color: #595765;
}
.BgClassName
{
background-color: #595765;
}
</style>
border-color css
<style>
span { border-color: #595765; }
span { border-color: rgb(89,87,101); }
td.TdClassName
{
border-color: #595765;
}
.TagClassName
{
border-color: #595765;
}
</style>