Shades of Meteorite #504172
Tints of Meteorite #504172
RGB
CMYK
RGB Variations
Color information
#504172 (or 0x504172) is known color: Meteorite. HEX triplet: 50, 41 and 72. RGB value is (80,65,114). Sum of RGB (Red+Green+Blue) = 80+65+114=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #504172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504172 is #AFBE8D. Grayscale: #4A4A4A. Windows color (decimal): -11517582 or 7487824. OLE color: 7487824.
HSL color Cylindrical-coordinate representation of color #504172: hue angle of 258.37º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #504172 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 65 | 114 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.55 |
| HSL | 258.37º | 0.27% | 0.35% | - |
| HSV(B) | 258.37º | 0.43% | 0.45% | - |
| XYZ | 8.24 | 6.7 | 16.78 | - |
| YUV | 75.07 | 149.97 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 114 | 0.30 | 0.43 | 0 | 0.55 | 258.37 | 0.27 | 0.35 |
| Hex | 50 | 41 | 72 | 1E | 2B | 0 | 37 | 102 | 1B | 23 |
| Octal | 120 | 101 | 162 | 36 | 53 | 0 | 67 | 402 | 33 | 43 |
| Binary | 1010000 | 1000001 | 1110010 | 11110 | 101011 | 0 | 110111 | 100000010 | 11011 | 100011 |
Color Harmonies of #504172
Complementary color
Monochromatic Colors of #504172
Black with #504172
Text Example
Text Example
White with #504172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504172; }
p { color: rgb(80,65,114); }
H1.HeaderClassName
{
color: #504172;
}
.AnyTagClassName
{
color: #504172;
}
</style>
background-color css
<style>
a { background-color: #504172; }
a { background-color: rgb(80,65,114); }
div.DivClassName
{
background-color: #504172;
}
.BgClassName
{
background-color: #504172;
}
</style>
border-color css
<style>
span { border-color: #504172; }
span { border-color: rgb(80,65,114); }
td.TdClassName
{
border-color: #504172;
}
.TagClassName
{
border-color: #504172;
}
</style>