Shades of Meteorite #504276
Tints of Meteorite #504276
RGB
CMYK
RGB Variations
Color information
#504276 (or 0x504276) is known color: Meteorite. HEX triplet: 50, 42 and 76. RGB value is (80,66,118). Sum of RGB (Red+Green+Blue) = 80+66+118=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 118 - color contains mainly: blue. Hex color #504276 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504276 is #AFBD89. Grayscale: #4B4B4B. Windows color (decimal): -11517322 or 7750224. OLE color: 7750224.
HSL color Cylindrical-coordinate representation of color #504276: hue angle of 256.15º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #504276 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 66 | 118 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.54 |
| HSL | 256.15º | 0.28% | 0.36% | - |
| HSV(B) | 256.15º | 0.44% | 0.46% | - |
| XYZ | 8.53 | 6.91 | 18.02 | - |
| YUV | 76.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 118 | 0.32 | 0.44 | 0 | 0.54 | 256.15 | 0.28 | 0.36 |
| Hex | 50 | 42 | 76 | 20 | 2C | 0 | 36 | 100 | 1C | 24 |
| Octal | 120 | 102 | 166 | 40 | 54 | 0 | 66 | 400 | 34 | 44 |
| Binary | 1010000 | 1000010 | 1110110 | 100000 | 101100 | 0 | 110110 | 100000000 | 11100 | 100100 |
Color Harmonies of #504276
Complementary color
Monochromatic Colors of #504276
Black with #504276
Text Example
Text Example
White with #504276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504276; }
p { color: rgb(80,66,118); }
H1.HeaderClassName
{
color: #504276;
}
.AnyTagClassName
{
color: #504276;
}
</style>
background-color css
<style>
a { background-color: #504276; }
a { background-color: rgb(80,66,118); }
div.DivClassName
{
background-color: #504276;
}
.BgClassName
{
background-color: #504276;
}
</style>
border-color css
<style>
span { border-color: #504276; }
span { border-color: rgb(80,66,118); }
td.TdClassName
{
border-color: #504276;
}
.TagClassName
{
border-color: #504276;
}
</style>