Shades of Meteorite #504969
Tints of Meteorite #504969
RGB
CMYK
RGB Variations
Color information
#504969 (or 0x504969) is known color: Meteorite. HEX triplet: 50, 49 and 69. RGB value is (80,73,105). Sum of RGB (Red+Green+Blue) = 80+73+105=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 105 - color contains mainly: blue. Hex color #504969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504969 is #AFB696. Grayscale: #4E4E4E. Windows color (decimal): -11515543 or 6900048. OLE color: 6900048.
HSL color Cylindrical-coordinate representation of color #504969: hue angle of 253.12º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #504969 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 73 | 105 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.59 |
| HSL | 253.13º | 0.18% | 0.35% | - |
| HSV(B) | 253.13º | 0.3% | 0.41% | - |
| XYZ | 8.24 | 7.49 | 14.38 | - |
| YUV | 78.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 73 | 105 | 0.24 | 0.30 | 0 | 0.59 | 253.13 | 0.18 | 0.35 |
| Hex | 50 | 49 | 69 | 18 | 1E | 0 | 3B | FD | 12 | 23 |
| Octal | 120 | 111 | 151 | 30 | 36 | 0 | 73 | 375 | 22 | 43 |
| Binary | 1010000 | 1001001 | 1101001 | 11000 | 11110 | 0 | 111011 | 11111101 | 10010 | 100011 |
Color Harmonies of #504969
Complementary color
Monochromatic Colors of #504969
Black with #504969
Text Example
Text Example
White with #504969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504969; }
p { color: rgb(80,73,105); }
H1.HeaderClassName
{
color: #504969;
}
.AnyTagClassName
{
color: #504969;
}
</style>
background-color css
<style>
a { background-color: #504969; }
a { background-color: rgb(80,73,105); }
div.DivClassName
{
background-color: #504969;
}
.BgClassName
{
background-color: #504969;
}
</style>
border-color css
<style>
span { border-color: #504969; }
span { border-color: rgb(80,73,105); }
td.TdClassName
{
border-color: #504969;
}
.TagClassName
{
border-color: #504969;
}
</style>