Shades of Smoky #545068
Tints of Smoky #545068
RGB
CMYK
RGB Variations
Color information
#545068 (or 0x545068) is known color: Smoky. HEX triplet: 54, 50 and 68. RGB value is (84,80,104). Sum of RGB (Red+Green+Blue) = 84+80+104=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 104 - color contains mainly: blue. Hex color #545068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545068 is #ABAF97. Grayscale: #535353. Windows color (decimal): -11251608 or 6836308. OLE color: 6836308.
HSL color Cylindrical-coordinate representation of color #545068: hue angle of 250º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #545068 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 80 | 104 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.59 |
| HSL | 250º | 0.13% | 0.36% | - |
| HSV(B) | 250º | 0.23% | 0.41% | - |
| XYZ | 9.02 | 8.62 | 14.29 | - |
| YUV | 83.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 80 | 104 | 0.19 | 0.23 | 0 | 0.59 | 250 | 0.13 | 0.36 |
| Hex | 54 | 50 | 68 | 13 | 17 | 0 | 3B | FA | D | 24 |
| Octal | 124 | 120 | 150 | 23 | 27 | 0 | 73 | 372 | 15 | 44 |
| Binary | 1010100 | 1010000 | 1101000 | 10011 | 10111 | 0 | 111011 | 11111010 | 1101 | 100100 |
Color Harmonies of #545068
Complementary color
Monochromatic Colors of #545068
Black with #545068
Text Example
Text Example
White with #545068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545068; }
p { color: rgb(84,80,104); }
H1.HeaderClassName
{
color: #545068;
}
.AnyTagClassName
{
color: #545068;
}
</style>
background-color css
<style>
a { background-color: #545068; }
a { background-color: rgb(84,80,104); }
div.DivClassName
{
background-color: #545068;
}
.BgClassName
{
background-color: #545068;
}
</style>
border-color css
<style>
span { border-color: #545068; }
span { border-color: rgb(84,80,104); }
td.TdClassName
{
border-color: #545068;
}
.TagClassName
{
border-color: #545068;
}
</style>