Shades of Meteorite #54476C
Tints of Meteorite #54476C
RGB
CMYK
RGB Variations
Color information
#54476C (or 0x54476C) is known color: Meteorite. HEX triplet: 54, 47 and 6C. RGB value is (84,71,108). Sum of RGB (Red+Green+Blue) = 84+71+108=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 108 - color contains mainly: blue. Hex color #54476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54476C is #ABB893. Grayscale: #4E4E4E. Windows color (decimal): -11253908 or 7096148. OLE color: 7096148.
HSL color Cylindrical-coordinate representation of color #54476C: hue angle of 261.08º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #54476C is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 71 | 108 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.58 |
| HSL | 261.08º | 0.21% | 0.35% | - |
| HSV(B) | 261.08º | 0.34% | 0.42% | - |
| XYZ | 8.62 | 7.47 | 15.18 | - |
| YUV | 79.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 71 | 108 | 0.22 | 0.34 | 0 | 0.58 | 261.08 | 0.21 | 0.35 |
| Hex | 54 | 47 | 6C | 16 | 22 | 0 | 3A | 105 | 15 | 23 |
| Octal | 124 | 107 | 154 | 26 | 42 | 0 | 72 | 405 | 25 | 43 |
| Binary | 1010100 | 1000111 | 1101100 | 10110 | 100010 | 0 | 111010 | 100000101 | 10101 | 100011 |
Color Harmonies of #54476C
Complementary color
Monochromatic Colors of #54476C
Black with #54476C
Text Example
Text Example
White with #54476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54476C; }
p { color: rgb(84,71,108); }
H1.HeaderClassName
{
color: #54476C;
}
.AnyTagClassName
{
color: #54476C;
}
</style>
background-color css
<style>
a { background-color: #54476C; }
a { background-color: rgb(84,71,108); }
div.DivClassName
{
background-color: #54476C;
}
.BgClassName
{
background-color: #54476C;
}
</style>
border-color css
<style>
span { border-color: #54476C; }
span { border-color: rgb(84,71,108); }
td.TdClassName
{
border-color: #54476C;
}
.TagClassName
{
border-color: #54476C;
}
</style>