Shades of Smoky #5F5971
Tints of Smoky #5F5971
RGB
CMYK
RGB Variations
Color information
#5F5971 (or 0x5F5971) is known color: Smoky. HEX triplet: 5F, 59 and 71. RGB value is (95,89,113). Sum of RGB (Red+Green+Blue) = 95+89+113=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 113 - color contains mainly: blue. Hex color #5F5971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5971 is #A0A68E. Grayscale: #5D5D5D. Windows color (decimal): -10528399 or 7428447. OLE color: 7428447.
HSL color Cylindrical-coordinate representation of color #5F5971: hue angle of 255º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5F5971 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 89 | 113 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.56 |
| HSL | 255º | 0.12% | 0.4% | - |
| HSV(B) | 255º | 0.21% | 0.44% | - |
| XYZ | 11.27 | 10.77 | 17.11 | - |
| YUV | 93.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 89 | 113 | 0.16 | 0.21 | 0 | 0.56 | 255 | 0.12 | 0.4 |
| Hex | 5F | 59 | 71 | 10 | 15 | 0 | 38 | FF | C | 28 |
| Octal | 137 | 131 | 161 | 20 | 25 | 0 | 70 | 377 | 14 | 50 |
| Binary | 1011111 | 1011001 | 1110001 | 10000 | 10101 | 0 | 111000 | 11111111 | 1100 | 101000 |
Color Harmonies of #5F5971
Complementary color
Monochromatic Colors of #5F5971
Black with #5F5971
Text Example
Text Example
White with #5F5971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5971; }
p { color: rgb(95,89,113); }
H1.HeaderClassName
{
color: #5F5971;
}
.AnyTagClassName
{
color: #5F5971;
}
</style>
background-color css
<style>
a { background-color: #5F5971; }
a { background-color: rgb(95,89,113); }
div.DivClassName
{
background-color: #5F5971;
}
.BgClassName
{
background-color: #5F5971;
}
</style>
border-color css
<style>
span { border-color: #5F5971; }
span { border-color: rgb(95,89,113); }
td.TdClassName
{
border-color: #5F5971;
}
.TagClassName
{
border-color: #5F5971;
}
</style>