Shades of Meteorite #514470
Tints of Meteorite #514470
RGB
CMYK
RGB Variations
Color information
#514470 (or 0x514470) is known color: Meteorite. HEX triplet: 51, 44 and 70. RGB value is (81,68,112). Sum of RGB (Red+Green+Blue) = 81+68+112=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #514470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514470 is #AEBB8F. Grayscale: #4C4C4C. Windows color (decimal): -11451280 or 7357521. OLE color: 7357521.
HSL color Cylindrical-coordinate representation of color #514470: hue angle of 257.73º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #514470 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 68 | 112 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.56 |
| HSL | 257.73º | 0.24% | 0.35% | - |
| HSV(B) | 257.73º | 0.39% | 0.44% | - |
| XYZ | 8.39 | 7.05 | 16.25 | - |
| YUV | 76.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 112 | 0.28 | 0.39 | 0 | 0.56 | 257.73 | 0.24 | 0.35 |
| Hex | 51 | 44 | 70 | 1C | 27 | 0 | 38 | 102 | 18 | 23 |
| Octal | 121 | 104 | 160 | 34 | 47 | 0 | 70 | 402 | 30 | 43 |
| Binary | 1010001 | 1000100 | 1110000 | 11100 | 100111 | 0 | 111000 | 100000010 | 11000 | 100011 |
Color Harmonies of #514470
Complementary color
Monochromatic Colors of #514470
Black with #514470
Text Example
Text Example
White with #514470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514470; }
p { color: rgb(81,68,112); }
H1.HeaderClassName
{
color: #514470;
}
.AnyTagClassName
{
color: #514470;
}
</style>
background-color css
<style>
a { background-color: #514470; }
a { background-color: rgb(81,68,112); }
div.DivClassName
{
background-color: #514470;
}
.BgClassName
{
background-color: #514470;
}
</style>
border-color css
<style>
span { border-color: #514470; }
span { border-color: rgb(81,68,112); }
td.TdClassName
{
border-color: #514470;
}
.TagClassName
{
border-color: #514470;
}
</style>