Shades of Meteorite #513F70
Tints of Meteorite #513F70
RGB
CMYK
RGB Variations
Color information
#513F70 (or 0x513F70) is known color: Meteorite. HEX triplet: 51, 3F and 70. RGB value is (81,63,112). Sum of RGB (Red+Green+Blue) = 81+63+112=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #513F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513F70 is #AEC08F. Grayscale: #494949. Windows color (decimal): -11452560 or 7356241. OLE color: 7356241.
HSL color Cylindrical-coordinate representation of color #513F70: hue angle of 262.04º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #513F70 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 63 | 112 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.56 |
| HSL | 262.04º | 0.28% | 0.34% | - |
| HSV(B) | 262.04º | 0.44% | 0.44% | - |
| XYZ | 8.1 | 6.47 | 16.15 | - |
| YUV | 73.97 | 149.46 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 112 | 0.28 | 0.44 | 0 | 0.56 | 262.04 | 0.28 | 0.34 |
| Hex | 51 | 3F | 70 | 1C | 2C | 0 | 38 | 106 | 1C | 22 |
| Octal | 121 | 77 | 160 | 34 | 54 | 0 | 70 | 406 | 34 | 42 |
| Binary | 1010001 | 111111 | 1110000 | 11100 | 101100 | 0 | 111000 | 100000110 | 11100 | 100010 |
Color Harmonies of #513F70
Complementary color
Monochromatic Colors of #513F70
Black with #513F70
Text Example
Text Example
White with #513F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F70; }
p { color: rgb(81,63,112); }
H1.HeaderClassName
{
color: #513F70;
}
.AnyTagClassName
{
color: #513F70;
}
</style>
background-color css
<style>
a { background-color: #513F70; }
a { background-color: rgb(81,63,112); }
div.DivClassName
{
background-color: #513F70;
}
.BgClassName
{
background-color: #513F70;
}
</style>
border-color css
<style>
span { border-color: #513F70; }
span { border-color: rgb(81,63,112); }
td.TdClassName
{
border-color: #513F70;
}
.TagClassName
{
border-color: #513F70;
}
</style>