Shades of Meteorite #504171
Tints of Meteorite #504171
RGB
CMYK
RGB Variations
Color information
#504171 (or 0x504171) is known color: Meteorite. HEX triplet: 50, 41 and 71. RGB value is (80,65,113). Sum of RGB (Red+Green+Blue) = 80+65+113=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #504171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504171 is #AFBE8E. Grayscale: #4A4A4A. Windows color (decimal): -11517583 or 7422288. OLE color: 7422288.
HSL color Cylindrical-coordinate representation of color #504171: hue angle of 258.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #504171 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 65 | 113 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.56 |
| HSL | 258.75º | 0.27% | 0.35% | - |
| HSV(B) | 258.75º | 0.42% | 0.44% | - |
| XYZ | 8.18 | 6.68 | 16.48 | - |
| YUV | 74.96 | 149.47 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 113 | 0.29 | 0.42 | 0 | 0.56 | 258.75 | 0.27 | 0.35 |
| Hex | 50 | 41 | 71 | 1D | 2A | 0 | 38 | 103 | 1B | 23 |
| Octal | 120 | 101 | 161 | 35 | 52 | 0 | 70 | 403 | 33 | 43 |
| Binary | 1010000 | 1000001 | 1110001 | 11101 | 101010 | 0 | 111000 | 100000011 | 11011 | 100011 |
Color Harmonies of #504171
Complementary color
Monochromatic Colors of #504171
Black with #504171
Text Example
Text Example
White with #504171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504171; }
p { color: rgb(80,65,113); }
H1.HeaderClassName
{
color: #504171;
}
.AnyTagClassName
{
color: #504171;
}
</style>
background-color css
<style>
a { background-color: #504171; }
a { background-color: rgb(80,65,113); }
div.DivClassName
{
background-color: #504171;
}
.BgClassName
{
background-color: #504171;
}
</style>
border-color css
<style>
span { border-color: #504171; }
span { border-color: rgb(80,65,113); }
td.TdClassName
{
border-color: #504171;
}
.TagClassName
{
border-color: #504171;
}
</style>