Shades of Meteorite #513F71
Tints of Meteorite #513F71
RGB
CMYK
RGB Variations
Color information
#513F71 (or 0x513F71) is known color: Meteorite. HEX triplet: 51, 3F and 71. RGB value is (81,63,113). Sum of RGB (Red+Green+Blue) = 81+63+113=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #513F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513F71 is #AEC08E. Grayscale: #494949. Windows color (decimal): -11452559 or 7421777. OLE color: 7421777.
HSL color Cylindrical-coordinate representation of color #513F71: hue angle of 261.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #513F71 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 63 | 113 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.56 |
| HSL | 261.6º | 0.28% | 0.35% | - |
| HSV(B) | 261.6º | 0.44% | 0.44% | - |
| XYZ | 8.15 | 6.5 | 16.45 | - |
| YUV | 74.08 | 149.96 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 113 | 0.28 | 0.44 | 0 | 0.56 | 261.6 | 0.28 | 0.35 |
| Hex | 51 | 3F | 71 | 1C | 2C | 0 | 38 | 106 | 1C | 23 |
| Octal | 121 | 77 | 161 | 34 | 54 | 0 | 70 | 406 | 34 | 43 |
| Binary | 1010001 | 111111 | 1110001 | 11100 | 101100 | 0 | 111000 | 100000110 | 11100 | 100011 |
Color Harmonies of #513F71
Complementary color
Monochromatic Colors of #513F71
Black with #513F71
Text Example
Text Example
White with #513F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F71; }
p { color: rgb(81,63,113); }
H1.HeaderClassName
{
color: #513F71;
}
.AnyTagClassName
{
color: #513F71;
}
</style>
background-color css
<style>
a { background-color: #513F71; }
a { background-color: rgb(81,63,113); }
div.DivClassName
{
background-color: #513F71;
}
.BgClassName
{
background-color: #513F71;
}
</style>
border-color css
<style>
span { border-color: #513F71; }
span { border-color: rgb(81,63,113); }
td.TdClassName
{
border-color: #513F71;
}
.TagClassName
{
border-color: #513F71;
}
</style>