Shades of Smoky #5A546E
Tints of Smoky #5A546E
RGB
CMYK
RGB Variations
Color information
#5A546E (or 0x5A546E) is known color: Smoky. HEX triplet: 5A, 54 and 6E. RGB value is (90,84,110). Sum of RGB (Red+Green+Blue) = 90+84+110=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A546E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A546E is #A5AB91. Grayscale: #585858. Windows color (decimal): -10857362 or 7230554. OLE color: 7230554.
HSL color Cylindrical-coordinate representation of color #5A546E: hue angle of 253.85º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A546E is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 84 | 110 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.57 |
| HSL | 253.85º | 0.13% | 0.38% | - |
| HSV(B) | 253.85º | 0.24% | 0.43% | - |
| XYZ | 10.2 | 9.64 | 16.07 | - |
| YUV | 88.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 110 | 0.18 | 0.24 | 0 | 0.57 | 253.85 | 0.13 | 0.38 |
| Hex | 5A | 54 | 6E | 12 | 18 | 0 | 39 | FE | D | 26 |
| Octal | 132 | 124 | 156 | 22 | 30 | 0 | 71 | 376 | 15 | 46 |
| Binary | 1011010 | 1010100 | 1101110 | 10010 | 11000 | 0 | 111001 | 11111110 | 1101 | 100110 |
Color Harmonies of #5A546E
Complementary color
Monochromatic Colors of #5A546E
Black with #5A546E
Text Example
Text Example
White with #5A546E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A546E; }
p { color: rgb(90,84,110); }
H1.HeaderClassName
{
color: #5A546E;
}
.AnyTagClassName
{
color: #5A546E;
}
</style>
background-color css
<style>
a { background-color: #5A546E; }
a { background-color: rgb(90,84,110); }
div.DivClassName
{
background-color: #5A546E;
}
.BgClassName
{
background-color: #5A546E;
}
</style>
border-color css
<style>
span { border-color: #5A546E; }
span { border-color: rgb(90,84,110); }
td.TdClassName
{
border-color: #5A546E;
}
.TagClassName
{
border-color: #5A546E;
}
</style>