Shades of Meteorite #503D64
Tints of Meteorite #503D64
RGB
CMYK
RGB Variations
Color information
#503D64 (or 0x503D64) is known color: Meteorite. HEX triplet: 50, 3D and 64. RGB value is (80,61,100). Sum of RGB (Red+Green+Blue) = 80+61+100=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 100 - color contains mainly: blue. Hex color #503D64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503D64 is #AFC29B. Grayscale: #464646. Windows color (decimal): -11518620 or 6569296. OLE color: 6569296.
HSL color Cylindrical-coordinate representation of color #503D64: hue angle of 269.23º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #503D64 is Cyan = 0.2, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 61 | 100 | - |
| CMYK | 0.2 | 0.39 | 0 | 0.61 |
| HSL | 269.23º | 0.24% | 0.32% | - |
| HSV(B) | 269.23º | 0.39% | 0.39% | - |
| XYZ | 7.28 | 5.96 | 12.82 | - |
| YUV | 71.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 100 | 0.2 | 0.39 | 0 | 0.61 | 269.23 | 0.24 | 0.32 |
| Hex | 50 | 3D | 64 | 14 | 27 | 0 | 3D | 10D | 18 | 20 |
| Octal | 120 | 75 | 144 | 24 | 47 | 0 | 75 | 415 | 30 | 40 |
| Binary | 1010000 | 111101 | 1100100 | 10100 | 100111 | 0 | 111101 | 100001101 | 11000 | 100000 |
Color Harmonies of #503D64
Complementary color
Monochromatic Colors of #503D64
Black with #503D64
Text Example
Text Example
White with #503D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D64; }
p { color: rgb(80,61,100); }
H1.HeaderClassName
{
color: #503D64;
}
.AnyTagClassName
{
color: #503D64;
}
</style>
background-color css
<style>
a { background-color: #503D64; }
a { background-color: rgb(80,61,100); }
div.DivClassName
{
background-color: #503D64;
}
.BgClassName
{
background-color: #503D64;
}
</style>
border-color css
<style>
span { border-color: #503D64; }
span { border-color: rgb(80,61,100); }
td.TdClassName
{
border-color: #503D64;
}
.TagClassName
{
border-color: #503D64;
}
</style>