Shades of Smoky #5A5468
Tints of Smoky #5A5468
RGB
CMYK
RGB Variations
Color information
#5A5468 (or 0x5A5468) is known color: Smoky. HEX triplet: 5A, 54 and 68. RGB value is (90,84,104). Sum of RGB (Red+Green+Blue) = 90+84+104=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 104 - color contains mainly: blue. Hex color #5A5468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5468 is #A5AB97. Grayscale: #585858. Windows color (decimal): -10857368 or 6837338. OLE color: 6837338.
HSL color Cylindrical-coordinate representation of color #5A5468: hue angle of 258º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5A5468 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 84 | 104 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.59 |
| HSL | 258º | 0.11% | 0.37% | - |
| HSV(B) | 258º | 0.19% | 0.41% | - |
| XYZ | 9.89 | 9.51 | 14.41 | - |
| YUV | 88.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 104 | 0.13 | 0.19 | 0 | 0.59 | 258 | 0.11 | 0.37 |
| Hex | 5A | 54 | 68 | D | 13 | 0 | 3B | 102 | B | 25 |
| Octal | 132 | 124 | 150 | 15 | 23 | 0 | 73 | 402 | 13 | 45 |
| Binary | 1011010 | 1010100 | 1101000 | 1101 | 10011 | 0 | 111011 | 100000010 | 1011 | 100101 |
Color Harmonies of #5A5468
Complementary color
Monochromatic Colors of #5A5468
Black with #5A5468
Text Example
Text Example
White with #5A5468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5468; }
p { color: rgb(90,84,104); }
H1.HeaderClassName
{
color: #5A5468;
}
.AnyTagClassName
{
color: #5A5468;
}
</style>
background-color css
<style>
a { background-color: #5A5468; }
a { background-color: rgb(90,84,104); }
div.DivClassName
{
background-color: #5A5468;
}
.BgClassName
{
background-color: #5A5468;
}
</style>
border-color css
<style>
span { border-color: #5A5468; }
span { border-color: rgb(90,84,104); }
td.TdClassName
{
border-color: #5A5468;
}
.TagClassName
{
border-color: #5A5468;
}
</style>