Shades of Meteorite #504868
Tints of Meteorite #504868
RGB
CMYK
RGB Variations
Color information
#504868 (or 0x504868) is known color: Meteorite. HEX triplet: 50, 48 and 68. RGB value is (80,72,104). Sum of RGB (Red+Green+Blue) = 80+72+104=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 104 - color contains mainly: blue. Hex color #504868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504868 is #AFB797. Grayscale: #4D4D4D. Windows color (decimal): -11515800 or 6834256. OLE color: 6834256.
HSL color Cylindrical-coordinate representation of color #504868: hue angle of 255º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #504868 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 72 | 104 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.59 |
| HSL | 255º | 0.18% | 0.35% | - |
| HSV(B) | 255º | 0.31% | 0.41% | - |
| XYZ | 8.12 | 7.34 | 14.09 | - |
| YUV | 78.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 104 | 0.23 | 0.31 | 0 | 0.59 | 255 | 0.18 | 0.35 |
| Hex | 50 | 48 | 68 | 17 | 1F | 0 | 3B | FF | 12 | 23 |
| Octal | 120 | 110 | 150 | 27 | 37 | 0 | 73 | 377 | 22 | 43 |
| Binary | 1010000 | 1001000 | 1101000 | 10111 | 11111 | 0 | 111011 | 11111111 | 10010 | 100011 |
Color Harmonies of #504868
Complementary color
Monochromatic Colors of #504868
Black with #504868
Text Example
Text Example
White with #504868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504868; }
p { color: rgb(80,72,104); }
H1.HeaderClassName
{
color: #504868;
}
.AnyTagClassName
{
color: #504868;
}
</style>
background-color css
<style>
a { background-color: #504868; }
a { background-color: rgb(80,72,104); }
div.DivClassName
{
background-color: #504868;
}
.BgClassName
{
background-color: #504868;
}
</style>
border-color css
<style>
span { border-color: #504868; }
span { border-color: rgb(80,72,104); }
td.TdClassName
{
border-color: #504868;
}
.TagClassName
{
border-color: #504868;
}
</style>