Shades of Meteorite #50486E
Tints of Meteorite #50486E
RGB
CMYK
RGB Variations
Color information
#50486E (or 0x50486E) is known color: Meteorite. HEX triplet: 50, 48 and 6E. RGB value is (80,72,110). Sum of RGB (Red+Green+Blue) = 80+72+110=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 110 - color contains mainly: blue. Hex color #50486E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50486E is #AFB791. Grayscale: #4E4E4E. Windows color (decimal): -11515794 or 7227472. OLE color: 7227472.
HSL color Cylindrical-coordinate representation of color #50486E: hue angle of 252.63º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50486E is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 72 | 110 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.57 |
| HSL | 252.63º | 0.21% | 0.36% | - |
| HSV(B) | 252.63º | 0.35% | 0.43% | - |
| XYZ | 8.44 | 7.47 | 15.75 | - |
| YUV | 78.72 | 145.65 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 110 | 0.27 | 0.35 | 0 | 0.57 | 252.63 | 0.21 | 0.36 |
| Hex | 50 | 48 | 6E | 1B | 23 | 0 | 39 | FD | 15 | 24 |
| Octal | 120 | 110 | 156 | 33 | 43 | 0 | 71 | 375 | 25 | 44 |
| Binary | 1010000 | 1001000 | 1101110 | 11011 | 100011 | 0 | 111001 | 11111101 | 10101 | 100100 |
Color Harmonies of #50486E
Complementary color
Monochromatic Colors of #50486E
Black with #50486E
Text Example
Text Example
White with #50486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50486E; }
p { color: rgb(80,72,110); }
H1.HeaderClassName
{
color: #50486E;
}
.AnyTagClassName
{
color: #50486E;
}
</style>
background-color css
<style>
a { background-color: #50486E; }
a { background-color: rgb(80,72,110); }
div.DivClassName
{
background-color: #50486E;
}
.BgClassName
{
background-color: #50486E;
}
</style>
border-color css
<style>
span { border-color: #50486E; }
span { border-color: rgb(80,72,110); }
td.TdClassName
{
border-color: #50486E;
}
.TagClassName
{
border-color: #50486E;
}
</style>