Shades of Meteorite #504275
Tints of Meteorite #504275
RGB
CMYK
RGB Variations
Color information
#504275 (or 0x504275) is known color: Meteorite. HEX triplet: 50, 42 and 75. RGB value is (80,66,117). Sum of RGB (Red+Green+Blue) = 80+66+117=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #504275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504275 is #AFBD8A. Grayscale: #4B4B4B. Windows color (decimal): -11517323 or 7684688. OLE color: 7684688.
HSL color Cylindrical-coordinate representation of color #504275: hue angle of 256.47º 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 #504275 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 66 | 117 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.54 |
| HSL | 256.47º | 0.28% | 0.36% | - |
| HSV(B) | 256.47º | 0.44% | 0.46% | - |
| XYZ | 8.47 | 6.89 | 17.71 | - |
| YUV | 76 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 117 | 0.32 | 0.44 | 0 | 0.54 | 256.47 | 0.28 | 0.36 |
| Hex | 50 | 42 | 75 | 20 | 2C | 0 | 36 | 100 | 1C | 24 |
| Octal | 120 | 102 | 165 | 40 | 54 | 0 | 66 | 400 | 34 | 44 |
| Binary | 1010000 | 1000010 | 1110101 | 100000 | 101100 | 0 | 110110 | 100000000 | 11100 | 100100 |
Color Harmonies of #504275
Complementary color
Monochromatic Colors of #504275
Black with #504275
Text Example
Text Example
White with #504275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504275; }
p { color: rgb(80,66,117); }
H1.HeaderClassName
{
color: #504275;
}
.AnyTagClassName
{
color: #504275;
}
</style>
background-color css
<style>
a { background-color: #504275; }
a { background-color: rgb(80,66,117); }
div.DivClassName
{
background-color: #504275;
}
.BgClassName
{
background-color: #504275;
}
</style>
border-color css
<style>
span { border-color: #504275; }
span { border-color: rgb(80,66,117); }
td.TdClassName
{
border-color: #504275;
}
.TagClassName
{
border-color: #504275;
}
</style>