Shades of Smoky #5A5964
Tints of Smoky #5A5964
RGB
CMYK
RGB Variations
Color information
#5A5964 (or 0x5A5964) is known color: Smoky. HEX triplet: 5A, 59 and 64. RGB value is (90,89,100). Sum of RGB (Red+Green+Blue) = 90+89+100=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 100 - color contains mainly: blue. Hex color #5A5964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5964 is #A5A69B. Grayscale: #5A5A5A. Windows color (decimal): -10856092 or 6576474. OLE color: 6576474.
HSL color Cylindrical-coordinate representation of color #5A5964: hue angle of 245.45º 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 #5A5964 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 89 | 100 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.61 |
| HSL | 245.45º | 0.06% | 0.37% | - |
| HSV(B) | 245.45º | 0.11% | 0.39% | - |
| XYZ | 10.09 | 10.24 | 13.5 | - |
| YUV | 90.55 | 133.33 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 100 | 0.10 | 0.11 | 0 | 0.61 | 245.45 | 0.06 | 0.37 |
| Hex | 5A | 59 | 64 | A | B | 0 | 3D | F5 | 6 | 25 |
| Octal | 132 | 131 | 144 | 12 | 13 | 0 | 75 | 365 | 6 | 45 |
| Binary | 1011010 | 1011001 | 1100100 | 1010 | 1011 | 0 | 111101 | 11110101 | 110 | 100101 |
Color Harmonies of #5A5964
Complementary color
Monochromatic Colors of #5A5964
Black with #5A5964
Text Example
Text Example
White with #5A5964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5964; }
p { color: rgb(90,89,100); }
H1.HeaderClassName
{
color: #5A5964;
}
.AnyTagClassName
{
color: #5A5964;
}
</style>
background-color css
<style>
a { background-color: #5A5964; }
a { background-color: rgb(90,89,100); }
div.DivClassName
{
background-color: #5A5964;
}
.BgClassName
{
background-color: #5A5964;
}
</style>
border-color css
<style>
span { border-color: #5A5964; }
span { border-color: rgb(90,89,100); }
td.TdClassName
{
border-color: #5A5964;
}
.TagClassName
{
border-color: #5A5964;
}
</style>