Shades of Meteorite #50416A
Tints of Meteorite #50416A
RGB
CMYK
RGB Variations
Color information
#50416A (or 0x50416A) is known color: Meteorite. HEX triplet: 50, 41 and 6A. RGB value is (80,65,106). Sum of RGB (Red+Green+Blue) = 80+65+106=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 106 - color contains mainly: blue. Hex color #50416A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50416A is #AFBE95. Grayscale: #4A4A4A. Windows color (decimal): -11517590 or 6963536. OLE color: 6963536.
HSL color Cylindrical-coordinate representation of color #50416A: hue angle of 261.95º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50416A is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 65 | 106 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.58 |
| HSL | 261.95º | 0.24% | 0.34% | - |
| HSV(B) | 261.95º | 0.39% | 0.42% | - |
| XYZ | 7.8 | 6.53 | 14.48 | - |
| YUV | 74.16 | 145.97 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 106 | 0.25 | 0.39 | 0 | 0.58 | 261.95 | 0.24 | 0.34 |
| Hex | 50 | 41 | 6A | 19 | 27 | 0 | 3A | 106 | 18 | 22 |
| Octal | 120 | 101 | 152 | 31 | 47 | 0 | 72 | 406 | 30 | 42 |
| Binary | 1010000 | 1000001 | 1101010 | 11001 | 100111 | 0 | 111010 | 100000110 | 11000 | 100010 |
Color Harmonies of #50416A
Complementary color
Monochromatic Colors of #50416A
Black with #50416A
Text Example
Text Example
White with #50416A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50416A; }
p { color: rgb(80,65,106); }
H1.HeaderClassName
{
color: #50416A;
}
.AnyTagClassName
{
color: #50416A;
}
</style>
background-color css
<style>
a { background-color: #50416A; }
a { background-color: rgb(80,65,106); }
div.DivClassName
{
background-color: #50416A;
}
.BgClassName
{
background-color: #50416A;
}
</style>
border-color css
<style>
span { border-color: #50416A; }
span { border-color: rgb(80,65,106); }
td.TdClassName
{
border-color: #50416A;
}
.TagClassName
{
border-color: #50416A;
}
</style>