Shades of Meteorite #503D6C
Tints of Meteorite #503D6C
RGB
CMYK
RGB Variations
Color information
#503D6C (or 0x503D6C) is known color: Meteorite. HEX triplet: 50, 3D and 6C. RGB value is (80,61,108). Sum of RGB (Red+Green+Blue) = 80+61+108=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 108 - color contains mainly: blue. Hex color #503D6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503D6C is #AFC293. Grayscale: #474747. Windows color (decimal): -11518612 or 7093584. OLE color: 7093584.
HSL color Cylindrical-coordinate representation of color #503D6C: hue angle of 264.26º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #503D6C is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 61 | 108 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.58 |
| HSL | 264.26º | 0.28% | 0.33% | - |
| HSV(B) | 264.26º | 0.44% | 0.42% | - |
| XYZ | 7.68 | 6.13 | 14.96 | - |
| YUV | 72.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 108 | 0.26 | 0.44 | 0 | 0.58 | 264.26 | 0.28 | 0.33 |
| Hex | 50 | 3D | 6C | 1A | 2C | 0 | 3A | 108 | 1C | 21 |
| Octal | 120 | 75 | 154 | 32 | 54 | 0 | 72 | 410 | 34 | 41 |
| Binary | 1010000 | 111101 | 1101100 | 11010 | 101100 | 0 | 111010 | 100001000 | 11100 | 100001 |
Color Harmonies of #503D6C
Complementary color
Monochromatic Colors of #503D6C
Black with #503D6C
Text Example
Text Example
White with #503D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D6C; }
p { color: rgb(80,61,108); }
H1.HeaderClassName
{
color: #503D6C;
}
.AnyTagClassName
{
color: #503D6C;
}
</style>
background-color css
<style>
a { background-color: #503D6C; }
a { background-color: rgb(80,61,108); }
div.DivClassName
{
background-color: #503D6C;
}
.BgClassName
{
background-color: #503D6C;
}
</style>
border-color css
<style>
span { border-color: #503D6C; }
span { border-color: rgb(80,61,108); }
td.TdClassName
{
border-color: #503D6C;
}
.TagClassName
{
border-color: #503D6C;
}
</style>