Shades of Smoky #595269
Tints of Smoky #595269
RGB
CMYK
RGB Variations
Color information
#595269 (or 0x595269) is known color: Smoky. HEX triplet: 59, 52 and 69. RGB value is (89,82,105). Sum of RGB (Red+Green+Blue) = 89+82+105=276 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.25% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 105 - color contains mainly: blue. Hex color #595269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595269 is #A6AD96. Grayscale: #565656. Windows color (decimal): -10923415 or 6902361. OLE color: 6902361.
HSL color Cylindrical-coordinate representation of color #595269: hue angle of 258.26º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #595269 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 82 | 105 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.59 |
| HSL | 258.26º | 0.12% | 0.37% | - |
| HSV(B) | 258.26º | 0.22% | 0.41% | - |
| XYZ | 9.69 | 9.18 | 14.63 | - |
| YUV | 86.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 105 | 0.15 | 0.22 | 0 | 0.59 | 258.26 | 0.12 | 0.37 |
| Hex | 59 | 52 | 69 | F | 16 | 0 | 3B | 102 | C | 25 |
| Octal | 131 | 122 | 151 | 17 | 26 | 0 | 73 | 402 | 14 | 45 |
| Binary | 1011001 | 1010010 | 1101001 | 1111 | 10110 | 0 | 111011 | 100000010 | 1100 | 100101 |
Color Harmonies of #595269
Complementary color
Monochromatic Colors of #595269
Black with #595269
Text Example
Text Example
White with #595269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595269; }
p { color: rgb(89,82,105); }
H1.HeaderClassName
{
color: #595269;
}
.AnyTagClassName
{
color: #595269;
}
</style>
background-color css
<style>
a { background-color: #595269; }
a { background-color: rgb(89,82,105); }
div.DivClassName
{
background-color: #595269;
}
.BgClassName
{
background-color: #595269;
}
</style>
border-color css
<style>
span { border-color: #595269; }
span { border-color: rgb(89,82,105); }
td.TdClassName
{
border-color: #595269;
}
.TagClassName
{
border-color: #595269;
}
</style>