Shades of Smoky #5D5B68
Tints of Smoky #5D5B68
RGB
CMYK
RGB Variations
Color information
#5D5B68 (or 0x5D5B68) is known color: Smoky. HEX triplet: 5D, 5B and 68. RGB value is (93,91,104). Sum of RGB (Red+Green+Blue) = 93+91+104=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 104 - color contains mainly: blue. Hex color #5D5B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5B68 is #A2A497. Grayscale: #5D5D5D. Windows color (decimal): -10658968 or 6839133. OLE color: 6839133.
HSL color Cylindrical-coordinate representation of color #5D5B68: hue angle of 249.23º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5D5B68 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 93 | 91 | 104 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.59 |
| HSL | 249.23º | 0.07% | 0.38% | - |
| HSV(B) | 249.23º | 0.13% | 0.41% | - |
| XYZ | 10.75 | 10.81 | 14.62 | - |
| YUV | 93.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 91 | 104 | 0.11 | 0.12 | 0 | 0.59 | 249.23 | 0.07 | 0.38 |
| Hex | 5D | 5B | 68 | B | C | 0 | 3B | F9 | 7 | 26 |
| Octal | 135 | 133 | 150 | 13 | 14 | 0 | 73 | 371 | 7 | 46 |
| Binary | 1011101 | 1011011 | 1101000 | 1011 | 1100 | 0 | 111011 | 11111001 | 111 | 100110 |
Color Harmonies of #5D5B68
Complementary color
Monochromatic Colors of #5D5B68
Black with #5D5B68
Text Example
Text Example
White with #5D5B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5B68; }
p { color: rgb(93,91,104); }
H1.HeaderClassName
{
color: #5D5B68;
}
.AnyTagClassName
{
color: #5D5B68;
}
</style>
background-color css
<style>
a { background-color: #5D5B68; }
a { background-color: rgb(93,91,104); }
div.DivClassName
{
background-color: #5D5B68;
}
.BgClassName
{
background-color: #5D5B68;
}
</style>
border-color css
<style>
span { border-color: #5D5B68; }
span { border-color: rgb(93,91,104); }
td.TdClassName
{
border-color: #5D5B68;
}
.TagClassName
{
border-color: #5D5B68;
}
</style>