Shades of Meteorite #504265
Tints of Meteorite #504265
RGB
CMYK
RGB Variations
Color information
#504265 (or 0x504265) is known color: Meteorite. HEX triplet: 50, 42 and 65. RGB value is (80,66,101). Sum of RGB (Red+Green+Blue) = 80+66+101=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #504265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504265 is #AFBD9A. Grayscale: #4A4A4A. Windows color (decimal): -11517339 or 6636112. OLE color: 6636112.
HSL color Cylindrical-coordinate representation of color #504265: hue angle of 264º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #504265 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 66 | 101 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.60 |
| HSL | 264º | 0.21% | 0.33% | - |
| HSV(B) | 264º | 0.35% | 0.4% | - |
| XYZ | 7.61 | 6.54 | 13.17 | - |
| YUV | 74.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 101 | 0.21 | 0.35 | 0 | 0.60 | 264 | 0.21 | 0.33 |
| Hex | 50 | 42 | 65 | 15 | 23 | 0 | 3C | 108 | 15 | 21 |
| Octal | 120 | 102 | 145 | 25 | 43 | 0 | 74 | 410 | 25 | 41 |
| Binary | 1010000 | 1000010 | 1100101 | 10101 | 100011 | 0 | 111100 | 100001000 | 10101 | 100001 |
Color Harmonies of #504265
Complementary color
Monochromatic Colors of #504265
Black with #504265
Text Example
Text Example
White with #504265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504265; }
p { color: rgb(80,66,101); }
H1.HeaderClassName
{
color: #504265;
}
.AnyTagClassName
{
color: #504265;
}
</style>
background-color css
<style>
a { background-color: #504265; }
a { background-color: rgb(80,66,101); }
div.DivClassName
{
background-color: #504265;
}
.BgClassName
{
background-color: #504265;
}
</style>
border-color css
<style>
span { border-color: #504265; }
span { border-color: rgb(80,66,101); }
td.TdClassName
{
border-color: #504265;
}
.TagClassName
{
border-color: #504265;
}
</style>