Shades of Meteorite #54456C
Tints of Meteorite #54456C
RGB
CMYK
RGB Variations
Color information
#54456C (or 0x54456C) is known color: Meteorite. HEX triplet: 54, 45 and 6C. RGB value is (84,69,108). Sum of RGB (Red+Green+Blue) = 84+69+108=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 108 - color contains mainly: blue. Hex color #54456C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54456C is #ABBA93. Grayscale: #4D4D4D. Windows color (decimal): -11254420 or 7095636. OLE color: 7095636.
HSL color Cylindrical-coordinate representation of color #54456C: hue angle of 263.08º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #54456C is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 69 | 108 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.58 |
| HSL | 263.08º | 0.22% | 0.35% | - |
| HSV(B) | 263.08º | 0.36% | 0.42% | - |
| XYZ | 8.49 | 7.22 | 15.13 | - |
| YUV | 77.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 108 | 0.22 | 0.36 | 0 | 0.58 | 263.08 | 0.22 | 0.35 |
| Hex | 54 | 45 | 6C | 16 | 24 | 0 | 3A | 107 | 16 | 23 |
| Octal | 124 | 105 | 154 | 26 | 44 | 0 | 72 | 407 | 26 | 43 |
| Binary | 1010100 | 1000101 | 1101100 | 10110 | 100100 | 0 | 111010 | 100000111 | 10110 | 100011 |
Color Harmonies of #54456C
Complementary color
Monochromatic Colors of #54456C
Black with #54456C
Text Example
Text Example
White with #54456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54456C; }
p { color: rgb(84,69,108); }
H1.HeaderClassName
{
color: #54456C;
}
.AnyTagClassName
{
color: #54456C;
}
</style>
background-color css
<style>
a { background-color: #54456C; }
a { background-color: rgb(84,69,108); }
div.DivClassName
{
background-color: #54456C;
}
.BgClassName
{
background-color: #54456C;
}
</style>
border-color css
<style>
span { border-color: #54456C; }
span { border-color: rgb(84,69,108); }
td.TdClassName
{
border-color: #54456C;
}
.TagClassName
{
border-color: #54456C;
}
</style>