Shades of Smoky #5D5571
Tints of Smoky #5D5571
RGB
CMYK
RGB Variations
Color information
#5D5571 (or 0x5D5571) is known color: Smoky. HEX triplet: 5D, 55 and 71. RGB value is (93,85,113). Sum of RGB (Red+Green+Blue) = 93+85+113=291 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.96% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 113 - color contains mainly: blue. Hex color #5D5571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5571 is #A2AA8E. Grayscale: #5A5A5A. Windows color (decimal): -10660495 or 7427421. OLE color: 7427421.
HSL color Cylindrical-coordinate representation of color #5D5571: hue angle of 257.14º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5D5571 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 85 | 113 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.56 |
| HSL | 257.14º | 0.14% | 0.39% | - |
| HSV(B) | 257.14º | 0.25% | 0.44% | - |
| XYZ | 10.74 | 10.02 | 16.99 | - |
| YUV | 90.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 85 | 113 | 0.18 | 0.25 | 0 | 0.56 | 257.14 | 0.14 | 0.39 |
| Hex | 5D | 55 | 71 | 12 | 19 | 0 | 38 | 101 | E | 27 |
| Octal | 135 | 125 | 161 | 22 | 31 | 0 | 70 | 401 | 16 | 47 |
| Binary | 1011101 | 1010101 | 1110001 | 10010 | 11001 | 0 | 111000 | 100000001 | 1110 | 100111 |
Color Harmonies of #5D5571
Complementary color
Monochromatic Colors of #5D5571
Black with #5D5571
Text Example
Text Example
White with #5D5571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5571; }
p { color: rgb(93,85,113); }
H1.HeaderClassName
{
color: #5D5571;
}
.AnyTagClassName
{
color: #5D5571;
}
</style>
background-color css
<style>
a { background-color: #5D5571; }
a { background-color: rgb(93,85,113); }
div.DivClassName
{
background-color: #5D5571;
}
.BgClassName
{
background-color: #5D5571;
}
</style>
border-color css
<style>
span { border-color: #5D5571; }
span { border-color: rgb(93,85,113); }
td.TdClassName
{
border-color: #5D5571;
}
.TagClassName
{
border-color: #5D5571;
}
</style>