Shades of Meteorite #54446E
Tints of Meteorite #54446E
RGB
CMYK
RGB Variations
Color information
#54446E (or 0x54446E) is known color: Meteorite. HEX triplet: 54, 44 and 6E. RGB value is (84,68,110). Sum of RGB (Red+Green+Blue) = 84+68+110=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 110 - color contains mainly: blue. Hex color #54446E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54446E is #ABBB91. Grayscale: #4D4D4D. Windows color (decimal): -11254674 or 7226452. OLE color: 7226452.
HSL color Cylindrical-coordinate representation of color #54446E: hue angle of 262.86º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #54446E is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 68 | 110 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.57 |
| HSL | 262.86º | 0.24% | 0.35% | - |
| HSV(B) | 262.86º | 0.38% | 0.43% | - |
| XYZ | 8.54 | 7.14 | 15.68 | - |
| YUV | 77.57 | 146.3 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 68 | 110 | 0.24 | 0.38 | 0 | 0.57 | 262.86 | 0.24 | 0.35 |
| Hex | 54 | 44 | 6E | 18 | 26 | 0 | 39 | 107 | 18 | 23 |
| Octal | 124 | 104 | 156 | 30 | 46 | 0 | 71 | 407 | 30 | 43 |
| Binary | 1010100 | 1000100 | 1101110 | 11000 | 100110 | 0 | 111001 | 100000111 | 11000 | 100011 |
Color Harmonies of #54446E
Complementary color
Monochromatic Colors of #54446E
Black with #54446E
Text Example
Text Example
White with #54446E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54446E; }
p { color: rgb(84,68,110); }
H1.HeaderClassName
{
color: #54446E;
}
.AnyTagClassName
{
color: #54446E;
}
</style>
background-color css
<style>
a { background-color: #54446E; }
a { background-color: rgb(84,68,110); }
div.DivClassName
{
background-color: #54446E;
}
.BgClassName
{
background-color: #54446E;
}
</style>
border-color css
<style>
span { border-color: #54446E; }
span { border-color: rgb(84,68,110); }
td.TdClassName
{
border-color: #54446E;
}
.TagClassName
{
border-color: #54446E;
}
</style>