Shades of Smoky #545270
Tints of Smoky #545270
RGB
CMYK
RGB Variations
Color information
#545270 (or 0x545270) is known color: Smoky. HEX triplet: 54, 52 and 70. RGB value is (84,82,112). Sum of RGB (Red+Green+Blue) = 84+82+112=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 112 - color contains mainly: blue. Hex color #545270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545270 is #ABAD8F. Grayscale: #555555. Windows color (decimal): -11251088 or 7361108. OLE color: 7361108.
HSL color Cylindrical-coordinate representation of color #545270: hue angle of 244º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #545270 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 82 | 112 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.56 |
| HSL | 244º | 0.15% | 0.38% | - |
| HSV(B) | 244º | 0.27% | 0.44% | - |
| XYZ | 9.6 | 9.09 | 16.58 | - |
| YUV | 86.02 | 142.66 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 82 | 112 | 0.25 | 0.27 | 0 | 0.56 | 244 | 0.15 | 0.38 |
| Hex | 54 | 52 | 70 | 19 | 1B | 0 | 38 | F4 | F | 26 |
| Octal | 124 | 122 | 160 | 31 | 33 | 0 | 70 | 364 | 17 | 46 |
| Binary | 1010100 | 1010010 | 1110000 | 11001 | 11011 | 0 | 111000 | 11110100 | 1111 | 100110 |
Color Harmonies of #545270
Complementary color
Monochromatic Colors of #545270
Black with #545270
Text Example
Text Example
White with #545270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545270; }
p { color: rgb(84,82,112); }
H1.HeaderClassName
{
color: #545270;
}
.AnyTagClassName
{
color: #545270;
}
</style>
background-color css
<style>
a { background-color: #545270; }
a { background-color: rgb(84,82,112); }
div.DivClassName
{
background-color: #545270;
}
.BgClassName
{
background-color: #545270;
}
</style>
border-color css
<style>
span { border-color: #545270; }
span { border-color: rgb(84,82,112); }
td.TdClassName
{
border-color: #545270;
}
.TagClassName
{
border-color: #545270;
}
</style>