Shades of Meteorite #544176
Tints of Meteorite #544176
RGB
CMYK
RGB Variations
Color information
#544176 (or 0x544176) is known color: Meteorite. HEX triplet: 54, 41 and 76. RGB value is (84,65,118). Sum of RGB (Red+Green+Blue) = 84+65+118=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #544176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544176 is #ABBE89. Grayscale: #4C4C4C. Windows color (decimal): -11255434 or 7749972. OLE color: 7749972.
HSL color Cylindrical-coordinate representation of color #544176: hue angle of 261.51º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #544176 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 65 | 118 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.54 |
| HSL | 261.51º | 0.29% | 0.36% | - |
| HSV(B) | 261.51º | 0.45% | 0.46% | - |
| XYZ | 8.82 | 6.97 | 18.02 | - |
| YUV | 76.72 | 151.29 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 118 | 0.29 | 0.45 | 0 | 0.54 | 261.51 | 0.29 | 0.36 |
| Hex | 54 | 41 | 76 | 1D | 2D | 0 | 36 | 106 | 1D | 24 |
| Octal | 124 | 101 | 166 | 35 | 55 | 0 | 66 | 406 | 35 | 44 |
| Binary | 1010100 | 1000001 | 1110110 | 11101 | 101101 | 0 | 110110 | 100000110 | 11101 | 100100 |
Color Harmonies of #544176
Complementary color
Monochromatic Colors of #544176
Black with #544176
Text Example
Text Example
White with #544176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544176; }
p { color: rgb(84,65,118); }
H1.HeaderClassName
{
color: #544176;
}
.AnyTagClassName
{
color: #544176;
}
</style>
background-color css
<style>
a { background-color: #544176; }
a { background-color: rgb(84,65,118); }
div.DivClassName
{
background-color: #544176;
}
.BgClassName
{
background-color: #544176;
}
</style>
border-color css
<style>
span { border-color: #544176; }
span { border-color: rgb(84,65,118); }
td.TdClassName
{
border-color: #544176;
}
.TagClassName
{
border-color: #544176;
}
</style>