Shades of Meteorite #50406A
Tints of Meteorite #50406A
RGB
CMYK
RGB Variations
Color information
#50406A (or 0x50406A) is known color: Meteorite. HEX triplet: 50, 40 and 6A. RGB value is (80,64,106). Sum of RGB (Red+Green+Blue) = 80+64+106=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 106 - color contains mainly: blue. Hex color #50406A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50406A is #AFBF95. Grayscale: #494949. Windows color (decimal): -11517846 or 6963280. OLE color: 6963280.
HSL color Cylindrical-coordinate representation of color #50406A: hue angle of 262.86º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50406A is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 64 | 106 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.58 |
| HSL | 262.86º | 0.25% | 0.33% | - |
| HSV(B) | 262.86º | 0.4% | 0.42% | - |
| XYZ | 7.74 | 6.41 | 14.47 | - |
| YUV | 73.57 | 146.3 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 106 | 0.25 | 0.40 | 0 | 0.58 | 262.86 | 0.25 | 0.33 |
| Hex | 50 | 40 | 6A | 19 | 28 | 0 | 3A | 107 | 19 | 21 |
| Octal | 120 | 100 | 152 | 31 | 50 | 0 | 72 | 407 | 31 | 41 |
| Binary | 1010000 | 1000000 | 1101010 | 11001 | 101000 | 0 | 111010 | 100000111 | 11001 | 100001 |
Color Harmonies of #50406A
Complementary color
Monochromatic Colors of #50406A
Black with #50406A
Text Example
Text Example
White with #50406A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50406A; }
p { color: rgb(80,64,106); }
H1.HeaderClassName
{
color: #50406A;
}
.AnyTagClassName
{
color: #50406A;
}
</style>
background-color css
<style>
a { background-color: #50406A; }
a { background-color: rgb(80,64,106); }
div.DivClassName
{
background-color: #50406A;
}
.BgClassName
{
background-color: #50406A;
}
</style>
border-color css
<style>
span { border-color: #50406A; }
span { border-color: rgb(80,64,106); }
td.TdClassName
{
border-color: #50406A;
}
.TagClassName
{
border-color: #50406A;
}
</style>