Shades of Smoky #5F596B
Tints of Smoky #5F596B
RGB
CMYK
RGB Variations
Color information
#5F596B (or 0x5F596B) is known color: Smoky. HEX triplet: 5F, 59 and 6B. RGB value is (95,89,107). Sum of RGB (Red+Green+Blue) = 95+89+107=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 107 - color contains mainly: blue. Hex color #5F596B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F596B is #A0A694. Grayscale: #5C5C5C. Windows color (decimal): -10528405 or 7035231. OLE color: 7035231.
HSL color Cylindrical-coordinate representation of color #5F596B: hue angle of 260º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5F596B is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 89 | 107 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.58 |
| HSL | 260º | 0.09% | 0.38% | - |
| HSV(B) | 260º | 0.17% | 0.42% | - |
| XYZ | 10.95 | 10.64 | 15.39 | - |
| YUV | 92.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 89 | 107 | 0.11 | 0.17 | 0 | 0.58 | 260 | 0.09 | 0.38 |
| Hex | 5F | 59 | 6B | B | 11 | 0 | 3A | 104 | 9 | 26 |
| Octal | 137 | 131 | 153 | 13 | 21 | 0 | 72 | 404 | 11 | 46 |
| Binary | 1011111 | 1011001 | 1101011 | 1011 | 10001 | 0 | 111010 | 100000100 | 1001 | 100110 |
Color Harmonies of #5F596B
Complementary color
Monochromatic Colors of #5F596B
Black with #5F596B
Text Example
Text Example
White with #5F596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F596B; }
p { color: rgb(95,89,107); }
H1.HeaderClassName
{
color: #5F596B;
}
.AnyTagClassName
{
color: #5F596B;
}
</style>
background-color css
<style>
a { background-color: #5F596B; }
a { background-color: rgb(95,89,107); }
div.DivClassName
{
background-color: #5F596B;
}
.BgClassName
{
background-color: #5F596B;
}
</style>
border-color css
<style>
span { border-color: #5F596B; }
span { border-color: rgb(95,89,107); }
td.TdClassName
{
border-color: #5F596B;
}
.TagClassName
{
border-color: #5F596B;
}
</style>