Shades of Smoky #5A546D
Tints of Smoky #5A546D
RGB
CMYK
RGB Variations
Color information
#5A546D (or 0x5A546D) is known color: Smoky. HEX triplet: 5A, 54 and 6D. RGB value is (90,84,109). Sum of RGB (Red+Green+Blue) = 90+84+109=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A546D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A546D is #A5AB92. Grayscale: #585858. Windows color (decimal): -10857363 or 7165018. OLE color: 7165018.
HSL color Cylindrical-coordinate representation of color #5A546D: hue angle of 254.4º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A546D is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 84 | 109 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.57 |
| HSL | 254.4º | 0.13% | 0.38% | - |
| HSV(B) | 254.4º | 0.23% | 0.43% | - |
| XYZ | 10.15 | 9.62 | 15.79 | - |
| YUV | 88.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 109 | 0.17 | 0.23 | 0 | 0.57 | 254.4 | 0.13 | 0.38 |
| Hex | 5A | 54 | 6D | 11 | 17 | 0 | 39 | FE | D | 26 |
| Octal | 132 | 124 | 155 | 21 | 27 | 0 | 71 | 376 | 15 | 46 |
| Binary | 1011010 | 1010100 | 1101101 | 10001 | 10111 | 0 | 111001 | 11111110 | 1101 | 100110 |
Color Harmonies of #5A546D
Complementary color
Monochromatic Colors of #5A546D
Black with #5A546D
Text Example
Text Example
White with #5A546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A546D; }
p { color: rgb(90,84,109); }
H1.HeaderClassName
{
color: #5A546D;
}
.AnyTagClassName
{
color: #5A546D;
}
</style>
background-color css
<style>
a { background-color: #5A546D; }
a { background-color: rgb(90,84,109); }
div.DivClassName
{
background-color: #5A546D;
}
.BgClassName
{
background-color: #5A546D;
}
</style>
border-color css
<style>
span { border-color: #5A546D; }
span { border-color: rgb(90,84,109); }
td.TdClassName
{
border-color: #5A546D;
}
.TagClassName
{
border-color: #5A546D;
}
</style>