Shades of Smoky #5D5973
Tints of Smoky #5D5973
RGB
CMYK
RGB Variations
Color information
#5D5973 (or 0x5D5973) is known color: Smoky. HEX triplet: 5D, 59 and 73. RGB value is (93,89,115). Sum of RGB (Red+Green+Blue) = 93+89+115=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 115 - color contains mainly: blue. Hex color #5D5973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5973 is #A2A68C. Grayscale: #5D5D5D. Windows color (decimal): -10659469 or 7559517. OLE color: 7559517.
HSL color Cylindrical-coordinate representation of color #5D5973: hue angle of 249.23º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5D5973 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 89 | 115 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.55 |
| HSL | 249.23º | 0.13% | 0.4% | - |
| HSV(B) | 249.23º | 0.23% | 0.45% | - |
| XYZ | 11.18 | 10.71 | 17.7 | - |
| YUV | 93.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 89 | 115 | 0.19 | 0.23 | 0 | 0.55 | 249.23 | 0.13 | 0.4 |
| Hex | 5D | 59 | 73 | 13 | 17 | 0 | 37 | F9 | D | 28 |
| Octal | 135 | 131 | 163 | 23 | 27 | 0 | 67 | 371 | 15 | 50 |
| Binary | 1011101 | 1011001 | 1110011 | 10011 | 10111 | 0 | 110111 | 11111001 | 1101 | 101000 |
Color Harmonies of #5D5973
Complementary color
Monochromatic Colors of #5D5973
Black with #5D5973
Text Example
Text Example
White with #5D5973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5973; }
p { color: rgb(93,89,115); }
H1.HeaderClassName
{
color: #5D5973;
}
.AnyTagClassName
{
color: #5D5973;
}
</style>
background-color css
<style>
a { background-color: #5D5973; }
a { background-color: rgb(93,89,115); }
div.DivClassName
{
background-color: #5D5973;
}
.BgClassName
{
background-color: #5D5973;
}
</style>
border-color css
<style>
span { border-color: #5D5973; }
span { border-color: rgb(93,89,115); }
td.TdClassName
{
border-color: #5D5973;
}
.TagClassName
{
border-color: #5D5973;
}
</style>