Shades of Meteorite #504065
Tints of Meteorite #504065
RGB
CMYK
RGB Variations
Color information
#504065 (or 0x504065) is known color: Meteorite. HEX triplet: 50, 40 and 65. RGB value is (80,64,101). Sum of RGB (Red+Green+Blue) = 80+64+101=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 101 - color contains mainly: blue. Hex color #504065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504065 is #AFBF9A. Grayscale: #484848. Windows color (decimal): -11517851 or 6635600. OLE color: 6635600.
HSL color Cylindrical-coordinate representation of color #504065: hue angle of 265.95º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #504065 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 64 | 101 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.60 |
| HSL | 265.95º | 0.22% | 0.32% | - |
| HSV(B) | 265.95º | 0.37% | 0.4% | - |
| XYZ | 7.49 | 6.31 | 13.14 | - |
| YUV | 73 | 143.8 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 101 | 0.21 | 0.37 | 0 | 0.60 | 265.95 | 0.22 | 0.32 |
| Hex | 50 | 40 | 65 | 15 | 25 | 0 | 3C | 10A | 16 | 20 |
| Octal | 120 | 100 | 145 | 25 | 45 | 0 | 74 | 412 | 26 | 40 |
| Binary | 1010000 | 1000000 | 1100101 | 10101 | 100101 | 0 | 111100 | 100001010 | 10110 | 100000 |
Color Harmonies of #504065
Complementary color
Monochromatic Colors of #504065
Black with #504065
Text Example
Text Example
White with #504065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504065; }
p { color: rgb(80,64,101); }
H1.HeaderClassName
{
color: #504065;
}
.AnyTagClassName
{
color: #504065;
}
</style>
background-color css
<style>
a { background-color: #504065; }
a { background-color: rgb(80,64,101); }
div.DivClassName
{
background-color: #504065;
}
.BgClassName
{
background-color: #504065;
}
</style>
border-color css
<style>
span { border-color: #504065; }
span { border-color: rgb(80,64,101); }
td.TdClassName
{
border-color: #504065;
}
.TagClassName
{
border-color: #504065;
}
</style>