Shades of Smoky #5F5B70
Tints of Smoky #5F5B70
RGB
CMYK
RGB Variations
Color information
#5F5B70 (or 0x5F5B70) is known color: Smoky. HEX triplet: 5F, 5B and 70. RGB value is (95,91,112). Sum of RGB (Red+Green+Blue) = 95+91+112=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 112 - color contains mainly: blue. Hex color #5F5B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5B70 is #A0A48F. Grayscale: #5E5E5E. Windows color (decimal): -10527888 or 7363423. OLE color: 7363423.
HSL color Cylindrical-coordinate representation of color #5F5B70: hue angle of 251.43º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F5B70 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 91 | 112 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.56 |
| HSL | 251.43º | 0.1% | 0.4% | - |
| HSV(B) | 251.43º | 0.19% | 0.44% | - |
| XYZ | 11.39 | 11.08 | 16.87 | - |
| YUV | 94.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 91 | 112 | 0.15 | 0.19 | 0 | 0.56 | 251.43 | 0.1 | 0.4 |
| Hex | 5F | 5B | 70 | F | 13 | 0 | 38 | FB | A | 28 |
| Octal | 137 | 133 | 160 | 17 | 23 | 0 | 70 | 373 | 12 | 50 |
| Binary | 1011111 | 1011011 | 1110000 | 1111 | 10011 | 0 | 111000 | 11111011 | 1010 | 101000 |
Color Harmonies of #5F5B70
Complementary color
Monochromatic Colors of #5F5B70
Black with #5F5B70
Text Example
Text Example
White with #5F5B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5B70; }
p { color: rgb(95,91,112); }
H1.HeaderClassName
{
color: #5F5B70;
}
.AnyTagClassName
{
color: #5F5B70;
}
</style>
background-color css
<style>
a { background-color: #5F5B70; }
a { background-color: rgb(95,91,112); }
div.DivClassName
{
background-color: #5F5B70;
}
.BgClassName
{
background-color: #5F5B70;
}
</style>
border-color css
<style>
span { border-color: #5F5B70; }
span { border-color: rgb(95,91,112); }
td.TdClassName
{
border-color: #5F5B70;
}
.TagClassName
{
border-color: #5F5B70;
}
</style>