Shades of Meteorite #504174
Tints of Meteorite #504174
RGB
CMYK
RGB Variations
Color information
#504174 (or 0x504174) is known color: Meteorite. HEX triplet: 50, 41 and 74. RGB value is (80,65,116). Sum of RGB (Red+Green+Blue) = 80+65+116=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #504174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504174 is #AFBE8B. Grayscale: #4B4B4B. Windows color (decimal): -11517580 or 7618896. OLE color: 7618896.
HSL color Cylindrical-coordinate representation of color #504174: hue angle of 257.65º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #504174 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 65 | 116 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.55 |
| HSL | 257.65º | 0.28% | 0.35% | - |
| HSV(B) | 257.65º | 0.44% | 0.45% | - |
| XYZ | 8.35 | 6.75 | 17.39 | - |
| YUV | 75.3 | 150.97 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 116 | 0.31 | 0.44 | 0 | 0.55 | 257.65 | 0.28 | 0.35 |
| Hex | 50 | 41 | 74 | 1F | 2C | 0 | 37 | 102 | 1C | 23 |
| Octal | 120 | 101 | 164 | 37 | 54 | 0 | 67 | 402 | 34 | 43 |
| Binary | 1010000 | 1000001 | 1110100 | 11111 | 101100 | 0 | 110111 | 100000010 | 11100 | 100011 |
Color Harmonies of #504174
Complementary color
Monochromatic Colors of #504174
Black with #504174
Text Example
Text Example
White with #504174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504174; }
p { color: rgb(80,65,116); }
H1.HeaderClassName
{
color: #504174;
}
.AnyTagClassName
{
color: #504174;
}
</style>
background-color css
<style>
a { background-color: #504174; }
a { background-color: rgb(80,65,116); }
div.DivClassName
{
background-color: #504174;
}
.BgClassName
{
background-color: #504174;
}
</style>
border-color css
<style>
span { border-color: #504174; }
span { border-color: rgb(80,65,116); }
td.TdClassName
{
border-color: #504174;
}
.TagClassName
{
border-color: #504174;
}
</style>