Shades of Smoky #595270
Tints of Smoky #595270
RGB
CMYK
RGB Variations
Color information
#595270 (or 0x595270) is known color: Smoky. HEX triplet: 59, 52 and 70. RGB value is (89,82,112). Sum of RGB (Red+Green+Blue) = 89+82+112=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 112 - color contains mainly: blue. Hex color #595270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595270 is #A6AD8F. Grayscale: #575757. Windows color (decimal): -10923408 or 7361113. OLE color: 7361113.
HSL color Cylindrical-coordinate representation of color #595270: hue angle of 254º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #595270 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 82 | 112 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.56 |
| HSL | 254º | 0.15% | 0.38% | - |
| HSV(B) | 254º | 0.27% | 0.44% | - |
| XYZ | 10.06 | 9.33 | 16.6 | - |
| YUV | 87.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 112 | 0.21 | 0.27 | 0 | 0.56 | 254 | 0.15 | 0.38 |
| Hex | 59 | 52 | 70 | 15 | 1B | 0 | 38 | FE | F | 26 |
| Octal | 131 | 122 | 160 | 25 | 33 | 0 | 70 | 376 | 17 | 46 |
| Binary | 1011001 | 1010010 | 1110000 | 10101 | 11011 | 0 | 111000 | 11111110 | 1111 | 100110 |
Color Harmonies of #595270
Complementary color
Monochromatic Colors of #595270
Black with #595270
Text Example
Text Example
White with #595270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595270; }
p { color: rgb(89,82,112); }
H1.HeaderClassName
{
color: #595270;
}
.AnyTagClassName
{
color: #595270;
}
</style>
background-color css
<style>
a { background-color: #595270; }
a { background-color: rgb(89,82,112); }
div.DivClassName
{
background-color: #595270;
}
.BgClassName
{
background-color: #595270;
}
</style>
border-color css
<style>
span { border-color: #595270; }
span { border-color: rgb(89,82,112); }
td.TdClassName
{
border-color: #595270;
}
.TagClassName
{
border-color: #595270;
}
</style>