Shades of Meteorite #544872
Tints of Meteorite #544872
RGB
CMYK
RGB Variations
Color information
#544872 (or 0x544872) is known color: Meteorite. HEX triplet: 54, 48 and 72. RGB value is (84,72,114). Sum of RGB (Red+Green+Blue) = 84+72+114=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 114 - color contains mainly: blue. Hex color #544872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544872 is #ABB78D. Grayscale: #505050. Windows color (decimal): -11253646 or 7489620. OLE color: 7489620.
HSL color Cylindrical-coordinate representation of color #544872: hue angle of 257.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #544872 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 72 | 114 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.55 |
| HSL | 257.14º | 0.23% | 0.36% | - |
| HSV(B) | 257.14º | 0.37% | 0.45% | - |
| XYZ | 9.01 | 7.73 | 16.94 | - |
| YUV | 80.38 | 146.98 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 114 | 0.26 | 0.37 | 0 | 0.55 | 257.14 | 0.23 | 0.36 |
| Hex | 54 | 48 | 72 | 1A | 25 | 0 | 37 | 101 | 17 | 24 |
| Octal | 124 | 110 | 162 | 32 | 45 | 0 | 67 | 401 | 27 | 44 |
| Binary | 1010100 | 1001000 | 1110010 | 11010 | 100101 | 0 | 110111 | 100000001 | 10111 | 100100 |
Color Harmonies of #544872
Complementary color
Monochromatic Colors of #544872
Black with #544872
Text Example
Text Example
White with #544872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544872; }
p { color: rgb(84,72,114); }
H1.HeaderClassName
{
color: #544872;
}
.AnyTagClassName
{
color: #544872;
}
</style>
background-color css
<style>
a { background-color: #544872; }
a { background-color: rgb(84,72,114); }
div.DivClassName
{
background-color: #544872;
}
.BgClassName
{
background-color: #544872;
}
</style>
border-color css
<style>
span { border-color: #544872; }
span { border-color: rgb(84,72,114); }
td.TdClassName
{
border-color: #544872;
}
.TagClassName
{
border-color: #544872;
}
</style>