Shades of Smoky #595174
Tints of Smoky #595174
RGB
CMYK
RGB Variations
Color information
#595174 (or 0x595174) is known color: Smoky. HEX triplet: 59, 51 and 74. RGB value is (89,81,116). Sum of RGB (Red+Green+Blue) = 89+81+116=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 116 - color contains mainly: blue. Hex color #595174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595174 is #A6AE8B. Grayscale: #575757. Windows color (decimal): -10923660 or 7623001. OLE color: 7623001.
HSL color Cylindrical-coordinate representation of color #595174: hue angle of 253.71º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #595174 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 81 | 116 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.55 |
| HSL | 253.71º | 0.18% | 0.39% | - |
| HSV(B) | 253.71º | 0.3% | 0.45% | - |
| XYZ | 10.21 | 9.27 | 17.77 | - |
| YUV | 87.38 | 144.15 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 116 | 0.23 | 0.30 | 0 | 0.55 | 253.71 | 0.18 | 0.39 |
| Hex | 59 | 51 | 74 | 17 | 1E | 0 | 37 | FE | 12 | 27 |
| Octal | 131 | 121 | 164 | 27 | 36 | 0 | 67 | 376 | 22 | 47 |
| Binary | 1011001 | 1010001 | 1110100 | 10111 | 11110 | 0 | 110111 | 11111110 | 10010 | 100111 |
Color Harmonies of #595174
Complementary color
Monochromatic Colors of #595174
Black with #595174
Text Example
Text Example
White with #595174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595174; }
p { color: rgb(89,81,116); }
H1.HeaderClassName
{
color: #595174;
}
.AnyTagClassName
{
color: #595174;
}
</style>
background-color css
<style>
a { background-color: #595174; }
a { background-color: rgb(89,81,116); }
div.DivClassName
{
background-color: #595174;
}
.BgClassName
{
background-color: #595174;
}
</style>
border-color css
<style>
span { border-color: #595174; }
span { border-color: rgb(89,81,116); }
td.TdClassName
{
border-color: #595174;
}
.TagClassName
{
border-color: #595174;
}
</style>