Shades of Meteorite #503E69
Tints of Meteorite #503E69
RGB
CMYK
RGB Variations
Color information
#503E69 (or 0x503E69) is known color: Meteorite. HEX triplet: 50, 3E and 69. RGB value is (80,62,105). Sum of RGB (Red+Green+Blue) = 80+62+105=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 105 - color contains mainly: blue. Hex color #503E69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503E69 is #AFC196. Grayscale: #484848. Windows color (decimal): -11518359 or 6897232. OLE color: 6897232.
HSL color Cylindrical-coordinate representation of color #503E69: hue angle of 265.12º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #503E69 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 62 | 105 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.59 |
| HSL | 265.12º | 0.26% | 0.33% | - |
| HSV(B) | 265.12º | 0.41% | 0.41% | - |
| XYZ | 7.58 | 6.17 | 14.16 | - |
| YUV | 72.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 105 | 0.24 | 0.41 | 0 | 0.59 | 265.12 | 0.26 | 0.33 |
| Hex | 50 | 3E | 69 | 18 | 29 | 0 | 3B | 109 | 1A | 21 |
| Octal | 120 | 76 | 151 | 30 | 51 | 0 | 73 | 411 | 32 | 41 |
| Binary | 1010000 | 111110 | 1101001 | 11000 | 101001 | 0 | 111011 | 100001001 | 11010 | 100001 |
Color Harmonies of #503E69
Complementary color
Monochromatic Colors of #503E69
Black with #503E69
Text Example
Text Example
White with #503E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503E69; }
p { color: rgb(80,62,105); }
H1.HeaderClassName
{
color: #503E69;
}
.AnyTagClassName
{
color: #503E69;
}
</style>
background-color css
<style>
a { background-color: #503E69; }
a { background-color: rgb(80,62,105); }
div.DivClassName
{
background-color: #503E69;
}
.BgClassName
{
background-color: #503E69;
}
</style>
border-color css
<style>
span { border-color: #503E69; }
span { border-color: rgb(80,62,105); }
td.TdClassName
{
border-color: #503E69;
}
.TagClassName
{
border-color: #503E69;
}
</style>