Shades of Smoky #545168
Tints of Smoky #545168
RGB
CMYK
RGB Variations
Color information
#545168 (or 0x545168) is known color: Smoky. HEX triplet: 54, 51 and 68. RGB value is (84,81,104). Sum of RGB (Red+Green+Blue) = 84+81+104=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 104 - color contains mainly: blue. Hex color #545168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545168 is #ABAE97. Grayscale: #545454. Windows color (decimal): -11251352 or 6836564. OLE color: 6836564.
HSL color Cylindrical-coordinate representation of color #545168: hue angle of 247.83º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #545168 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 81 | 104 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.59 |
| HSL | 247.83º | 0.12% | 0.36% | - |
| HSV(B) | 247.83º | 0.22% | 0.41% | - |
| XYZ | 9.1 | 8.77 | 14.31 | - |
| YUV | 84.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 104 | 0.19 | 0.22 | 0 | 0.59 | 247.83 | 0.12 | 0.36 |
| Hex | 54 | 51 | 68 | 13 | 16 | 0 | 3B | F8 | C | 24 |
| Octal | 124 | 121 | 150 | 23 | 26 | 0 | 73 | 370 | 14 | 44 |
| Binary | 1010100 | 1010001 | 1101000 | 10011 | 10110 | 0 | 111011 | 11111000 | 1100 | 100100 |
Color Harmonies of #545168
Complementary color
Monochromatic Colors of #545168
Black with #545168
Text Example
Text Example
White with #545168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545168; }
p { color: rgb(84,81,104); }
H1.HeaderClassName
{
color: #545168;
}
.AnyTagClassName
{
color: #545168;
}
</style>
background-color css
<style>
a { background-color: #545168; }
a { background-color: rgb(84,81,104); }
div.DivClassName
{
background-color: #545168;
}
.BgClassName
{
background-color: #545168;
}
</style>
border-color css
<style>
span { border-color: #545168; }
span { border-color: rgb(84,81,104); }
td.TdClassName
{
border-color: #545168;
}
.TagClassName
{
border-color: #545168;
}
</style>