Shades of Meteorite #544270
Tints of Meteorite #544270
RGB
CMYK
RGB Variations
Color information
#544270 (or 0x544270) is known color: Meteorite. HEX triplet: 54, 42 and 70. RGB value is (84,66,112). Sum of RGB (Red+Green+Blue) = 84+66+112=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #544270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544270 is #ABBD8F. Grayscale: #4C4C4C. Windows color (decimal): -11255184 or 7357012. OLE color: 7357012.
HSL color Cylindrical-coordinate representation of color #544270: hue angle of 263.48º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #544270 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 66 | 112 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.56 |
| HSL | 263.48º | 0.26% | 0.35% | - |
| HSV(B) | 263.48º | 0.41% | 0.44% | - |
| XYZ | 8.53 | 6.95 | 16.22 | - |
| YUV | 76.63 | 147.96 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 66 | 112 | 0.25 | 0.41 | 0 | 0.56 | 263.48 | 0.26 | 0.35 |
| Hex | 54 | 42 | 70 | 19 | 29 | 0 | 38 | 107 | 1A | 23 |
| Octal | 124 | 102 | 160 | 31 | 51 | 0 | 70 | 407 | 32 | 43 |
| Binary | 1010100 | 1000010 | 1110000 | 11001 | 101001 | 0 | 111000 | 100000111 | 11010 | 100011 |
Color Harmonies of #544270
Complementary color
Monochromatic Colors of #544270
Black with #544270
Text Example
Text Example
White with #544270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544270; }
p { color: rgb(84,66,112); }
H1.HeaderClassName
{
color: #544270;
}
.AnyTagClassName
{
color: #544270;
}
</style>
background-color css
<style>
a { background-color: #544270; }
a { background-color: rgb(84,66,112); }
div.DivClassName
{
background-color: #544270;
}
.BgClassName
{
background-color: #544270;
}
</style>
border-color css
<style>
span { border-color: #544270; }
span { border-color: rgb(84,66,112); }
td.TdClassName
{
border-color: #544270;
}
.TagClassName
{
border-color: #544270;
}
</style>