Shades of Meteorite #504568
Tints of Meteorite #504568
RGB
CMYK
RGB Variations
Color information
#504568 (or 0x504568) is known color: Meteorite. HEX triplet: 50, 45 and 68. RGB value is (80,69,104). Sum of RGB (Red+Green+Blue) = 80+69+104=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 104 - color contains mainly: blue. Hex color #504568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504568 is #AFBA97. Grayscale: #4C4C4C. Windows color (decimal): -11516568 or 6833488. OLE color: 6833488.
HSL color Cylindrical-coordinate representation of color #504568: hue angle of 258.86º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #504568 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 69 | 104 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.59 |
| HSL | 258.86º | 0.2% | 0.34% | - |
| HSV(B) | 258.86º | 0.34% | 0.41% | - |
| XYZ | 7.94 | 6.96 | 14.02 | - |
| YUV | 76.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 104 | 0.23 | 0.34 | 0 | 0.59 | 258.86 | 0.2 | 0.34 |
| Hex | 50 | 45 | 68 | 17 | 22 | 0 | 3B | 103 | 14 | 22 |
| Octal | 120 | 105 | 150 | 27 | 42 | 0 | 73 | 403 | 24 | 42 |
| Binary | 1010000 | 1000101 | 1101000 | 10111 | 100010 | 0 | 111011 | 100000011 | 10100 | 100010 |
Color Harmonies of #504568
Complementary color
Monochromatic Colors of #504568
Black with #504568
Text Example
Text Example
White with #504568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504568; }
p { color: rgb(80,69,104); }
H1.HeaderClassName
{
color: #504568;
}
.AnyTagClassName
{
color: #504568;
}
</style>
background-color css
<style>
a { background-color: #504568; }
a { background-color: rgb(80,69,104); }
div.DivClassName
{
background-color: #504568;
}
.BgClassName
{
background-color: #504568;
}
</style>
border-color css
<style>
span { border-color: #504568; }
span { border-color: rgb(80,69,104); }
td.TdClassName
{
border-color: #504568;
}
.TagClassName
{
border-color: #504568;
}
</style>