Shades of Smoky #545173
Tints of Smoky #545173
RGB
CMYK
RGB Variations
Color information
#545173 (or 0x545173) is known color: Smoky. HEX triplet: 54, 51 and 73. RGB value is (84,81,115). Sum of RGB (Red+Green+Blue) = 84+81+115=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #545173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545173 is #ABAE8C. Grayscale: #555555. Windows color (decimal): -11251341 or 7557460. OLE color: 7557460.
HSL color Cylindrical-coordinate representation of color #545173: hue angle of 245.29º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #545173 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 81 | 115 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.55 |
| HSL | 245.29º | 0.17% | 0.38% | - |
| HSV(B) | 245.29º | 0.3% | 0.45% | - |
| XYZ | 9.69 | 9.01 | 17.45 | - |
| YUV | 85.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 115 | 0.27 | 0.30 | 0 | 0.55 | 245.29 | 0.17 | 0.38 |
| Hex | 54 | 51 | 73 | 1B | 1E | 0 | 37 | F5 | 11 | 26 |
| Octal | 124 | 121 | 163 | 33 | 36 | 0 | 67 | 365 | 21 | 46 |
| Binary | 1010100 | 1010001 | 1110011 | 11011 | 11110 | 0 | 110111 | 11110101 | 10001 | 100110 |
Color Harmonies of #545173
Complementary color
Monochromatic Colors of #545173
Black with #545173
Text Example
Text Example
White with #545173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545173; }
p { color: rgb(84,81,115); }
H1.HeaderClassName
{
color: #545173;
}
.AnyTagClassName
{
color: #545173;
}
</style>
background-color css
<style>
a { background-color: #545173; }
a { background-color: rgb(84,81,115); }
div.DivClassName
{
background-color: #545173;
}
.BgClassName
{
background-color: #545173;
}
</style>
border-color css
<style>
span { border-color: #545173; }
span { border-color: rgb(84,81,115); }
td.TdClassName
{
border-color: #545173;
}
.TagClassName
{
border-color: #545173;
}
</style>