Shades of Smoky #5F5B76
Tints of Smoky #5F5B76
RGB
CMYK
RGB Variations
Color information
#5F5B76 (or 0x5F5B76) is known color: Smoky. HEX triplet: 5F, 5B and 76. RGB value is (95,91,118). Sum of RGB (Red+Green+Blue) = 95+91+118=304 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.25% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 118 - color contains mainly: blue. Hex color #5F5B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5B76 is #A0A489. Grayscale: #5F5F5F. Windows color (decimal): -10527882 or 7756639. OLE color: 7756639.
HSL color Cylindrical-coordinate representation of color #5F5B76: hue angle of 248.89º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F5B76 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 91 | 118 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.54 |
| HSL | 248.89º | 0.13% | 0.41% | - |
| HSV(B) | 248.89º | 0.23% | 0.46% | - |
| XYZ | 11.73 | 11.22 | 18.69 | - |
| YUV | 95.27 | 140.83 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 91 | 118 | 0.19 | 0.23 | 0 | 0.54 | 248.89 | 0.13 | 0.41 |
| Hex | 5F | 5B | 76 | 13 | 17 | 0 | 36 | F9 | D | 29 |
| Octal | 137 | 133 | 166 | 23 | 27 | 0 | 66 | 371 | 15 | 51 |
| Binary | 1011111 | 1011011 | 1110110 | 10011 | 10111 | 0 | 110110 | 11111001 | 1101 | 101001 |
Color Harmonies of #5F5B76
Complementary color
Monochromatic Colors of #5F5B76
Black with #5F5B76
Text Example
Text Example
White with #5F5B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5B76; }
p { color: rgb(95,91,118); }
H1.HeaderClassName
{
color: #5F5B76;
}
.AnyTagClassName
{
color: #5F5B76;
}
</style>
background-color css
<style>
a { background-color: #5F5B76; }
a { background-color: rgb(95,91,118); }
div.DivClassName
{
background-color: #5F5B76;
}
.BgClassName
{
background-color: #5F5B76;
}
</style>
border-color css
<style>
span { border-color: #5F5B76; }
span { border-color: rgb(95,91,118); }
td.TdClassName
{
border-color: #5F5B76;
}
.TagClassName
{
border-color: #5F5B76;
}
</style>