Shades of Smoky #54506C
Tints of Smoky #54506C
RGB
CMYK
RGB Variations
Color information
#54506C (or 0x54506C) is known color: Smoky. HEX triplet: 54, 50 and 6C. RGB value is (84,80,108). Sum of RGB (Red+Green+Blue) = 84+80+108=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 108 - color contains mainly: blue. Hex color #54506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54506C is #ABAF93. Grayscale: #545454. Windows color (decimal): -11251604 or 7098452. OLE color: 7098452.
HSL color Cylindrical-coordinate representation of color #54506C: hue angle of 248.57º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #54506C is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 80 | 108 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.58 |
| HSL | 248.57º | 0.15% | 0.37% | - |
| HSV(B) | 248.57º | 0.26% | 0.42% | - |
| XYZ | 9.23 | 8.7 | 15.38 | - |
| YUV | 84.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 80 | 108 | 0.22 | 0.26 | 0 | 0.58 | 248.57 | 0.15 | 0.37 |
| Hex | 54 | 50 | 6C | 16 | 1A | 0 | 3A | F9 | F | 25 |
| Octal | 124 | 120 | 154 | 26 | 32 | 0 | 72 | 371 | 17 | 45 |
| Binary | 1010100 | 1010000 | 1101100 | 10110 | 11010 | 0 | 111010 | 11111001 | 1111 | 100101 |
Color Harmonies of #54506C
Complementary color
Monochromatic Colors of #54506C
Black with #54506C
Text Example
Text Example
White with #54506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54506C; }
p { color: rgb(84,80,108); }
H1.HeaderClassName
{
color: #54506C;
}
.AnyTagClassName
{
color: #54506C;
}
</style>
background-color css
<style>
a { background-color: #54506C; }
a { background-color: rgb(84,80,108); }
div.DivClassName
{
background-color: #54506C;
}
.BgClassName
{
background-color: #54506C;
}
</style>
border-color css
<style>
span { border-color: #54506C; }
span { border-color: rgb(84,80,108); }
td.TdClassName
{
border-color: #54506C;
}
.TagClassName
{
border-color: #54506C;
}
</style>