Shades of Smoky #5C5964
Tints of Smoky #5C5964
RGB
CMYK
RGB Variations
Color information
#5C5964 (or 0x5C5964) is known color: Smoky. HEX triplet: 5C, 59 and 64. RGB value is (92,89,100). Sum of RGB (Red+Green+Blue) = 92+89+100=281 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.74% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 100 - color contains mainly: blue. Hex color #5C5964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5964 is #A3A69B. Grayscale: #5B5B5B. Windows color (decimal): -10725020 or 6576476. OLE color: 6576476.
HSL color Cylindrical-coordinate representation of color #5C5964: hue angle of 256.36º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5C5964 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 89 | 100 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.61 |
| HSL | 256.36º | 0.06% | 0.37% | - |
| HSV(B) | 256.36º | 0.11% | 0.39% | - |
| XYZ | 10.29 | 10.34 | 13.51 | - |
| YUV | 91.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 89 | 100 | 0.08 | 0.11 | 0 | 0.61 | 256.36 | 0.06 | 0.37 |
| Hex | 5C | 59 | 64 | 8 | B | 0 | 3D | 100 | 6 | 25 |
| Octal | 134 | 131 | 144 | 10 | 13 | 0 | 75 | 400 | 6 | 45 |
| Binary | 1011100 | 1011001 | 1100100 | 1000 | 1011 | 0 | 111101 | 100000000 | 110 | 100101 |
Color Harmonies of #5C5964
Complementary color
Monochromatic Colors of #5C5964
Black with #5C5964
Text Example
Text Example
White with #5C5964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5964; }
p { color: rgb(92,89,100); }
H1.HeaderClassName
{
color: #5C5964;
}
.AnyTagClassName
{
color: #5C5964;
}
</style>
background-color css
<style>
a { background-color: #5C5964; }
a { background-color: rgb(92,89,100); }
div.DivClassName
{
background-color: #5C5964;
}
.BgClassName
{
background-color: #5C5964;
}
</style>
border-color css
<style>
span { border-color: #5C5964; }
span { border-color: rgb(92,89,100); }
td.TdClassName
{
border-color: #5C5964;
}
.TagClassName
{
border-color: #5C5964;
}
</style>