Shades of Meteorite #504176
Tints of Meteorite #504176
RGB
CMYK
RGB Variations
Color information
#504176 (or 0x504176) is known color: Meteorite. HEX triplet: 50, 41 and 76. RGB value is (80,65,118). Sum of RGB (Red+Green+Blue) = 80+65+118=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #504176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504176 is #AFBE89. Grayscale: #4B4B4B. Windows color (decimal): -11517578 or 7749968. OLE color: 7749968.
HSL color Cylindrical-coordinate representation of color #504176: hue angle of 256.98º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #504176 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 65 | 118 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.54 |
| HSL | 256.98º | 0.29% | 0.36% | - |
| HSV(B) | 256.98º | 0.45% | 0.46% | - |
| XYZ | 8.47 | 6.79 | 18 | - |
| YUV | 75.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 118 | 0.32 | 0.45 | 0 | 0.54 | 256.98 | 0.29 | 0.36 |
| Hex | 50 | 41 | 76 | 20 | 2D | 0 | 36 | 101 | 1D | 24 |
| Octal | 120 | 101 | 166 | 40 | 55 | 0 | 66 | 401 | 35 | 44 |
| Binary | 1010000 | 1000001 | 1110110 | 100000 | 101101 | 0 | 110110 | 100000001 | 11101 | 100100 |
Color Harmonies of #504176
Complementary color
Monochromatic Colors of #504176
Black with #504176
Text Example
Text Example
White with #504176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504176; }
p { color: rgb(80,65,118); }
H1.HeaderClassName
{
color: #504176;
}
.AnyTagClassName
{
color: #504176;
}
</style>
background-color css
<style>
a { background-color: #504176; }
a { background-color: rgb(80,65,118); }
div.DivClassName
{
background-color: #504176;
}
.BgClassName
{
background-color: #504176;
}
</style>
border-color css
<style>
span { border-color: #504176; }
span { border-color: rgb(80,65,118); }
td.TdClassName
{
border-color: #504176;
}
.TagClassName
{
border-color: #504176;
}
</style>