Shades of Smoky #5D5174
Tints of Smoky #5D5174
RGB
CMYK
RGB Variations
Color information
#5D5174 (or 0x5D5174) is known color: Smoky. HEX triplet: 5D, 51 and 74. RGB value is (93,81,116). Sum of RGB (Red+Green+Blue) = 93+81+116=290 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.07% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 116 - color contains mainly: blue. Hex color #5D5174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5174 is #A2AE8B. Grayscale: #585858. Windows color (decimal): -10661516 or 7623005. OLE color: 7623005.
HSL color Cylindrical-coordinate representation of color #5D5174: hue angle of 260.57º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D5174 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 81 | 116 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.55 |
| HSL | 260.57º | 0.18% | 0.39% | - |
| HSV(B) | 260.57º | 0.3% | 0.45% | - |
| XYZ | 10.61 | 9.47 | 17.79 | - |
| YUV | 88.58 | 143.48 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 81 | 116 | 0.20 | 0.30 | 0 | 0.55 | 260.57 | 0.18 | 0.39 |
| Hex | 5D | 51 | 74 | 14 | 1E | 0 | 37 | 105 | 12 | 27 |
| Octal | 135 | 121 | 164 | 24 | 36 | 0 | 67 | 405 | 22 | 47 |
| Binary | 1011101 | 1010001 | 1110100 | 10100 | 11110 | 0 | 110111 | 100000101 | 10010 | 100111 |
Color Harmonies of #5D5174
Complementary color
Monochromatic Colors of #5D5174
Black with #5D5174
Text Example
Text Example
White with #5D5174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5174; }
p { color: rgb(93,81,116); }
H1.HeaderClassName
{
color: #5D5174;
}
.AnyTagClassName
{
color: #5D5174;
}
</style>
background-color css
<style>
a { background-color: #5D5174; }
a { background-color: rgb(93,81,116); }
div.DivClassName
{
background-color: #5D5174;
}
.BgClassName
{
background-color: #5D5174;
}
</style>
border-color css
<style>
span { border-color: #5D5174; }
span { border-color: rgb(93,81,116); }
td.TdClassName
{
border-color: #5D5174;
}
.TagClassName
{
border-color: #5D5174;
}
</style>