Shades of Meteorite #503C68
Tints of Meteorite #503C68
RGB
CMYK
RGB Variations
Color information
#503C68 (or 0x503C68) is known color: Meteorite. HEX triplet: 50, 3C and 68. RGB value is (80,60,104). Sum of RGB (Red+Green+Blue) = 80+60+104=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 104 - color contains mainly: blue. Hex color #503C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503C68 is #AFC397. Grayscale: #464646. Windows color (decimal): -11518872 or 6831184. OLE color: 6831184.
HSL color Cylindrical-coordinate representation of color #503C68: hue angle of 267.27º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #503C68 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 60 | 104 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.59 |
| HSL | 267.27º | 0.27% | 0.32% | - |
| HSV(B) | 267.27º | 0.42% | 0.41% | - |
| XYZ | 7.42 | 5.94 | 13.85 | - |
| YUV | 71 | 146.63 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 104 | 0.23 | 0.42 | 0 | 0.59 | 267.27 | 0.27 | 0.32 |
| Hex | 50 | 3C | 68 | 17 | 2A | 0 | 3B | 10B | 1B | 20 |
| Octal | 120 | 74 | 150 | 27 | 52 | 0 | 73 | 413 | 33 | 40 |
| Binary | 1010000 | 111100 | 1101000 | 10111 | 101010 | 0 | 111011 | 100001011 | 11011 | 100000 |
Color Harmonies of #503C68
Complementary color
Monochromatic Colors of #503C68
Black with #503C68
Text Example
Text Example
White with #503C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C68; }
p { color: rgb(80,60,104); }
H1.HeaderClassName
{
color: #503C68;
}
.AnyTagClassName
{
color: #503C68;
}
</style>
background-color css
<style>
a { background-color: #503C68; }
a { background-color: rgb(80,60,104); }
div.DivClassName
{
background-color: #503C68;
}
.BgClassName
{
background-color: #503C68;
}
</style>
border-color css
<style>
span { border-color: #503C68; }
span { border-color: rgb(80,60,104); }
td.TdClassName
{
border-color: #503C68;
}
.TagClassName
{
border-color: #503C68;
}
</style>