Shades of Meteorite #504078
Tints of Meteorite #504078
RGB
CMYK
RGB Variations
Color information
#504078 (or 0x504078) is known color: Meteorite. HEX triplet: 50, 40 and 78. RGB value is (80,64,120). Sum of RGB (Red+Green+Blue) = 80+64+120=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #504078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504078 is #AFBF87. Grayscale: #4A4A4A. Windows color (decimal): -11517832 or 7880784. OLE color: 7880784.
HSL color Cylindrical-coordinate representation of color #504078: hue angle of 257.14º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #504078 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 64 | 120 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.53 |
| HSL | 257.14º | 0.3% | 0.36% | - |
| HSV(B) | 257.14º | 0.47% | 0.47% | - |
| XYZ | 8.53 | 6.73 | 18.62 | - |
| YUV | 75.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 120 | 0.33 | 0.47 | 0 | 0.53 | 257.14 | 0.3 | 0.36 |
| Hex | 50 | 40 | 78 | 21 | 2F | 0 | 35 | 101 | 1E | 24 |
| Octal | 120 | 100 | 170 | 41 | 57 | 0 | 65 | 401 | 36 | 44 |
| Binary | 1010000 | 1000000 | 1111000 | 100001 | 101111 | 0 | 110101 | 100000001 | 11110 | 100100 |
Color Harmonies of #504078
Complementary color
Monochromatic Colors of #504078
Black with #504078
Text Example
Text Example
White with #504078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504078; }
p { color: rgb(80,64,120); }
H1.HeaderClassName
{
color: #504078;
}
.AnyTagClassName
{
color: #504078;
}
</style>
background-color css
<style>
a { background-color: #504078; }
a { background-color: rgb(80,64,120); }
div.DivClassName
{
background-color: #504078;
}
.BgClassName
{
background-color: #504078;
}
</style>
border-color css
<style>
span { border-color: #504078; }
span { border-color: rgb(80,64,120); }
td.TdClassName
{
border-color: #504078;
}
.TagClassName
{
border-color: #504078;
}
</style>