Shades of Smoky #5D586C
Tints of Smoky #5D586C
RGB
CMYK
RGB Variations
Color information
#5D586C (or 0x5D586C) is known color: Smoky. HEX triplet: 5D, 58 and 6C. RGB value is (93,88,108). Sum of RGB (Red+Green+Blue) = 93+88+108=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 108 - color contains mainly: blue. Hex color #5D586C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D586C is #A2A793. Grayscale: #5B5B5B. Windows color (decimal): -10659732 or 7100509. OLE color: 7100509.
HSL color Cylindrical-coordinate representation of color #5D586C: hue angle of 255º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5D586C is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 93 | 88 | 108 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.58 |
| HSL | 255º | 0.1% | 0.38% | - |
| HSV(B) | 255º | 0.19% | 0.42% | - |
| XYZ | 10.71 | 10.39 | 15.63 | - |
| YUV | 91.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 88 | 108 | 0.14 | 0.19 | 0 | 0.58 | 255 | 0.1 | 0.38 |
| Hex | 5D | 58 | 6C | E | 13 | 0 | 3A | FF | A | 26 |
| Octal | 135 | 130 | 154 | 16 | 23 | 0 | 72 | 377 | 12 | 46 |
| Binary | 1011101 | 1011000 | 1101100 | 1110 | 10011 | 0 | 111010 | 11111111 | 1010 | 100110 |
Color Harmonies of #5D586C
Complementary color
Monochromatic Colors of #5D586C
Black with #5D586C
Text Example
Text Example
White with #5D586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D586C; }
p { color: rgb(93,88,108); }
H1.HeaderClassName
{
color: #5D586C;
}
.AnyTagClassName
{
color: #5D586C;
}
</style>
background-color css
<style>
a { background-color: #5D586C; }
a { background-color: rgb(93,88,108); }
div.DivClassName
{
background-color: #5D586C;
}
.BgClassName
{
background-color: #5D586C;
}
</style>
border-color css
<style>
span { border-color: #5D586C; }
span { border-color: rgb(93,88,108); }
td.TdClassName
{
border-color: #5D586C;
}
.TagClassName
{
border-color: #5D586C;
}
</style>