Shades of Meteorite #514077
Tints of Meteorite #514077
RGB
CMYK
RGB Variations
Color information
#514077 (or 0x514077) is known color: Meteorite. HEX triplet: 51, 40 and 77. RGB value is (81,64,119). Sum of RGB (Red+Green+Blue) = 81+64+119=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #514077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514077 is #AEBF88. Grayscale: #4B4B4B. Windows color (decimal): -11452297 or 7815249. OLE color: 7815249.
HSL color Cylindrical-coordinate representation of color #514077: hue angle of 258.55º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #514077 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 64 | 119 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.53 |
| HSL | 258.55º | 0.3% | 0.36% | - |
| HSV(B) | 258.55º | 0.46% | 0.47% | - |
| XYZ | 8.56 | 6.75 | 18.3 | - |
| YUV | 75.35 | 152.63 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 119 | 0.32 | 0.46 | 0 | 0.53 | 258.55 | 0.3 | 0.36 |
| Hex | 51 | 40 | 77 | 20 | 2E | 0 | 35 | 103 | 1E | 24 |
| Octal | 121 | 100 | 167 | 40 | 56 | 0 | 65 | 403 | 36 | 44 |
| Binary | 1010001 | 1000000 | 1110111 | 100000 | 101110 | 0 | 110101 | 100000011 | 11110 | 100100 |
Color Harmonies of #514077
Complementary color
Monochromatic Colors of #514077
Black with #514077
Text Example
Text Example
White with #514077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514077; }
p { color: rgb(81,64,119); }
H1.HeaderClassName
{
color: #514077;
}
.AnyTagClassName
{
color: #514077;
}
</style>
background-color css
<style>
a { background-color: #514077; }
a { background-color: rgb(81,64,119); }
div.DivClassName
{
background-color: #514077;
}
.BgClassName
{
background-color: #514077;
}
</style>
border-color css
<style>
span { border-color: #514077; }
span { border-color: rgb(81,64,119); }
td.TdClassName
{
border-color: #514077;
}
.TagClassName
{
border-color: #514077;
}
</style>