Shades of Smoky #595073
Tints of Smoky #595073
RGB
CMYK
RGB Variations
Color information
#595073 (or 0x595073) is known color: Smoky. HEX triplet: 59, 50 and 73. RGB value is (89,80,115). Sum of RGB (Red+Green+Blue) = 89+80+115=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 115 - color contains mainly: blue. Hex color #595073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595073 is #A6AF8C. Grayscale: #565656. Windows color (decimal): -10923917 or 7557209. OLE color: 7557209.
HSL color Cylindrical-coordinate representation of color #595073: hue angle of 255.43º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #595073 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 80 | 115 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.55 |
| HSL | 255.43º | 0.18% | 0.38% | - |
| HSV(B) | 255.43º | 0.3% | 0.45% | - |
| XYZ | 10.08 | 9.1 | 17.44 | - |
| YUV | 86.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 80 | 115 | 0.23 | 0.30 | 0 | 0.55 | 255.43 | 0.18 | 0.38 |
| Hex | 59 | 50 | 73 | 17 | 1E | 0 | 37 | FF | 12 | 26 |
| Octal | 131 | 120 | 163 | 27 | 36 | 0 | 67 | 377 | 22 | 46 |
| Binary | 1011001 | 1010000 | 1110011 | 10111 | 11110 | 0 | 110111 | 11111111 | 10010 | 100110 |
Color Harmonies of #595073
Complementary color
Monochromatic Colors of #595073
Black with #595073
Text Example
Text Example
White with #595073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595073; }
p { color: rgb(89,80,115); }
H1.HeaderClassName
{
color: #595073;
}
.AnyTagClassName
{
color: #595073;
}
</style>
background-color css
<style>
a { background-color: #595073; }
a { background-color: rgb(89,80,115); }
div.DivClassName
{
background-color: #595073;
}
.BgClassName
{
background-color: #595073;
}
</style>
border-color css
<style>
span { border-color: #595073; }
span { border-color: rgb(89,80,115); }
td.TdClassName
{
border-color: #595073;
}
.TagClassName
{
border-color: #595073;
}
</style>