Shades of Smoky #5F5E6A
Tints of Smoky #5F5E6A
RGB
CMYK
RGB Variations
Color information
#5F5E6A (or 0x5F5E6A) is known color: Smoky. HEX triplet: 5F, 5E and 6A. RGB value is (95,94,106). Sum of RGB (Red+Green+Blue) = 95+94+106=295 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.20% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 106 - color contains mainly: blue. Hex color #5F5E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5E6A is #A0A195. Grayscale: #5F5F5F. Windows color (decimal): -10527126 or 6970975. OLE color: 6970975.
HSL color Cylindrical-coordinate representation of color #5F5E6A: hue angle of 245º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5F5E6A is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 94 | 106 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.58 |
| HSL | 245º | 0.06% | 0.39% | - |
| HSV(B) | 245º | 0.11% | 0.42% | - |
| XYZ | 11.32 | 11.48 | 15.25 | - |
| YUV | 95.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 94 | 106 | 0.10 | 0.11 | 0 | 0.58 | 245 | 0.06 | 0.39 |
| Hex | 5F | 5E | 6A | A | B | 0 | 3A | F5 | 6 | 27 |
| Octal | 137 | 136 | 152 | 12 | 13 | 0 | 72 | 365 | 6 | 47 |
| Binary | 1011111 | 1011110 | 1101010 | 1010 | 1011 | 0 | 111010 | 11110101 | 110 | 100111 |
Color Harmonies of #5F5E6A
Complementary color
Monochromatic Colors of #5F5E6A
Black with #5F5E6A
Text Example
Text Example
White with #5F5E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5E6A; }
p { color: rgb(95,94,106); }
H1.HeaderClassName
{
color: #5F5E6A;
}
.AnyTagClassName
{
color: #5F5E6A;
}
</style>
background-color css
<style>
a { background-color: #5F5E6A; }
a { background-color: rgb(95,94,106); }
div.DivClassName
{
background-color: #5F5E6A;
}
.BgClassName
{
background-color: #5F5E6A;
}
</style>
border-color css
<style>
span { border-color: #5F5E6A; }
span { border-color: rgb(95,94,106); }
td.TdClassName
{
border-color: #5F5E6A;
}
.TagClassName
{
border-color: #5F5E6A;
}
</style>