Shades of Smoky #5F5C66
Tints of Smoky #5F5C66
RGB
CMYK
RGB Variations
Color information
#5F5C66 (or 0x5F5C66) is known color: Smoky. HEX triplet: 5F, 5C and 66. RGB value is (95,92,102). Sum of RGB (Red+Green+Blue) = 95+92+102=289 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.87% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 102 - color contains mainly: blue. Hex color #5F5C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5C66 is #A0A399. Grayscale: #5E5E5E. Windows color (decimal): -10527642 or 6708319. OLE color: 6708319.
HSL color Cylindrical-coordinate representation of color #5F5C66: hue angle of 258º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5F5C66 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 95 | 92 | 102 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.6 |
| HSL | 258º | 0.05% | 0.38% | - |
| HSV(B) | 258º | 0.1% | 0.4% | - |
| XYZ | 10.94 | 11.05 | 14.13 | - |
| YUV | 94.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 92 | 102 | 0.07 | 0.10 | 0 | 0.6 | 258 | 0.05 | 0.38 |
| Hex | 5F | 5C | 66 | 7 | A | 0 | 3C | 102 | 5 | 26 |
| Octal | 137 | 134 | 146 | 7 | 12 | 0 | 74 | 402 | 5 | 46 |
| Binary | 1011111 | 1011100 | 1100110 | 111 | 1010 | 0 | 111100 | 100000010 | 101 | 100110 |
Color Harmonies of #5F5C66
Complementary color
Monochromatic Colors of #5F5C66
Black with #5F5C66
Text Example
Text Example
White with #5F5C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5C66; }
p { color: rgb(95,92,102); }
H1.HeaderClassName
{
color: #5F5C66;
}
.AnyTagClassName
{
color: #5F5C66;
}
</style>
background-color css
<style>
a { background-color: #5F5C66; }
a { background-color: rgb(95,92,102); }
div.DivClassName
{
background-color: #5F5C66;
}
.BgClassName
{
background-color: #5F5C66;
}
</style>
border-color css
<style>
span { border-color: #5F5C66; }
span { border-color: rgb(95,92,102); }
td.TdClassName
{
border-color: #5F5C66;
}
.TagClassName
{
border-color: #5F5C66;
}
</style>