Shades of Meteorite #503F76
Tints of Meteorite #503F76
RGB
CMYK
RGB Variations
Color information
#503F76 (or 0x503F76) is known color: Meteorite. HEX triplet: 50, 3F and 76. RGB value is (80,63,118). Sum of RGB (Red+Green+Blue) = 80+63+118=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #503F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503F76 is #AFC089. Grayscale: #4A4A4A. Windows color (decimal): -11518090 or 7749456. OLE color: 7749456.
HSL color Cylindrical-coordinate representation of color #503F76: hue angle of 258.55º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #503F76 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 63 | 118 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.54 |
| HSL | 258.55º | 0.3% | 0.35% | - |
| HSV(B) | 258.55º | 0.47% | 0.46% | - |
| XYZ | 8.36 | 6.57 | 17.97 | - |
| YUV | 74.35 | 152.63 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 118 | 0.32 | 0.47 | 0 | 0.54 | 258.55 | 0.3 | 0.35 |
| Hex | 50 | 3F | 76 | 20 | 2F | 0 | 36 | 103 | 1E | 23 |
| Octal | 120 | 77 | 166 | 40 | 57 | 0 | 66 | 403 | 36 | 43 |
| Binary | 1010000 | 111111 | 1110110 | 100000 | 101111 | 0 | 110110 | 100000011 | 11110 | 100011 |
Color Harmonies of #503F76
Complementary color
Monochromatic Colors of #503F76
Black with #503F76
Text Example
Text Example
White with #503F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F76; }
p { color: rgb(80,63,118); }
H1.HeaderClassName
{
color: #503F76;
}
.AnyTagClassName
{
color: #503F76;
}
</style>
background-color css
<style>
a { background-color: #503F76; }
a { background-color: rgb(80,63,118); }
div.DivClassName
{
background-color: #503F76;
}
.BgClassName
{
background-color: #503F76;
}
</style>
border-color css
<style>
span { border-color: #503F76; }
span { border-color: rgb(80,63,118); }
td.TdClassName
{
border-color: #503F76;
}
.TagClassName
{
border-color: #503F76;
}
</style>