Shades of Smoky #5D5968
Tints of Smoky #5D5968
RGB
CMYK
RGB Variations
Color information
#5D5968 (or 0x5D5968) is known color: Smoky. HEX triplet: 5D, 59 and 68. RGB value is (93,89,104). Sum of RGB (Red+Green+Blue) = 93+89+104=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 104 - color contains mainly: blue. Hex color #5D5968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5968 is #A2A697. Grayscale: #5B5B5B. Windows color (decimal): -10659480 or 6838621. OLE color: 6838621.
HSL color Cylindrical-coordinate representation of color #5D5968: hue angle of 256º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5D5968 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 93 | 89 | 104 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.59 |
| HSL | 256º | 0.08% | 0.38% | - |
| HSV(B) | 256º | 0.14% | 0.41% | - |
| XYZ | 10.59 | 10.47 | 14.56 | - |
| YUV | 91.91 | 134.83 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 89 | 104 | 0.11 | 0.14 | 0 | 0.59 | 256 | 0.08 | 0.38 |
| Hex | 5D | 59 | 68 | B | E | 0 | 3B | 100 | 8 | 26 |
| Octal | 135 | 131 | 150 | 13 | 16 | 0 | 73 | 400 | 10 | 46 |
| Binary | 1011101 | 1011001 | 1101000 | 1011 | 1110 | 0 | 111011 | 100000000 | 1000 | 100110 |
Color Harmonies of #5D5968
Complementary color
Monochromatic Colors of #5D5968
Black with #5D5968
Text Example
Text Example
White with #5D5968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5968; }
p { color: rgb(93,89,104); }
H1.HeaderClassName
{
color: #5D5968;
}
.AnyTagClassName
{
color: #5D5968;
}
</style>
background-color css
<style>
a { background-color: #5D5968; }
a { background-color: rgb(93,89,104); }
div.DivClassName
{
background-color: #5D5968;
}
.BgClassName
{
background-color: #5D5968;
}
</style>
border-color css
<style>
span { border-color: #5D5968; }
span { border-color: rgb(93,89,104); }
td.TdClassName
{
border-color: #5D5968;
}
.TagClassName
{
border-color: #5D5968;
}
</style>