Shades of Smoky #595868
Tints of Smoky #595868
RGB
CMYK
RGB Variations
Color information
#595868 (or 0x595868) is known color: Smoky. HEX triplet: 59, 58 and 68. RGB value is (89,88,104). Sum of RGB (Red+Green+Blue) = 89+88+104=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 104 - color contains mainly: blue. Hex color #595868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595868 is #A6A797. Grayscale: #5A5A5A. Windows color (decimal): -10921880 or 6838361. OLE color: 6838361.
HSL color Cylindrical-coordinate representation of color #595868: hue angle of 243.75º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #595868 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 88 | 104 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.59 |
| HSL | 243.75º | 0.08% | 0.38% | - |
| HSV(B) | 243.75º | 0.15% | 0.41% | - |
| XYZ | 10.11 | 10.1 | 14.51 | - |
| YUV | 90.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 88 | 104 | 0.14 | 0.15 | 0 | 0.59 | 243.75 | 0.08 | 0.38 |
| Hex | 59 | 58 | 68 | E | F | 0 | 3B | F4 | 8 | 26 |
| Octal | 131 | 130 | 150 | 16 | 17 | 0 | 73 | 364 | 10 | 46 |
| Binary | 1011001 | 1011000 | 1101000 | 1110 | 1111 | 0 | 111011 | 11110100 | 1000 | 100110 |
Color Harmonies of #595868
Complementary color
Monochromatic Colors of #595868
Black with #595868
Text Example
Text Example
White with #595868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595868; }
p { color: rgb(89,88,104); }
H1.HeaderClassName
{
color: #595868;
}
.AnyTagClassName
{
color: #595868;
}
</style>
background-color css
<style>
a { background-color: #595868; }
a { background-color: rgb(89,88,104); }
div.DivClassName
{
background-color: #595868;
}
.BgClassName
{
background-color: #595868;
}
</style>
border-color css
<style>
span { border-color: #595868; }
span { border-color: rgb(89,88,104); }
td.TdClassName
{
border-color: #595868;
}
.TagClassName
{
border-color: #595868;
}
</style>