Shades of Meteorite #503E73
Tints of Meteorite #503E73
RGB
CMYK
RGB Variations
Color information
#503E73 (or 0x503E73) is known color: Meteorite. HEX triplet: 50, 3E and 73. RGB value is (80,62,115). Sum of RGB (Red+Green+Blue) = 80+62+115=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #503E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503E73 is #AFC18C. Grayscale: #494949. Windows color (decimal): -11518349 or 7552592. OLE color: 7552592.
HSL color Cylindrical-coordinate representation of color #503E73: hue angle of 260.38º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #503E73 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 62 | 115 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.55 |
| HSL | 260.38º | 0.3% | 0.35% | - |
| HSV(B) | 260.38º | 0.46% | 0.45% | - |
| XYZ | 8.13 | 6.39 | 17.02 | - |
| YUV | 73.42 | 151.46 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 115 | 0.30 | 0.46 | 0 | 0.55 | 260.38 | 0.3 | 0.35 |
| Hex | 50 | 3E | 73 | 1E | 2E | 0 | 37 | 104 | 1E | 23 |
| Octal | 120 | 76 | 163 | 36 | 56 | 0 | 67 | 404 | 36 | 43 |
| Binary | 1010000 | 111110 | 1110011 | 11110 | 101110 | 0 | 110111 | 100000100 | 11110 | 100011 |
Color Harmonies of #503E73
Complementary color
Monochromatic Colors of #503E73
Black with #503E73
Text Example
Text Example
White with #503E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503E73; }
p { color: rgb(80,62,115); }
H1.HeaderClassName
{
color: #503E73;
}
.AnyTagClassName
{
color: #503E73;
}
</style>
background-color css
<style>
a { background-color: #503E73; }
a { background-color: rgb(80,62,115); }
div.DivClassName
{
background-color: #503E73;
}
.BgClassName
{
background-color: #503E73;
}
</style>
border-color css
<style>
span { border-color: #503E73; }
span { border-color: rgb(80,62,115); }
td.TdClassName
{
border-color: #503E73;
}
.TagClassName
{
border-color: #503E73;
}
</style>