Shades of Meteorite #504269
Tints of Meteorite #504269
RGB
CMYK
RGB Variations
Color information
#504269 (or 0x504269) is known color: Meteorite. HEX triplet: 50, 42 and 69. RGB value is (80,66,105). Sum of RGB (Red+Green+Blue) = 80+66+105=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 105 - color contains mainly: blue. Hex color #504269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504269 is #AFBD96. Grayscale: #4A4A4A. Windows color (decimal): -11517335 or 6898256. OLE color: 6898256.
HSL color Cylindrical-coordinate representation of color #504269: hue angle of 261.54º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #504269 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 66 | 105 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.59 |
| HSL | 261.54º | 0.23% | 0.34% | - |
| HSV(B) | 261.54º | 0.37% | 0.41% | - |
| XYZ | 7.81 | 6.62 | 14.23 | - |
| YUV | 74.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 105 | 0.24 | 0.37 | 0 | 0.59 | 261.54 | 0.23 | 0.34 |
| Hex | 50 | 42 | 69 | 18 | 25 | 0 | 3B | 106 | 17 | 22 |
| Octal | 120 | 102 | 151 | 30 | 45 | 0 | 73 | 406 | 27 | 42 |
| Binary | 1010000 | 1000010 | 1101001 | 11000 | 100101 | 0 | 111011 | 100000110 | 10111 | 100010 |
Color Harmonies of #504269
Complementary color
Monochromatic Colors of #504269
Black with #504269
Text Example
Text Example
White with #504269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504269; }
p { color: rgb(80,66,105); }
H1.HeaderClassName
{
color: #504269;
}
.AnyTagClassName
{
color: #504269;
}
</style>
background-color css
<style>
a { background-color: #504269; }
a { background-color: rgb(80,66,105); }
div.DivClassName
{
background-color: #504269;
}
.BgClassName
{
background-color: #504269;
}
</style>
border-color css
<style>
span { border-color: #504269; }
span { border-color: rgb(80,66,105); }
td.TdClassName
{
border-color: #504269;
}
.TagClassName
{
border-color: #504269;
}
</style>