Shades of Meteorite #513E71
Tints of Meteorite #513E71
RGB
CMYK
RGB Variations
Color information
#513E71 (or 0x513E71) is known color: Meteorite. HEX triplet: 51, 3E and 71. RGB value is (81,62,113). Sum of RGB (Red+Green+Blue) = 81+62+113=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #513E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513E71 is #AEC18E. Grayscale: #494949. Windows color (decimal): -11452815 or 7421521. OLE color: 7421521.
HSL color Cylindrical-coordinate representation of color #513E71: hue angle of 262.35º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #513E71 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 62 | 113 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.56 |
| HSL | 262.35º | 0.29% | 0.34% | - |
| HSV(B) | 262.35º | 0.45% | 0.44% | - |
| XYZ | 8.1 | 6.39 | 16.43 | - |
| YUV | 73.5 | 150.29 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 62 | 113 | 0.28 | 0.45 | 0 | 0.56 | 262.35 | 0.29 | 0.34 |
| Hex | 51 | 3E | 71 | 1C | 2D | 0 | 38 | 106 | 1D | 22 |
| Octal | 121 | 76 | 161 | 34 | 55 | 0 | 70 | 406 | 35 | 42 |
| Binary | 1010001 | 111110 | 1110001 | 11100 | 101101 | 0 | 111000 | 100000110 | 11101 | 100010 |
Color Harmonies of #513E71
Complementary color
Monochromatic Colors of #513E71
Black with #513E71
Text Example
Text Example
White with #513E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513E71; }
p { color: rgb(81,62,113); }
H1.HeaderClassName
{
color: #513E71;
}
.AnyTagClassName
{
color: #513E71;
}
</style>
background-color css
<style>
a { background-color: #513E71; }
a { background-color: rgb(81,62,113); }
div.DivClassName
{
background-color: #513E71;
}
.BgClassName
{
background-color: #513E71;
}
</style>
border-color css
<style>
span { border-color: #513E71; }
span { border-color: rgb(81,62,113); }
td.TdClassName
{
border-color: #513E71;
}
.TagClassName
{
border-color: #513E71;
}
</style>