Shades of Meteorite #503B6C
Tints of Meteorite #503B6C
RGB
CMYK
RGB Variations
Color information
#503B6C (or 0x503B6C) is known color: Meteorite. HEX triplet: 50, 3B and 6C. RGB value is (80,59,108). Sum of RGB (Red+Green+Blue) = 80+59+108=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #503B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503B6C is #AFC493. Grayscale: #464646. Windows color (decimal): -11519124 or 7093072. OLE color: 7093072.
HSL color Cylindrical-coordinate representation of color #503B6C: hue angle of 265.71º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #503B6C is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 59 | 108 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.58 |
| HSL | 265.71º | 0.29% | 0.33% | - |
| HSV(B) | 265.71º | 0.45% | 0.42% | - |
| XYZ | 7.58 | 5.92 | 14.93 | - |
| YUV | 70.87 | 148.96 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 108 | 0.26 | 0.45 | 0 | 0.58 | 265.71 | 0.29 | 0.33 |
| Hex | 50 | 3B | 6C | 1A | 2D | 0 | 3A | 10A | 1D | 21 |
| Octal | 120 | 73 | 154 | 32 | 55 | 0 | 72 | 412 | 35 | 41 |
| Binary | 1010000 | 111011 | 1101100 | 11010 | 101101 | 0 | 111010 | 100001010 | 11101 | 100001 |
Color Harmonies of #503B6C
Complementary color
Monochromatic Colors of #503B6C
Black with #503B6C
Text Example
Text Example
White with #503B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503B6C; }
p { color: rgb(80,59,108); }
H1.HeaderClassName
{
color: #503B6C;
}
.AnyTagClassName
{
color: #503B6C;
}
</style>
background-color css
<style>
a { background-color: #503B6C; }
a { background-color: rgb(80,59,108); }
div.DivClassName
{
background-color: #503B6C;
}
.BgClassName
{
background-color: #503B6C;
}
</style>
border-color css
<style>
span { border-color: #503B6C; }
span { border-color: rgb(80,59,108); }
td.TdClassName
{
border-color: #503B6C;
}
.TagClassName
{
border-color: #503B6C;
}
</style>