Shades of Smoky #5D5678
Tints of Smoky #5D5678
RGB
CMYK
RGB Variations
Color information
#5D5678 (or 0x5D5678) is known color: Smoky. HEX triplet: 5D, 56 and 78. RGB value is (93,86,120). Sum of RGB (Red+Green+Blue) = 93+86+120=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 120 - color contains mainly: blue. Hex color #5D5678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5678 is #A2A987. Grayscale: #5B5B5B. Windows color (decimal): -10660232 or 7886429. OLE color: 7886429.
HSL color Cylindrical-coordinate representation of color #5D5678: hue angle of 252.35º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5D5678 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 86 | 120 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.53 |
| HSL | 252.35º | 0.17% | 0.4% | - |
| HSV(B) | 252.35º | 0.28% | 0.47% | - |
| XYZ | 11.23 | 10.34 | 19.17 | - |
| YUV | 91.97 | 143.82 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 86 | 120 | 0.22 | 0.28 | 0 | 0.53 | 252.35 | 0.17 | 0.4 |
| Hex | 5D | 56 | 78 | 16 | 1C | 0 | 35 | FC | 11 | 28 |
| Octal | 135 | 126 | 170 | 26 | 34 | 0 | 65 | 374 | 21 | 50 |
| Binary | 1011101 | 1010110 | 1111000 | 10110 | 11100 | 0 | 110101 | 11111100 | 10001 | 101000 |
Color Harmonies of #5D5678
Complementary color
Monochromatic Colors of #5D5678
Black with #5D5678
Text Example
Text Example
White with #5D5678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5678; }
p { color: rgb(93,86,120); }
H1.HeaderClassName
{
color: #5D5678;
}
.AnyTagClassName
{
color: #5D5678;
}
</style>
background-color css
<style>
a { background-color: #5D5678; }
a { background-color: rgb(93,86,120); }
div.DivClassName
{
background-color: #5D5678;
}
.BgClassName
{
background-color: #5D5678;
}
</style>
border-color css
<style>
span { border-color: #5D5678; }
span { border-color: rgb(93,86,120); }
td.TdClassName
{
border-color: #5D5678;
}
.TagClassName
{
border-color: #5D5678;
}
</style>