Shades of Meteorite #54456E
Tints of Meteorite #54456E
RGB
CMYK
RGB Variations
Color information
#54456E (or 0x54456E) is known color: Meteorite. HEX triplet: 54, 45 and 6E. RGB value is (84,69,110). Sum of RGB (Red+Green+Blue) = 84+69+110=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 110 - color contains mainly: blue. Hex color #54456E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54456E is #ABBA91. Grayscale: #4E4E4E. Windows color (decimal): -11254418 or 7226708. OLE color: 7226708.
HSL color Cylindrical-coordinate representation of color #54456E: hue angle of 261.95º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #54456E is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 69 | 110 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.57 |
| HSL | 261.95º | 0.23% | 0.35% | - |
| HSV(B) | 261.95º | 0.37% | 0.43% | - |
| XYZ | 8.6 | 7.27 | 15.7 | - |
| YUV | 78.16 | 145.97 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 110 | 0.24 | 0.37 | 0 | 0.57 | 261.95 | 0.23 | 0.35 |
| Hex | 54 | 45 | 6E | 18 | 25 | 0 | 39 | 106 | 17 | 23 |
| Octal | 124 | 105 | 156 | 30 | 45 | 0 | 71 | 406 | 27 | 43 |
| Binary | 1010100 | 1000101 | 1101110 | 11000 | 100101 | 0 | 111001 | 100000110 | 10111 | 100011 |
Color Harmonies of #54456E
Complementary color
Monochromatic Colors of #54456E
Black with #54456E
Text Example
Text Example
White with #54456E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54456E; }
p { color: rgb(84,69,110); }
H1.HeaderClassName
{
color: #54456E;
}
.AnyTagClassName
{
color: #54456E;
}
</style>
background-color css
<style>
a { background-color: #54456E; }
a { background-color: rgb(84,69,110); }
div.DivClassName
{
background-color: #54456E;
}
.BgClassName
{
background-color: #54456E;
}
</style>
border-color css
<style>
span { border-color: #54456E; }
span { border-color: rgb(84,69,110); }
td.TdClassName
{
border-color: #54456E;
}
.TagClassName
{
border-color: #54456E;
}
</style>