Shades of Meteorite #504173
Tints of Meteorite #504173
RGB
CMYK
RGB Variations
Color information
#504173 (or 0x504173) is known color: Meteorite. HEX triplet: 50, 41 and 73. RGB value is (80,65,115). Sum of RGB (Red+Green+Blue) = 80+65+115=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #504173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504173 is #AFBE8C. Grayscale: #4B4B4B. Windows color (decimal): -11517581 or 7553360. OLE color: 7553360.
HSL color Cylindrical-coordinate representation of color #504173: hue angle of 258º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #504173 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 65 | 115 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.55 |
| HSL | 258º | 0.28% | 0.35% | - |
| HSV(B) | 258º | 0.43% | 0.45% | - |
| XYZ | 8.29 | 6.72 | 17.08 | - |
| YUV | 75.19 | 150.47 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 115 | 0.30 | 0.43 | 0 | 0.55 | 258 | 0.28 | 0.35 |
| Hex | 50 | 41 | 73 | 1E | 2B | 0 | 37 | 102 | 1C | 23 |
| Octal | 120 | 101 | 163 | 36 | 53 | 0 | 67 | 402 | 34 | 43 |
| Binary | 1010000 | 1000001 | 1110011 | 11110 | 101011 | 0 | 110111 | 100000010 | 11100 | 100011 |
Color Harmonies of #504173
Complementary color
Monochromatic Colors of #504173
Black with #504173
Text Example
Text Example
White with #504173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504173; }
p { color: rgb(80,65,115); }
H1.HeaderClassName
{
color: #504173;
}
.AnyTagClassName
{
color: #504173;
}
</style>
background-color css
<style>
a { background-color: #504173; }
a { background-color: rgb(80,65,115); }
div.DivClassName
{
background-color: #504173;
}
.BgClassName
{
background-color: #504173;
}
</style>
border-color css
<style>
span { border-color: #504173; }
span { border-color: rgb(80,65,115); }
td.TdClassName
{
border-color: #504173;
}
.TagClassName
{
border-color: #504173;
}
</style>