Shades of Meteorite #504063
Tints of Meteorite #504063
RGB
CMYK
RGB Variations
Color information
#504063 (or 0x504063) is known color: Meteorite. HEX triplet: 50, 40 and 63. RGB value is (80,64,99). Sum of RGB (Red+Green+Blue) = 80+64+99=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #504063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504063 is #AFBF9C. Grayscale: #484848. Windows color (decimal): -11517853 or 6504528. OLE color: 6504528.
HSL color Cylindrical-coordinate representation of color #504063: hue angle of 267.43º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #504063 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 64 | 99 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.61 |
| HSL | 267.43º | 0.21% | 0.32% | - |
| HSV(B) | 267.43º | 0.35% | 0.39% | - |
| XYZ | 7.39 | 6.27 | 12.63 | - |
| YUV | 72.77 | 142.8 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 99 | 0.19 | 0.35 | 0 | 0.61 | 267.43 | 0.21 | 0.32 |
| Hex | 50 | 40 | 63 | 13 | 23 | 0 | 3D | 10B | 15 | 20 |
| Octal | 120 | 100 | 143 | 23 | 43 | 0 | 75 | 413 | 25 | 40 |
| Binary | 1010000 | 1000000 | 1100011 | 10011 | 100011 | 0 | 111101 | 100001011 | 10101 | 100000 |
Color Harmonies of #504063
Complementary color
Monochromatic Colors of #504063
Black with #504063
Text Example
Text Example
White with #504063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504063; }
p { color: rgb(80,64,99); }
H1.HeaderClassName
{
color: #504063;
}
.AnyTagClassName
{
color: #504063;
}
</style>
background-color css
<style>
a { background-color: #504063; }
a { background-color: rgb(80,64,99); }
div.DivClassName
{
background-color: #504063;
}
.BgClassName
{
background-color: #504063;
}
</style>
border-color css
<style>
span { border-color: #504063; }
span { border-color: rgb(80,64,99); }
td.TdClassName
{
border-color: #504063;
}
.TagClassName
{
border-color: #504063;
}
</style>