Shades of Meteorite #504376
Tints of Meteorite #504376
RGB
CMYK
RGB Variations
Color information
#504376 (or 0x504376) is known color: Meteorite. HEX triplet: 50, 43 and 76. RGB value is (80,67,118). Sum of RGB (Red+Green+Blue) = 80+67+118=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #504376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504376 is #AFBC89. Grayscale: #4C4C4C. Windows color (decimal): -11517066 or 7750480. OLE color: 7750480.
HSL color Cylindrical-coordinate representation of color #504376: hue angle of 255.29º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #504376 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 67 | 118 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.54 |
| HSL | 255.29º | 0.28% | 0.36% | - |
| HSV(B) | 255.29º | 0.43% | 0.46% | - |
| XYZ | 8.59 | 7.03 | 18.04 | - |
| YUV | 76.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 118 | 0.32 | 0.43 | 0 | 0.54 | 255.29 | 0.28 | 0.36 |
| Hex | 50 | 43 | 76 | 20 | 2B | 0 | 36 | FF | 1C | 24 |
| Octal | 120 | 103 | 166 | 40 | 53 | 0 | 66 | 377 | 34 | 44 |
| Binary | 1010000 | 1000011 | 1110110 | 100000 | 101011 | 0 | 110110 | 11111111 | 11100 | 100100 |
Color Harmonies of #504376
Complementary color
Monochromatic Colors of #504376
Black with #504376
Text Example
Text Example
White with #504376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504376; }
p { color: rgb(80,67,118); }
H1.HeaderClassName
{
color: #504376;
}
.AnyTagClassName
{
color: #504376;
}
</style>
background-color css
<style>
a { background-color: #504376; }
a { background-color: rgb(80,67,118); }
div.DivClassName
{
background-color: #504376;
}
.BgClassName
{
background-color: #504376;
}
</style>
border-color css
<style>
span { border-color: #504376; }
span { border-color: rgb(80,67,118); }
td.TdClassName
{
border-color: #504376;
}
.TagClassName
{
border-color: #504376;
}
</style>