Shades of Smoky #595465
Tints of Smoky #595465
RGB
CMYK
RGB Variations
Color information
#595465 (or 0x595465) is known color: Smoky. HEX triplet: 59, 54 and 65. RGB value is (89,84,101). Sum of RGB (Red+Green+Blue) = 89+84+101=274 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.48% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 101 - color contains mainly: blue. Hex color #595465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595465 is #A6AB9A. Grayscale: #575757. Windows color (decimal): -10922907 or 6640729. OLE color: 6640729.
HSL color Cylindrical-coordinate representation of color #595465: hue angle of 257.65º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #595465 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 84 | 101 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.60 |
| HSL | 257.65º | 0.09% | 0.36% | - |
| HSV(B) | 257.65º | 0.17% | 0.4% | - |
| XYZ | 9.64 | 9.4 | 13.62 | - |
| YUV | 87.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 84 | 101 | 0.12 | 0.17 | 0 | 0.60 | 257.65 | 0.09 | 0.36 |
| Hex | 59 | 54 | 65 | C | 11 | 0 | 3C | 102 | 9 | 24 |
| Octal | 131 | 124 | 145 | 14 | 21 | 0 | 74 | 402 | 11 | 44 |
| Binary | 1011001 | 1010100 | 1100101 | 1100 | 10001 | 0 | 111100 | 100000010 | 1001 | 100100 |
Color Harmonies of #595465
Complementary color
Monochromatic Colors of #595465
Black with #595465
Text Example
Text Example
White with #595465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595465; }
p { color: rgb(89,84,101); }
H1.HeaderClassName
{
color: #595465;
}
.AnyTagClassName
{
color: #595465;
}
</style>
background-color css
<style>
a { background-color: #595465; }
a { background-color: rgb(89,84,101); }
div.DivClassName
{
background-color: #595465;
}
.BgClassName
{
background-color: #595465;
}
</style>
border-color css
<style>
span { border-color: #595465; }
span { border-color: rgb(89,84,101); }
td.TdClassName
{
border-color: #595465;
}
.TagClassName
{
border-color: #595465;
}
</style>