Shades of Smoky #595370
Tints of Smoky #595370
RGB
CMYK
RGB Variations
Color information
#595370 (or 0x595370) is known color: Smoky. HEX triplet: 59, 53 and 70. RGB value is (89,83,112). Sum of RGB (Red+Green+Blue) = 89+83+112=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 112 - color contains mainly: blue. Hex color #595370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595370 is #A6AC8F. Grayscale: #575757. Windows color (decimal): -10923152 or 7361369. OLE color: 7361369.
HSL color Cylindrical-coordinate representation of color #595370: hue angle of 252.41º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #595370 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 83 | 112 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.56 |
| HSL | 252.41º | 0.15% | 0.38% | - |
| HSV(B) | 252.41º | 0.26% | 0.44% | - |
| XYZ | 10.14 | 9.48 | 16.62 | - |
| YUV | 88.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 112 | 0.21 | 0.26 | 0 | 0.56 | 252.41 | 0.15 | 0.38 |
| Hex | 59 | 53 | 70 | 15 | 1A | 0 | 38 | FC | F | 26 |
| Octal | 131 | 123 | 160 | 25 | 32 | 0 | 70 | 374 | 17 | 46 |
| Binary | 1011001 | 1010011 | 1110000 | 10101 | 11010 | 0 | 111000 | 11111100 | 1111 | 100110 |
Color Harmonies of #595370
Complementary color
Monochromatic Colors of #595370
Black with #595370
Text Example
Text Example
White with #595370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595370; }
p { color: rgb(89,83,112); }
H1.HeaderClassName
{
color: #595370;
}
.AnyTagClassName
{
color: #595370;
}
</style>
background-color css
<style>
a { background-color: #595370; }
a { background-color: rgb(89,83,112); }
div.DivClassName
{
background-color: #595370;
}
.BgClassName
{
background-color: #595370;
}
</style>
border-color css
<style>
span { border-color: #595370; }
span { border-color: rgb(89,83,112); }
td.TdClassName
{
border-color: #595370;
}
.TagClassName
{
border-color: #595370;
}
</style>