Shades of Smoky #595369
Tints of Smoky #595369
RGB
CMYK
RGB Variations
Color information
#595369 (or 0x595369) is known color: Smoky. HEX triplet: 59, 53 and 69. RGB value is (89,83,105). Sum of RGB (Red+Green+Blue) = 89+83+105=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 105 - color contains mainly: blue. Hex color #595369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595369 is #A6AC96. Grayscale: #575757. Windows color (decimal): -10923159 or 6902617. OLE color: 6902617.
HSL color Cylindrical-coordinate representation of color #595369: hue angle of 256.36º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #595369 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 83 | 105 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.59 |
| HSL | 256.36º | 0.12% | 0.37% | - |
| HSV(B) | 256.36º | 0.21% | 0.41% | - |
| XYZ | 9.76 | 9.33 | 14.65 | - |
| YUV | 87.3 | 137.99 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 105 | 0.15 | 0.21 | 0 | 0.59 | 256.36 | 0.12 | 0.37 |
| Hex | 59 | 53 | 69 | F | 15 | 0 | 3B | 100 | C | 25 |
| Octal | 131 | 123 | 151 | 17 | 25 | 0 | 73 | 400 | 14 | 45 |
| Binary | 1011001 | 1010011 | 1101001 | 1111 | 10101 | 0 | 111011 | 100000000 | 1100 | 100101 |
Color Harmonies of #595369
Complementary color
Monochromatic Colors of #595369
Black with #595369
Text Example
Text Example
White with #595369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595369; }
p { color: rgb(89,83,105); }
H1.HeaderClassName
{
color: #595369;
}
.AnyTagClassName
{
color: #595369;
}
</style>
background-color css
<style>
a { background-color: #595369; }
a { background-color: rgb(89,83,105); }
div.DivClassName
{
background-color: #595369;
}
.BgClassName
{
background-color: #595369;
}
</style>
border-color css
<style>
span { border-color: #595369; }
span { border-color: rgb(89,83,105); }
td.TdClassName
{
border-color: #595369;
}
.TagClassName
{
border-color: #595369;
}
</style>