Shades of Smoky #595768
Tints of Smoky #595768
RGB
CMYK
RGB Variations
Color information
#595768 (or 0x595768) is known color: Smoky. HEX triplet: 59, 57 and 68. RGB value is (89,87,104). Sum of RGB (Red+Green+Blue) = 89+87+104=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 104 - color contains mainly: blue. Hex color #595768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595768 is #A6A897. Grayscale: #595959. Windows color (decimal): -10922136 or 6838105. OLE color: 6838105.
HSL color Cylindrical-coordinate representation of color #595768: hue angle of 247.06º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #595768 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 87 | 104 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.59 |
| HSL | 247.06º | 0.09% | 0.37% | - |
| HSV(B) | 247.06º | 0.16% | 0.41% | - |
| XYZ | 10.03 | 9.94 | 14.49 | - |
| YUV | 89.54 | 136.16 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 87 | 104 | 0.14 | 0.16 | 0 | 0.59 | 247.06 | 0.09 | 0.37 |
| Hex | 59 | 57 | 68 | E | 10 | 0 | 3B | F7 | 9 | 25 |
| Octal | 131 | 127 | 150 | 16 | 20 | 0 | 73 | 367 | 11 | 45 |
| Binary | 1011001 | 1010111 | 1101000 | 1110 | 10000 | 0 | 111011 | 11110111 | 1001 | 100101 |
Color Harmonies of #595768
Complementary color
Monochromatic Colors of #595768
Black with #595768
Text Example
Text Example
White with #595768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595768; }
p { color: rgb(89,87,104); }
H1.HeaderClassName
{
color: #595768;
}
.AnyTagClassName
{
color: #595768;
}
</style>
background-color css
<style>
a { background-color: #595768; }
a { background-color: rgb(89,87,104); }
div.DivClassName
{
background-color: #595768;
}
.BgClassName
{
background-color: #595768;
}
</style>
border-color css
<style>
span { border-color: #595768; }
span { border-color: rgb(89,87,104); }
td.TdClassName
{
border-color: #595768;
}
.TagClassName
{
border-color: #595768;
}
</style>