Shades of Meteorite #513F76
Tints of Meteorite #513F76
RGB
CMYK
RGB Variations
Color information
#513F76 (or 0x513F76) is known color: Meteorite. HEX triplet: 51, 3F and 76. RGB value is (81,63,118). Sum of RGB (Red+Green+Blue) = 81+63+118=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #513F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513F76 is #AEC089. Grayscale: #4A4A4A. Windows color (decimal): -11452554 or 7749457. OLE color: 7749457.
HSL color Cylindrical-coordinate representation of color #513F76: hue angle of 259.64º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #513F76 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 81 | 63 | 118 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.54 |
| HSL | 259.64º | 0.3% | 0.35% | - |
| HSV(B) | 259.64º | 0.47% | 0.46% | - |
| XYZ | 8.44 | 6.61 | 17.97 | - |
| YUV | 74.65 | 152.46 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 118 | 0.31 | 0.47 | 0 | 0.54 | 259.64 | 0.3 | 0.35 |
| Hex | 51 | 3F | 76 | 1F | 2F | 0 | 36 | 104 | 1E | 23 |
| Octal | 121 | 77 | 166 | 37 | 57 | 0 | 66 | 404 | 36 | 43 |
| Binary | 1010001 | 111111 | 1110110 | 11111 | 101111 | 0 | 110110 | 100000100 | 11110 | 100011 |
Color Harmonies of #513F76
Complementary color
Monochromatic Colors of #513F76
Black with #513F76
Text Example
Text Example
White with #513F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F76; }
p { color: rgb(81,63,118); }
H1.HeaderClassName
{
color: #513F76;
}
.AnyTagClassName
{
color: #513F76;
}
</style>
background-color css
<style>
a { background-color: #513F76; }
a { background-color: rgb(81,63,118); }
div.DivClassName
{
background-color: #513F76;
}
.BgClassName
{
background-color: #513F76;
}
</style>
border-color css
<style>
span { border-color: #513F76; }
span { border-color: rgb(81,63,118); }
td.TdClassName
{
border-color: #513F76;
}
.TagClassName
{
border-color: #513F76;
}
</style>