Shades of Meteorite #503E6C
Tints of Meteorite #503E6C
RGB
CMYK
RGB Variations
Color information
#503E6C (or 0x503E6C) is known color: Meteorite. HEX triplet: 50, 3E and 6C. RGB value is (80,62,108). Sum of RGB (Red+Green+Blue) = 80+62+108=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #503E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503E6C is #AFC193. Grayscale: #484848. Windows color (decimal): -11518356 or 7093840. OLE color: 7093840.
HSL color Cylindrical-coordinate representation of color #503E6C: hue angle of 263.48º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #503E6C is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 62 | 108 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.58 |
| HSL | 263.48º | 0.27% | 0.33% | - |
| HSV(B) | 263.48º | 0.43% | 0.42% | - |
| XYZ | 7.74 | 6.23 | 14.98 | - |
| YUV | 72.63 | 147.96 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 108 | 0.26 | 0.43 | 0 | 0.58 | 263.48 | 0.27 | 0.33 |
| Hex | 50 | 3E | 6C | 1A | 2B | 0 | 3A | 107 | 1B | 21 |
| Octal | 120 | 76 | 154 | 32 | 53 | 0 | 72 | 407 | 33 | 41 |
| Binary | 1010000 | 111110 | 1101100 | 11010 | 101011 | 0 | 111010 | 100000111 | 11011 | 100001 |
Color Harmonies of #503E6C
Complementary color
Monochromatic Colors of #503E6C
Black with #503E6C
Text Example
Text Example
White with #503E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503E6C; }
p { color: rgb(80,62,108); }
H1.HeaderClassName
{
color: #503E6C;
}
.AnyTagClassName
{
color: #503E6C;
}
</style>
background-color css
<style>
a { background-color: #503E6C; }
a { background-color: rgb(80,62,108); }
div.DivClassName
{
background-color: #503E6C;
}
.BgClassName
{
background-color: #503E6C;
}
</style>
border-color css
<style>
span { border-color: #503E6C; }
span { border-color: rgb(80,62,108); }
td.TdClassName
{
border-color: #503E6C;
}
.TagClassName
{
border-color: #503E6C;
}
</style>