Shades of Meteorite #504572
Tints of Meteorite #504572
RGB
CMYK
RGB Variations
Color information
#504572 (or 0x504572) is known color: Meteorite. HEX triplet: 50, 45 and 72. RGB value is (80,69,114). Sum of RGB (Red+Green+Blue) = 80+69+114=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #504572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504572 is #AFBA8D. Grayscale: #4D4D4D. Windows color (decimal): -11516558 or 7488848. OLE color: 7488848.
HSL color Cylindrical-coordinate representation of color #504572: hue angle of 254.67º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #504572 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 69 | 114 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.55 |
| HSL | 254.67º | 0.25% | 0.36% | - |
| HSV(B) | 254.67º | 0.39% | 0.45% | - |
| XYZ | 8.47 | 7.18 | 16.86 | - |
| YUV | 77.42 | 148.64 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 114 | 0.30 | 0.39 | 0 | 0.55 | 254.67 | 0.25 | 0.36 |
| Hex | 50 | 45 | 72 | 1E | 27 | 0 | 37 | FF | 19 | 24 |
| Octal | 120 | 105 | 162 | 36 | 47 | 0 | 67 | 377 | 31 | 44 |
| Binary | 1010000 | 1000101 | 1110010 | 11110 | 100111 | 0 | 110111 | 11111111 | 11001 | 100100 |
Color Harmonies of #504572
Complementary color
Monochromatic Colors of #504572
Black with #504572
Text Example
Text Example
White with #504572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504572; }
p { color: rgb(80,69,114); }
H1.HeaderClassName
{
color: #504572;
}
.AnyTagClassName
{
color: #504572;
}
</style>
background-color css
<style>
a { background-color: #504572; }
a { background-color: rgb(80,69,114); }
div.DivClassName
{
background-color: #504572;
}
.BgClassName
{
background-color: #504572;
}
</style>
border-color css
<style>
span { border-color: #504572; }
span { border-color: rgb(80,69,114); }
td.TdClassName
{
border-color: #504572;
}
.TagClassName
{
border-color: #504572;
}
</style>