Shades of Meteorite #503C63
Tints of Meteorite #503C63
RGB
CMYK
RGB Variations
Color information
#503C63 (or 0x503C63) is known color: Meteorite. HEX triplet: 50, 3C and 63. RGB value is (80,60,99). Sum of RGB (Red+Green+Blue) = 80+60+99=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #503C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503C63 is #AFC39C. Grayscale: #464646. Windows color (decimal): -11518877 or 6503504. OLE color: 6503504.
HSL color Cylindrical-coordinate representation of color #503C63: hue angle of 270.77º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #503C63 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 60 | 99 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.61 |
| HSL | 270.77º | 0.25% | 0.31% | - |
| HSV(B) | 270.77º | 0.39% | 0.39% | - |
| XYZ | 7.18 | 5.84 | 12.55 | - |
| YUV | 70.43 | 144.13 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 99 | 0.19 | 0.39 | 0 | 0.61 | 270.77 | 0.25 | 0.31 |
| Hex | 50 | 3C | 63 | 13 | 27 | 0 | 3D | 10F | 19 | 1F |
| Octal | 120 | 74 | 143 | 23 | 47 | 0 | 75 | 417 | 31 | 37 |
| Binary | 1010000 | 111100 | 1100011 | 10011 | 100111 | 0 | 111101 | 100001111 | 11001 | 11111 |
Color Harmonies of #503C63
Complementary color
Monochromatic Colors of #503C63
Black with #503C63
Text Example
Text Example
White with #503C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C63; }
p { color: rgb(80,60,99); }
H1.HeaderClassName
{
color: #503C63;
}
.AnyTagClassName
{
color: #503C63;
}
</style>
background-color css
<style>
a { background-color: #503C63; }
a { background-color: rgb(80,60,99); }
div.DivClassName
{
background-color: #503C63;
}
.BgClassName
{
background-color: #503C63;
}
</style>
border-color css
<style>
span { border-color: #503C63; }
span { border-color: rgb(80,60,99); }
td.TdClassName
{
border-color: #503C63;
}
.TagClassName
{
border-color: #503C63;
}
</style>