Shades of Smoky #5D5673
Tints of Smoky #5D5673
RGB
CMYK
RGB Variations
Color information
#5D5673 (or 0x5D5673) is known color: Smoky. HEX triplet: 5D, 56 and 73. RGB value is (93,86,115). Sum of RGB (Red+Green+Blue) = 93+86+115=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 115 - color contains mainly: blue. Hex color #5D5673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5673 is #A2A98C. Grayscale: #5B5B5B. Windows color (decimal): -10660237 or 7558749. OLE color: 7558749.
HSL color Cylindrical-coordinate representation of color #5D5673: hue angle of 254.48º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5D5673 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 86 | 115 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.55 |
| HSL | 254.48º | 0.14% | 0.39% | - |
| HSV(B) | 254.48º | 0.25% | 0.45% | - |
| XYZ | 10.94 | 10.22 | 17.62 | - |
| YUV | 91.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 86 | 115 | 0.19 | 0.25 | 0 | 0.55 | 254.48 | 0.14 | 0.39 |
| Hex | 5D | 56 | 73 | 13 | 19 | 0 | 37 | FE | E | 27 |
| Octal | 135 | 126 | 163 | 23 | 31 | 0 | 67 | 376 | 16 | 47 |
| Binary | 1011101 | 1010110 | 1110011 | 10011 | 11001 | 0 | 110111 | 11111110 | 1110 | 100111 |
Color Harmonies of #5D5673
Complementary color
Monochromatic Colors of #5D5673
Black with #5D5673
Text Example
Text Example
White with #5D5673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5673; }
p { color: rgb(93,86,115); }
H1.HeaderClassName
{
color: #5D5673;
}
.AnyTagClassName
{
color: #5D5673;
}
</style>
background-color css
<style>
a { background-color: #5D5673; }
a { background-color: rgb(93,86,115); }
div.DivClassName
{
background-color: #5D5673;
}
.BgClassName
{
background-color: #5D5673;
}
</style>
border-color css
<style>
span { border-color: #5D5673; }
span { border-color: rgb(93,86,115); }
td.TdClassName
{
border-color: #5D5673;
}
.TagClassName
{
border-color: #5D5673;
}
</style>