Shades of Meteorite #544470
Tints of Meteorite #544470
RGB
CMYK
RGB Variations
Color information
#544470 (or 0x544470) is known color: Meteorite. HEX triplet: 54, 44 and 70. RGB value is (84,68,112). Sum of RGB (Red+Green+Blue) = 84+68+112=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #544470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544470 is #ABBB8F. Grayscale: #4D4D4D. Windows color (decimal): -11254672 or 7357524. OLE color: 7357524.
HSL color Cylindrical-coordinate representation of color #544470: hue angle of 261.82º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #544470 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 68 | 112 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.56 |
| HSL | 261.82º | 0.24% | 0.35% | - |
| HSV(B) | 261.82º | 0.39% | 0.44% | - |
| XYZ | 8.65 | 7.19 | 16.26 | - |
| YUV | 77.8 | 147.3 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 68 | 112 | 0.25 | 0.39 | 0 | 0.56 | 261.82 | 0.24 | 0.35 |
| Hex | 54 | 44 | 70 | 19 | 27 | 0 | 38 | 106 | 18 | 23 |
| Octal | 124 | 104 | 160 | 31 | 47 | 0 | 70 | 406 | 30 | 43 |
| Binary | 1010100 | 1000100 | 1110000 | 11001 | 100111 | 0 | 111000 | 100000110 | 11000 | 100011 |
Color Harmonies of #544470
Complementary color
Monochromatic Colors of #544470
Black with #544470
Text Example
Text Example
White with #544470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544470; }
p { color: rgb(84,68,112); }
H1.HeaderClassName
{
color: #544470;
}
.AnyTagClassName
{
color: #544470;
}
</style>
background-color css
<style>
a { background-color: #544470; }
a { background-color: rgb(84,68,112); }
div.DivClassName
{
background-color: #544470;
}
.BgClassName
{
background-color: #544470;
}
</style>
border-color css
<style>
span { border-color: #544470; }
span { border-color: rgb(84,68,112); }
td.TdClassName
{
border-color: #544470;
}
.TagClassName
{
border-color: #544470;
}
</style>