Shades of Smoky #5D576C
Tints of Smoky #5D576C
RGB
CMYK
RGB Variations
Color information
#5D576C (or 0x5D576C) is known color: Smoky. HEX triplet: 5D, 57 and 6C. RGB value is (93,87,108). Sum of RGB (Red+Green+Blue) = 93+87+108=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 108 - color contains mainly: blue. Hex color #5D576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D576C is #A2A893. Grayscale: #5B5B5B. Windows color (decimal): -10659988 or 7100253. OLE color: 7100253.
HSL color Cylindrical-coordinate representation of color #5D576C: hue angle of 257.14º degrees, saturation: 0.11, 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 #5D576C is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 93 | 87 | 108 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.58 |
| HSL | 257.14º | 0.11% | 0.38% | - |
| HSV(B) | 257.14º | 0.19% | 0.42% | - |
| XYZ | 10.63 | 10.23 | 15.6 | - |
| YUV | 91.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 87 | 108 | 0.14 | 0.19 | 0 | 0.58 | 257.14 | 0.11 | 0.38 |
| Hex | 5D | 57 | 6C | E | 13 | 0 | 3A | 101 | B | 26 |
| Octal | 135 | 127 | 154 | 16 | 23 | 0 | 72 | 401 | 13 | 46 |
| Binary | 1011101 | 1010111 | 1101100 | 1110 | 10011 | 0 | 111010 | 100000001 | 1011 | 100110 |
Color Harmonies of #5D576C
Complementary color
Monochromatic Colors of #5D576C
Black with #5D576C
Text Example
Text Example
White with #5D576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D576C; }
p { color: rgb(93,87,108); }
H1.HeaderClassName
{
color: #5D576C;
}
.AnyTagClassName
{
color: #5D576C;
}
</style>
background-color css
<style>
a { background-color: #5D576C; }
a { background-color: rgb(93,87,108); }
div.DivClassName
{
background-color: #5D576C;
}
.BgClassName
{
background-color: #5D576C;
}
</style>
border-color css
<style>
span { border-color: #5D576C; }
span { border-color: rgb(93,87,108); }
td.TdClassName
{
border-color: #5D576C;
}
.TagClassName
{
border-color: #5D576C;
}
</style>