Shades of Smoky #5A5664
Tints of Smoky #5A5664
RGB
CMYK
RGB Variations
Color information
#5A5664 (or 0x5A5664) is known color: Smoky. HEX triplet: 5A, 56 and 64. RGB value is (90,86,100). Sum of RGB (Red+Green+Blue) = 90+86+100=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 100 - color contains mainly: blue. Hex color #5A5664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5664 is #A5A99B. Grayscale: #585858. Windows color (decimal): -10856860 or 6575706. OLE color: 6575706.
HSL color Cylindrical-coordinate representation of color #5A5664: hue angle of 257.14º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5A5664 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 86 | 100 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.61 |
| HSL | 257.14º | 0.08% | 0.36% | - |
| HSV(B) | 257.14º | 0.14% | 0.39% | - |
| XYZ | 9.84 | 9.75 | 13.42 | - |
| YUV | 88.79 | 134.33 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 86 | 100 | 0.10 | 0.14 | 0 | 0.61 | 257.14 | 0.08 | 0.36 |
| Hex | 5A | 56 | 64 | A | E | 0 | 3D | 101 | 8 | 24 |
| Octal | 132 | 126 | 144 | 12 | 16 | 0 | 75 | 401 | 10 | 44 |
| Binary | 1011010 | 1010110 | 1100100 | 1010 | 1110 | 0 | 111101 | 100000001 | 1000 | 100100 |
Color Harmonies of #5A5664
Complementary color
Monochromatic Colors of #5A5664
Black with #5A5664
Text Example
Text Example
White with #5A5664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5664; }
p { color: rgb(90,86,100); }
H1.HeaderClassName
{
color: #5A5664;
}
.AnyTagClassName
{
color: #5A5664;
}
</style>
background-color css
<style>
a { background-color: #5A5664; }
a { background-color: rgb(90,86,100); }
div.DivClassName
{
background-color: #5A5664;
}
.BgClassName
{
background-color: #5A5664;
}
</style>
border-color css
<style>
span { border-color: #5A5664; }
span { border-color: rgb(90,86,100); }
td.TdClassName
{
border-color: #5A5664;
}
.TagClassName
{
border-color: #5A5664;
}
</style>