Shades of Smoky #5D5971
Tints of Smoky #5D5971
RGB
CMYK
RGB Variations
Color information
#5D5971 (or 0x5D5971) is known color: Smoky. HEX triplet: 5D, 59 and 71. RGB value is (93,89,113). Sum of RGB (Red+Green+Blue) = 93+89+113=295 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.53% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 113 - color contains mainly: blue. Hex color #5D5971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5971 is #A2A68E. Grayscale: #5C5C5C. Windows color (decimal): -10659471 or 7428445. OLE color: 7428445.
HSL color Cylindrical-coordinate representation of color #5D5971: hue angle of 250º 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 #5D5971 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 89 | 113 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.56 |
| HSL | 250º | 0.12% | 0.4% | - |
| HSV(B) | 250º | 0.21% | 0.44% | - |
| XYZ | 11.07 | 10.66 | 17.1 | - |
| YUV | 92.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 89 | 113 | 0.18 | 0.21 | 0 | 0.56 | 250 | 0.12 | 0.4 |
| Hex | 5D | 59 | 71 | 12 | 15 | 0 | 38 | FA | C | 28 |
| Octal | 135 | 131 | 161 | 22 | 25 | 0 | 70 | 372 | 14 | 50 |
| Binary | 1011101 | 1011001 | 1110001 | 10010 | 10101 | 0 | 111000 | 11111010 | 1100 | 101000 |
Color Harmonies of #5D5971
Complementary color
Monochromatic Colors of #5D5971
Black with #5D5971
Text Example
Text Example
White with #5D5971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5971; }
p { color: rgb(93,89,113); }
H1.HeaderClassName
{
color: #5D5971;
}
.AnyTagClassName
{
color: #5D5971;
}
</style>
background-color css
<style>
a { background-color: #5D5971; }
a { background-color: rgb(93,89,113); }
div.DivClassName
{
background-color: #5D5971;
}
.BgClassName
{
background-color: #5D5971;
}
</style>
border-color css
<style>
span { border-color: #5D5971; }
span { border-color: rgb(93,89,113); }
td.TdClassName
{
border-color: #5D5971;
}
.TagClassName
{
border-color: #5D5971;
}
</style>