Shades of Meteorite #504771
Tints of Meteorite #504771
RGB
CMYK
RGB Variations
Color information
#504771 (or 0x504771) is known color: Meteorite. HEX triplet: 50, 47 and 71. RGB value is (80,71,113). Sum of RGB (Red+Green+Blue) = 80+71+113=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #504771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504771 is #AFB88E. Grayscale: #4E4E4E. Windows color (decimal): -11516047 or 7423824. OLE color: 7423824.
HSL color Cylindrical-coordinate representation of color #504771: hue angle of 252.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #504771 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 71 | 113 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.56 |
| HSL | 252.86º | 0.23% | 0.36% | - |
| HSV(B) | 252.86º | 0.37% | 0.44% | - |
| XYZ | 8.54 | 7.4 | 16.6 | - |
| YUV | 78.48 | 147.48 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 113 | 0.29 | 0.37 | 0 | 0.56 | 252.86 | 0.23 | 0.36 |
| Hex | 50 | 47 | 71 | 1D | 25 | 0 | 38 | FD | 17 | 24 |
| Octal | 120 | 107 | 161 | 35 | 45 | 0 | 70 | 375 | 27 | 44 |
| Binary | 1010000 | 1000111 | 1110001 | 11101 | 100101 | 0 | 111000 | 11111101 | 10111 | 100100 |
Color Harmonies of #504771
Complementary color
Monochromatic Colors of #504771
Black with #504771
Text Example
Text Example
White with #504771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504771; }
p { color: rgb(80,71,113); }
H1.HeaderClassName
{
color: #504771;
}
.AnyTagClassName
{
color: #504771;
}
</style>
background-color css
<style>
a { background-color: #504771; }
a { background-color: rgb(80,71,113); }
div.DivClassName
{
background-color: #504771;
}
.BgClassName
{
background-color: #504771;
}
</style>
border-color css
<style>
span { border-color: #504771; }
span { border-color: rgb(80,71,113); }
td.TdClassName
{
border-color: #504771;
}
.TagClassName
{
border-color: #504771;
}
</style>