Shades of Meteorite #504077
Tints of Meteorite #504077
RGB
CMYK
RGB Variations
Color information
#504077 (or 0x504077) is known color: Meteorite. HEX triplet: 50, 40 and 77. RGB value is (80,64,119). Sum of RGB (Red+Green+Blue) = 80+64+119=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #504077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504077 is #AFBF88. Grayscale: #4A4A4A. Windows color (decimal): -11517833 or 7815248. OLE color: 7815248.
HSL color Cylindrical-coordinate representation of color #504077: hue angle of 257.45º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #504077 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 64 | 119 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.53 |
| HSL | 257.45º | 0.3% | 0.36% | - |
| HSV(B) | 257.45º | 0.46% | 0.47% | - |
| XYZ | 8.47 | 6.7 | 18.3 | - |
| YUV | 75.05 | 152.8 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 119 | 0.33 | 0.46 | 0 | 0.53 | 257.45 | 0.3 | 0.36 |
| Hex | 50 | 40 | 77 | 21 | 2E | 0 | 35 | 101 | 1E | 24 |
| Octal | 120 | 100 | 167 | 41 | 56 | 0 | 65 | 401 | 36 | 44 |
| Binary | 1010000 | 1000000 | 1110111 | 100001 | 101110 | 0 | 110101 | 100000001 | 11110 | 100100 |
Color Harmonies of #504077
Complementary color
Monochromatic Colors of #504077
Black with #504077
Text Example
Text Example
White with #504077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504077; }
p { color: rgb(80,64,119); }
H1.HeaderClassName
{
color: #504077;
}
.AnyTagClassName
{
color: #504077;
}
</style>
background-color css
<style>
a { background-color: #504077; }
a { background-color: rgb(80,64,119); }
div.DivClassName
{
background-color: #504077;
}
.BgClassName
{
background-color: #504077;
}
</style>
border-color css
<style>
span { border-color: #504077; }
span { border-color: rgb(80,64,119); }
td.TdClassName
{
border-color: #504077;
}
.TagClassName
{
border-color: #504077;
}
</style>