Shades of Smoky #595074
Tints of Smoky #595074
RGB
CMYK
RGB Variations
Color information
#595074 (or 0x595074) is known color: Smoky. HEX triplet: 59, 50 and 74. RGB value is (89,80,116). Sum of RGB (Red+Green+Blue) = 89+80+116=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 116 - color contains mainly: blue. Hex color #595074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595074 is #A6AF8B. Grayscale: #565656. Windows color (decimal): -10923916 or 7622745. OLE color: 7622745.
HSL color Cylindrical-coordinate representation of color #595074: hue angle of 255º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #595074 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 80 | 116 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.55 |
| HSL | 255º | 0.18% | 0.38% | - |
| HSV(B) | 255º | 0.31% | 0.45% | - |
| XYZ | 10.14 | 9.12 | 17.75 | - |
| YUV | 86.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 80 | 116 | 0.23 | 0.31 | 0 | 0.55 | 255 | 0.18 | 0.38 |
| Hex | 59 | 50 | 74 | 17 | 1F | 0 | 37 | FF | 12 | 26 |
| Octal | 131 | 120 | 164 | 27 | 37 | 0 | 67 | 377 | 22 | 46 |
| Binary | 1011001 | 1010000 | 1110100 | 10111 | 11111 | 0 | 110111 | 11111111 | 10010 | 100110 |
Color Harmonies of #595074
Complementary color
Monochromatic Colors of #595074
Black with #595074
Text Example
Text Example
White with #595074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595074; }
p { color: rgb(89,80,116); }
H1.HeaderClassName
{
color: #595074;
}
.AnyTagClassName
{
color: #595074;
}
</style>
background-color css
<style>
a { background-color: #595074; }
a { background-color: rgb(89,80,116); }
div.DivClassName
{
background-color: #595074;
}
.BgClassName
{
background-color: #595074;
}
</style>
border-color css
<style>
span { border-color: #595074; }
span { border-color: rgb(89,80,116); }
td.TdClassName
{
border-color: #595074;
}
.TagClassName
{
border-color: #595074;
}
</style>