Shades of Smoky #5B5968
Tints of Smoky #5B5968
RGB
CMYK
RGB Variations
Color information
#5B5968 (or 0x5B5968) is known color: Smoky. HEX triplet: 5B, 59 and 68. RGB value is (91,89,104). Sum of RGB (Red+Green+Blue) = 91+89+104=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 104 - color contains mainly: blue. Hex color #5B5968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5968 is #A4A697. Grayscale: #5B5B5B. Windows color (decimal): -10790552 or 6838619. OLE color: 6838619.
HSL color Cylindrical-coordinate representation of color #5B5968: hue angle of 248º 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 #5B5968 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 89 | 104 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.59 |
| HSL | 248º | 0.08% | 0.38% | - |
| HSV(B) | 248º | 0.14% | 0.41% | - |
| XYZ | 10.39 | 10.37 | 14.55 | - |
| YUV | 91.31 | 135.16 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 89 | 104 | 0.12 | 0.14 | 0 | 0.59 | 248 | 0.08 | 0.38 |
| Hex | 5B | 59 | 68 | C | E | 0 | 3B | F8 | 8 | 26 |
| Octal | 133 | 131 | 150 | 14 | 16 | 0 | 73 | 370 | 10 | 46 |
| Binary | 1011011 | 1011001 | 1101000 | 1100 | 1110 | 0 | 111011 | 11111000 | 1000 | 100110 |
Color Harmonies of #5B5968
Complementary color
Monochromatic Colors of #5B5968
Black with #5B5968
Text Example
Text Example
White with #5B5968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5968; }
p { color: rgb(91,89,104); }
H1.HeaderClassName
{
color: #5B5968;
}
.AnyTagClassName
{
color: #5B5968;
}
</style>
background-color css
<style>
a { background-color: #5B5968; }
a { background-color: rgb(91,89,104); }
div.DivClassName
{
background-color: #5B5968;
}
.BgClassName
{
background-color: #5B5968;
}
</style>
border-color css
<style>
span { border-color: #5B5968; }
span { border-color: rgb(91,89,104); }
td.TdClassName
{
border-color: #5B5968;
}
.TagClassName
{
border-color: #5B5968;
}
</style>