Shades of Meteorite #503B73
Tints of Meteorite #503B73
RGB
CMYK
RGB Variations
Color information
#503B73 (or 0x503B73) is known color: Meteorite. HEX triplet: 50, 3B and 73. RGB value is (80,59,115). Sum of RGB (Red+Green+Blue) = 80+59+115=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #503B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503B73 is #AFC48C. Grayscale: #474747. Windows color (decimal): -11519117 or 7551824. OLE color: 7551824.
HSL color Cylindrical-coordinate representation of color #503B73: hue angle of 262.5º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #503B73 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 59 | 115 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.55 |
| HSL | 262.5º | 0.32% | 0.34% | - |
| HSV(B) | 262.5º | 0.49% | 0.45% | - |
| XYZ | 7.97 | 6.07 | 16.97 | - |
| YUV | 71.66 | 152.46 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 115 | 0.30 | 0.49 | 0 | 0.55 | 262.5 | 0.32 | 0.34 |
| Hex | 50 | 3B | 73 | 1E | 31 | 0 | 37 | 106 | 20 | 22 |
| Octal | 120 | 73 | 163 | 36 | 61 | 0 | 67 | 406 | 40 | 42 |
| Binary | 1010000 | 111011 | 1110011 | 11110 | 110001 | 0 | 110111 | 100000110 | 100000 | 100010 |
Color Harmonies of #503B73
Complementary color
Monochromatic Colors of #503B73
Black with #503B73
Text Example
Text Example
White with #503B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503B73; }
p { color: rgb(80,59,115); }
H1.HeaderClassName
{
color: #503B73;
}
.AnyTagClassName
{
color: #503B73;
}
</style>
background-color css
<style>
a { background-color: #503B73; }
a { background-color: rgb(80,59,115); }
div.DivClassName
{
background-color: #503B73;
}
.BgClassName
{
background-color: #503B73;
}
</style>
border-color css
<style>
span { border-color: #503B73; }
span { border-color: rgb(80,59,115); }
td.TdClassName
{
border-color: #503B73;
}
.TagClassName
{
border-color: #503B73;
}
</style>