Shades of Meteorite #503A69
Tints of Meteorite #503A69
RGB
CMYK
RGB Variations
Color information
#503A69 (or 0x503A69) is known color: Meteorite. HEX triplet: 50, 3A and 69. RGB value is (80,58,105). Sum of RGB (Red+Green+Blue) = 80+58+105=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 105 - color contains mainly: blue. Hex color #503A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503A69 is #AFC596. Grayscale: #454545. Windows color (decimal): -11519383 or 6896208. OLE color: 6896208.
HSL color Cylindrical-coordinate representation of color #503A69: hue angle of 268.09º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #503A69 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 58 | 105 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.59 |
| HSL | 268.09º | 0.29% | 0.32% | - |
| HSV(B) | 268.09º | 0.45% | 0.41% | - |
| XYZ | 7.37 | 5.75 | 14.09 | - |
| YUV | 69.94 | 147.79 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 105 | 0.24 | 0.45 | 0 | 0.59 | 268.09 | 0.29 | 0.32 |
| Hex | 50 | 3A | 69 | 18 | 2D | 0 | 3B | 10C | 1D | 20 |
| Octal | 120 | 72 | 151 | 30 | 55 | 0 | 73 | 414 | 35 | 40 |
| Binary | 1010000 | 111010 | 1101001 | 11000 | 101101 | 0 | 111011 | 100001100 | 11101 | 100000 |
Color Harmonies of #503A69
Complementary color
Monochromatic Colors of #503A69
Black with #503A69
Text Example
Text Example
White with #503A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A69; }
p { color: rgb(80,58,105); }
H1.HeaderClassName
{
color: #503A69;
}
.AnyTagClassName
{
color: #503A69;
}
</style>
background-color css
<style>
a { background-color: #503A69; }
a { background-color: rgb(80,58,105); }
div.DivClassName
{
background-color: #503A69;
}
.BgClassName
{
background-color: #503A69;
}
</style>
border-color css
<style>
span { border-color: #503A69; }
span { border-color: rgb(80,58,105); }
td.TdClassName
{
border-color: #503A69;
}
.TagClassName
{
border-color: #503A69;
}
</style>