Shades of Meteorite #504163
Tints of Meteorite #504163
RGB
CMYK
RGB Variations
Color information
#504163 (or 0x504163) is known color: Meteorite. HEX triplet: 50, 41 and 63. RGB value is (80,65,99). Sum of RGB (Red+Green+Blue) = 80+65+99=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #504163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504163 is #AFBE9C. Grayscale: #494949. Windows color (decimal): -11517597 or 6504784. OLE color: 6504784.
HSL color Cylindrical-coordinate representation of color #504163: hue angle of 266.47º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #504163 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 65 | 99 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.61 |
| HSL | 266.47º | 0.21% | 0.32% | - |
| HSV(B) | 266.47º | 0.34% | 0.39% | - |
| XYZ | 7.45 | 6.39 | 12.64 | - |
| YUV | 73.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 99 | 0.19 | 0.34 | 0 | 0.61 | 266.47 | 0.21 | 0.32 |
| Hex | 50 | 41 | 63 | 13 | 22 | 0 | 3D | 10A | 15 | 20 |
| Octal | 120 | 101 | 143 | 23 | 42 | 0 | 75 | 412 | 25 | 40 |
| Binary | 1010000 | 1000001 | 1100011 | 10011 | 100010 | 0 | 111101 | 100001010 | 10101 | 100000 |
Color Harmonies of #504163
Complementary color
Monochromatic Colors of #504163
Black with #504163
Text Example
Text Example
White with #504163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504163; }
p { color: rgb(80,65,99); }
H1.HeaderClassName
{
color: #504163;
}
.AnyTagClassName
{
color: #504163;
}
</style>
background-color css
<style>
a { background-color: #504163; }
a { background-color: rgb(80,65,99); }
div.DivClassName
{
background-color: #504163;
}
.BgClassName
{
background-color: #504163;
}
</style>
border-color css
<style>
span { border-color: #504163; }
span { border-color: rgb(80,65,99); }
td.TdClassName
{
border-color: #504163;
}
.TagClassName
{
border-color: #504163;
}
</style>