Shades of Smoky #5C5968
Tints of Smoky #5C5968
RGB
CMYK
RGB Variations
Color information
#5C5968 (or 0x5C5968) is known color: Smoky. HEX triplet: 5C, 59 and 68. RGB value is (92,89,104). Sum of RGB (Red+Green+Blue) = 92+89+104=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 104 - color contains mainly: blue. Hex color #5C5968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5968 is #A3A697. Grayscale: #5B5B5B. Windows color (decimal): -10725016 or 6838620. OLE color: 6838620.
HSL color Cylindrical-coordinate representation of color #5C5968: hue angle of 252º 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 #5C5968 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 89 | 104 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.59 |
| HSL | 252º | 0.08% | 0.38% | - |
| HSV(B) | 252º | 0.14% | 0.41% | - |
| XYZ | 10.48 | 10.42 | 14.56 | - |
| YUV | 91.61 | 134.99 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 89 | 104 | 0.12 | 0.14 | 0 | 0.59 | 252 | 0.08 | 0.38 |
| Hex | 5C | 59 | 68 | C | E | 0 | 3B | FC | 8 | 26 |
| Octal | 134 | 131 | 150 | 14 | 16 | 0 | 73 | 374 | 10 | 46 |
| Binary | 1011100 | 1011001 | 1101000 | 1100 | 1110 | 0 | 111011 | 11111100 | 1000 | 100110 |
Color Harmonies of #5C5968
Complementary color
Monochromatic Colors of #5C5968
Black with #5C5968
Text Example
Text Example
White with #5C5968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5968; }
p { color: rgb(92,89,104); }
H1.HeaderClassName
{
color: #5C5968;
}
.AnyTagClassName
{
color: #5C5968;
}
</style>
background-color css
<style>
a { background-color: #5C5968; }
a { background-color: rgb(92,89,104); }
div.DivClassName
{
background-color: #5C5968;
}
.BgClassName
{
background-color: #5C5968;
}
</style>
border-color css
<style>
span { border-color: #5C5968; }
span { border-color: rgb(92,89,104); }
td.TdClassName
{
border-color: #5C5968;
}
.TagClassName
{
border-color: #5C5968;
}
</style>