Shades of Meteorite #513E70
Tints of Meteorite #513E70
RGB
CMYK
RGB Variations
Color information
#513E70 (or 0x513E70) is known color: Meteorite. HEX triplet: 51, 3E and 70. RGB value is (81,62,112). Sum of RGB (Red+Green+Blue) = 81+62+112=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #513E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513E70 is #AEC18F. Grayscale: #494949. Windows color (decimal): -11452816 or 7355985. OLE color: 7355985.
HSL color Cylindrical-coordinate representation of color #513E70: hue angle of 262.8º 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 #513E70 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 62 | 112 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.56 |
| HSL | 262.8º | 0.29% | 0.34% | - |
| HSV(B) | 262.8º | 0.45% | 0.44% | - |
| XYZ | 8.04 | 6.36 | 16.13 | - |
| YUV | 73.38 | 149.79 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 62 | 112 | 0.28 | 0.45 | 0 | 0.56 | 262.8 | 0.29 | 0.34 |
| Hex | 51 | 3E | 70 | 1C | 2D | 0 | 38 | 107 | 1D | 22 |
| Octal | 121 | 76 | 160 | 34 | 55 | 0 | 70 | 407 | 35 | 42 |
| Binary | 1010001 | 111110 | 1110000 | 11100 | 101101 | 0 | 111000 | 100000111 | 11101 | 100010 |
Color Harmonies of #513E70
Complementary color
Monochromatic Colors of #513E70
Black with #513E70
Text Example
Text Example
White with #513E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513E70; }
p { color: rgb(81,62,112); }
H1.HeaderClassName
{
color: #513E70;
}
.AnyTagClassName
{
color: #513E70;
}
</style>
background-color css
<style>
a { background-color: #513E70; }
a { background-color: rgb(81,62,112); }
div.DivClassName
{
background-color: #513E70;
}
.BgClassName
{
background-color: #513E70;
}
</style>
border-color css
<style>
span { border-color: #513E70; }
span { border-color: rgb(81,62,112); }
td.TdClassName
{
border-color: #513E70;
}
.TagClassName
{
border-color: #513E70;
}
</style>