Shades of Meteorite #503E70
Tints of Meteorite #503E70
RGB
CMYK
RGB Variations
Color information
#503E70 (or 0x503E70) is known color: Meteorite. HEX triplet: 50, 3E and 70. RGB value is (80,62,112). Sum of RGB (Red+Green+Blue) = 80+62+112=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #503E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503E70 is #AFC18F. Grayscale: #484848. Windows color (decimal): -11518352 or 7355984. OLE color: 7355984.
HSL color Cylindrical-coordinate representation of color #503E70: hue angle of 261.6º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #503E70 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 62 | 112 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.56 |
| HSL | 261.6º | 0.29% | 0.34% | - |
| HSV(B) | 261.6º | 0.45% | 0.44% | - |
| XYZ | 7.96 | 6.32 | 16.13 | - |
| YUV | 73.08 | 149.96 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 112 | 0.29 | 0.45 | 0 | 0.56 | 261.6 | 0.29 | 0.34 |
| Hex | 50 | 3E | 70 | 1D | 2D | 0 | 38 | 106 | 1D | 22 |
| Octal | 120 | 76 | 160 | 35 | 55 | 0 | 70 | 406 | 35 | 42 |
| Binary | 1010000 | 111110 | 1110000 | 11101 | 101101 | 0 | 111000 | 100000110 | 11101 | 100010 |
Color Harmonies of #503E70
Complementary color
Monochromatic Colors of #503E70
Black with #503E70
Text Example
Text Example
White with #503E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503E70; }
p { color: rgb(80,62,112); }
H1.HeaderClassName
{
color: #503E70;
}
.AnyTagClassName
{
color: #503E70;
}
</style>
background-color css
<style>
a { background-color: #503E70; }
a { background-color: rgb(80,62,112); }
div.DivClassName
{
background-color: #503E70;
}
.BgClassName
{
background-color: #503E70;
}
</style>
border-color css
<style>
span { border-color: #503E70; }
span { border-color: rgb(80,62,112); }
td.TdClassName
{
border-color: #503E70;
}
.TagClassName
{
border-color: #503E70;
}
</style>