Shades of Smoky #5F5D66
Tints of Smoky #5F5D66
RGB
CMYK
RGB Variations
Color information
#5F5D66 (or 0x5F5D66) is known color: Smoky. HEX triplet: 5F, 5D and 66. RGB value is (95,93,102). Sum of RGB (Red+Green+Blue) = 95+93+102=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 102 - color contains mainly: blue. Hex color #5F5D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5D66 is #A0A299. Grayscale: #5E5E5E. Windows color (decimal): -10527386 or 6708575. OLE color: 6708575.
HSL color Cylindrical-coordinate representation of color #5F5D66: hue angle of 253.33º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5F5D66 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 95 | 93 | 102 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.6 |
| HSL | 253.33º | 0.05% | 0.38% | - |
| HSV(B) | 253.33º | 0.09% | 0.4% | - |
| XYZ | 11.03 | 11.22 | 14.15 | - |
| YUV | 94.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 93 | 102 | 0.07 | 0.09 | 0 | 0.6 | 253.33 | 0.05 | 0.38 |
| Hex | 5F | 5D | 66 | 7 | 9 | 0 | 3C | FD | 5 | 26 |
| Octal | 137 | 135 | 146 | 7 | 11 | 0 | 74 | 375 | 5 | 46 |
| Binary | 1011111 | 1011101 | 1100110 | 111 | 1001 | 0 | 111100 | 11111101 | 101 | 100110 |
Color Harmonies of #5F5D66
Complementary color
Monochromatic Colors of #5F5D66
Black with #5F5D66
Text Example
Text Example
White with #5F5D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5D66; }
p { color: rgb(95,93,102); }
H1.HeaderClassName
{
color: #5F5D66;
}
.AnyTagClassName
{
color: #5F5D66;
}
</style>
background-color css
<style>
a { background-color: #5F5D66; }
a { background-color: rgb(95,93,102); }
div.DivClassName
{
background-color: #5F5D66;
}
.BgClassName
{
background-color: #5F5D66;
}
</style>
border-color css
<style>
span { border-color: #5F5D66; }
span { border-color: rgb(95,93,102); }
td.TdClassName
{
border-color: #5F5D66;
}
.TagClassName
{
border-color: #5F5D66;
}
</style>