Shades of Meteorite #504168
Tints of Meteorite #504168
RGB
CMYK
RGB Variations
Color information
#504168 (or 0x504168) is known color: Meteorite. HEX triplet: 50, 41 and 68. RGB value is (80,65,104). Sum of RGB (Red+Green+Blue) = 80+65+104=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 104 - color contains mainly: blue. Hex color #504168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504168 is #AFBE97. Grayscale: #494949. Windows color (decimal): -11517592 or 6832464. OLE color: 6832464.
HSL color Cylindrical-coordinate representation of color #504168: hue angle of 263.08º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #504168 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 65 | 104 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.59 |
| HSL | 263.08º | 0.23% | 0.33% | - |
| HSV(B) | 263.08º | 0.38% | 0.41% | - |
| XYZ | 7.7 | 6.49 | 13.94 | - |
| YUV | 73.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 104 | 0.23 | 0.38 | 0 | 0.59 | 263.08 | 0.23 | 0.33 |
| Hex | 50 | 41 | 68 | 17 | 26 | 0 | 3B | 107 | 17 | 21 |
| Octal | 120 | 101 | 150 | 27 | 46 | 0 | 73 | 407 | 27 | 41 |
| Binary | 1010000 | 1000001 | 1101000 | 10111 | 100110 | 0 | 111011 | 100000111 | 10111 | 100001 |
Color Harmonies of #504168
Complementary color
Monochromatic Colors of #504168
Black with #504168
Text Example
Text Example
White with #504168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504168; }
p { color: rgb(80,65,104); }
H1.HeaderClassName
{
color: #504168;
}
.AnyTagClassName
{
color: #504168;
}
</style>
background-color css
<style>
a { background-color: #504168; }
a { background-color: rgb(80,65,104); }
div.DivClassName
{
background-color: #504168;
}
.BgClassName
{
background-color: #504168;
}
</style>
border-color css
<style>
span { border-color: #504168; }
span { border-color: rgb(80,65,104); }
td.TdClassName
{
border-color: #504168;
}
.TagClassName
{
border-color: #504168;
}
</style>