Shades of Smoky #595373
Tints of Smoky #595373
RGB
CMYK
RGB Variations
Color information
#595373 (or 0x595373) is known color: Smoky. HEX triplet: 59, 53 and 73. RGB value is (89,83,115). Sum of RGB (Red+Green+Blue) = 89+83+115=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 115 - color contains mainly: blue. Hex color #595373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595373 is #A6AC8C. Grayscale: #585858. Windows color (decimal): -10923149 or 7557977. OLE color: 7557977.
HSL color Cylindrical-coordinate representation of color #595373: hue angle of 251.25º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #595373 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 83 | 115 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.55 |
| HSL | 251.25º | 0.16% | 0.39% | - |
| HSV(B) | 251.25º | 0.28% | 0.45% | - |
| XYZ | 10.31 | 9.55 | 17.52 | - |
| YUV | 88.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 115 | 0.23 | 0.28 | 0 | 0.55 | 251.25 | 0.16 | 0.39 |
| Hex | 59 | 53 | 73 | 17 | 1C | 0 | 37 | FB | 10 | 27 |
| Octal | 131 | 123 | 163 | 27 | 34 | 0 | 67 | 373 | 20 | 47 |
| Binary | 1011001 | 1010011 | 1110011 | 10111 | 11100 | 0 | 110111 | 11111011 | 10000 | 100111 |
Color Harmonies of #595373
Complementary color
Monochromatic Colors of #595373
Black with #595373
Text Example
Text Example
White with #595373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595373; }
p { color: rgb(89,83,115); }
H1.HeaderClassName
{
color: #595373;
}
.AnyTagClassName
{
color: #595373;
}
</style>
background-color css
<style>
a { background-color: #595373; }
a { background-color: rgb(89,83,115); }
div.DivClassName
{
background-color: #595373;
}
.BgClassName
{
background-color: #595373;
}
</style>
border-color css
<style>
span { border-color: #595373; }
span { border-color: rgb(89,83,115); }
td.TdClassName
{
border-color: #595373;
}
.TagClassName
{
border-color: #595373;
}
</style>