Shades of Meteorite #503D69
Tints of Meteorite #503D69
RGB
CMYK
RGB Variations
Color information
#503D69 (or 0x503D69) is known color: Meteorite. HEX triplet: 50, 3D and 69. RGB value is (80,61,105). Sum of RGB (Red+Green+Blue) = 80+61+105=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 105 - color contains mainly: blue. Hex color #503D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503D69 is #AFC296. Grayscale: #474747. Windows color (decimal): -11518615 or 6896976. OLE color: 6896976.
HSL color Cylindrical-coordinate representation of color #503D69: hue angle of 265.91º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #503D69 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 61 | 105 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.59 |
| HSL | 265.91º | 0.27% | 0.33% | - |
| HSV(B) | 265.91º | 0.42% | 0.41% | - |
| XYZ | 7.53 | 6.06 | 14.14 | - |
| YUV | 71.7 | 146.79 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 105 | 0.24 | 0.42 | 0 | 0.59 | 265.91 | 0.27 | 0.33 |
| Hex | 50 | 3D | 69 | 18 | 2A | 0 | 3B | 10A | 1B | 21 |
| Octal | 120 | 75 | 151 | 30 | 52 | 0 | 73 | 412 | 33 | 41 |
| Binary | 1010000 | 111101 | 1101001 | 11000 | 101010 | 0 | 111011 | 100001010 | 11011 | 100001 |
Color Harmonies of #503D69
Complementary color
Monochromatic Colors of #503D69
Black with #503D69
Text Example
Text Example
White with #503D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D69; }
p { color: rgb(80,61,105); }
H1.HeaderClassName
{
color: #503D69;
}
.AnyTagClassName
{
color: #503D69;
}
</style>
background-color css
<style>
a { background-color: #503D69; }
a { background-color: rgb(80,61,105); }
div.DivClassName
{
background-color: #503D69;
}
.BgClassName
{
background-color: #503D69;
}
</style>
border-color css
<style>
span { border-color: #503D69; }
span { border-color: rgb(80,61,105); }
td.TdClassName
{
border-color: #503D69;
}
.TagClassName
{
border-color: #503D69;
}
</style>