Shades of Meteorite #504062
Tints of Meteorite #504062
RGB
CMYK
RGB Variations
Color information
#504062 (or 0x504062) is known color: Meteorite. HEX triplet: 50, 40 and 62. RGB value is (80,64,98). Sum of RGB (Red+Green+Blue) = 80+64+98=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: blue. Hex color #504062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504062 is #AFBF9D. Grayscale: #484848. Windows color (decimal): -11517854 or 6438992. OLE color: 6438992.
HSL color Cylindrical-coordinate representation of color #504062: hue angle of 268.24º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #504062 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 64 | 98 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.62 |
| HSL | 268.24º | 0.21% | 0.32% | - |
| HSV(B) | 268.24º | 0.35% | 0.38% | - |
| XYZ | 7.35 | 6.25 | 12.38 | - |
| YUV | 72.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 98 | 0.18 | 0.35 | 0 | 0.62 | 268.24 | 0.21 | 0.32 |
| Hex | 50 | 40 | 62 | 12 | 23 | 0 | 3E | 10C | 15 | 20 |
| Octal | 120 | 100 | 142 | 22 | 43 | 0 | 76 | 414 | 25 | 40 |
| Binary | 1010000 | 1000000 | 1100010 | 10010 | 100011 | 0 | 111110 | 100001100 | 10101 | 100000 |
Color Harmonies of #504062
Complementary color
Monochromatic Colors of #504062
Black with #504062
Text Example
Text Example
White with #504062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504062; }
p { color: rgb(80,64,98); }
H1.HeaderClassName
{
color: #504062;
}
.AnyTagClassName
{
color: #504062;
}
</style>
background-color css
<style>
a { background-color: #504062; }
a { background-color: rgb(80,64,98); }
div.DivClassName
{
background-color: #504062;
}
.BgClassName
{
background-color: #504062;
}
</style>
border-color css
<style>
span { border-color: #504062; }
span { border-color: rgb(80,64,98); }
td.TdClassName
{
border-color: #504062;
}
.TagClassName
{
border-color: #504062;
}
</style>