Shades of Smoky #595071
Tints of Smoky #595071
RGB
CMYK
RGB Variations
Color information
#595071 (or 0x595071) is known color: Smoky. HEX triplet: 59, 50 and 71. RGB value is (89,80,113). Sum of RGB (Red+Green+Blue) = 89+80+113=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 113 - color contains mainly: blue. Hex color #595071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595071 is #A6AF8E. Grayscale: #565656. Windows color (decimal): -10923919 or 7426137. OLE color: 7426137.
HSL color Cylindrical-coordinate representation of color #595071: hue angle of 256.36º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #595071 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 80 | 113 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.56 |
| HSL | 256.36º | 0.17% | 0.38% | - |
| HSV(B) | 256.36º | 0.29% | 0.44% | - |
| XYZ | 9.97 | 9.05 | 16.84 | - |
| YUV | 86.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 80 | 113 | 0.21 | 0.29 | 0 | 0.56 | 256.36 | 0.17 | 0.38 |
| Hex | 59 | 50 | 71 | 15 | 1D | 0 | 38 | 100 | 11 | 26 |
| Octal | 131 | 120 | 161 | 25 | 35 | 0 | 70 | 400 | 21 | 46 |
| Binary | 1011001 | 1010000 | 1110001 | 10101 | 11101 | 0 | 111000 | 100000000 | 10001 | 100110 |
Color Harmonies of #595071
Complementary color
Monochromatic Colors of #595071
Black with #595071
Text Example
Text Example
White with #595071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595071; }
p { color: rgb(89,80,113); }
H1.HeaderClassName
{
color: #595071;
}
.AnyTagClassName
{
color: #595071;
}
</style>
background-color css
<style>
a { background-color: #595071; }
a { background-color: rgb(89,80,113); }
div.DivClassName
{
background-color: #595071;
}
.BgClassName
{
background-color: #595071;
}
</style>
border-color css
<style>
span { border-color: #595071; }
span { border-color: rgb(89,80,113); }
td.TdClassName
{
border-color: #595071;
}
.TagClassName
{
border-color: #595071;
}
</style>