Shades of Smoky #595470
Tints of Smoky #595470
RGB
CMYK
RGB Variations
Color information
#595470 (or 0x595470) is known color: Smoky. HEX triplet: 59, 54 and 70. RGB value is (89,84,112). Sum of RGB (Red+Green+Blue) = 89+84+112=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 112 - color contains mainly: blue. Hex color #595470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595470 is #A6AB8F. Grayscale: #585858. Windows color (decimal): -10922896 or 7361625. OLE color: 7361625.
HSL color Cylindrical-coordinate representation of color #595470: hue angle of 250.71º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #595470 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 84 | 112 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.56 |
| HSL | 250.71º | 0.14% | 0.38% | - |
| HSV(B) | 250.71º | 0.25% | 0.44% | - |
| XYZ | 10.21 | 9.63 | 16.65 | - |
| YUV | 88.69 | 141.16 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 84 | 112 | 0.21 | 0.25 | 0 | 0.56 | 250.71 | 0.14 | 0.38 |
| Hex | 59 | 54 | 70 | 15 | 19 | 0 | 38 | FB | E | 26 |
| Octal | 131 | 124 | 160 | 25 | 31 | 0 | 70 | 373 | 16 | 46 |
| Binary | 1011001 | 1010100 | 1110000 | 10101 | 11001 | 0 | 111000 | 11111011 | 1110 | 100110 |
Color Harmonies of #595470
Complementary color
Monochromatic Colors of #595470
Black with #595470
Text Example
Text Example
White with #595470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595470; }
p { color: rgb(89,84,112); }
H1.HeaderClassName
{
color: #595470;
}
.AnyTagClassName
{
color: #595470;
}
</style>
background-color css
<style>
a { background-color: #595470; }
a { background-color: rgb(89,84,112); }
div.DivClassName
{
background-color: #595470;
}
.BgClassName
{
background-color: #595470;
}
</style>
border-color css
<style>
span { border-color: #595470; }
span { border-color: rgb(89,84,112); }
td.TdClassName
{
border-color: #595470;
}
.TagClassName
{
border-color: #595470;
}
</style>