Shades of Meteorite #513B73
Tints of Meteorite #513B73
RGB
CMYK
RGB Variations
Color information
#513B73 (or 0x513B73) is known color: Meteorite. HEX triplet: 51, 3B and 73. RGB value is (81,59,115). Sum of RGB (Red+Green+Blue) = 81+59+115=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #513B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513B73 is #AEC48C. Grayscale: #474747. Windows color (decimal): -11453581 or 7551825. OLE color: 7551825.
HSL color Cylindrical-coordinate representation of color #513B73: hue angle of 263.57º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #513B73 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 59 | 115 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.55 |
| HSL | 263.57º | 0.32% | 0.34% | - |
| HSV(B) | 263.57º | 0.49% | 0.45% | - |
| XYZ | 8.05 | 6.12 | 16.98 | - |
| YUV | 71.96 | 152.29 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 115 | 0.30 | 0.49 | 0 | 0.55 | 263.57 | 0.32 | 0.34 |
| Hex | 51 | 3B | 73 | 1E | 31 | 0 | 37 | 108 | 20 | 22 |
| Octal | 121 | 73 | 163 | 36 | 61 | 0 | 67 | 410 | 40 | 42 |
| Binary | 1010001 | 111011 | 1110011 | 11110 | 110001 | 0 | 110111 | 100001000 | 100000 | 100010 |
Color Harmonies of #513B73
Complementary color
Monochromatic Colors of #513B73
Black with #513B73
Text Example
Text Example
White with #513B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513B73; }
p { color: rgb(81,59,115); }
H1.HeaderClassName
{
color: #513B73;
}
.AnyTagClassName
{
color: #513B73;
}
</style>
background-color css
<style>
a { background-color: #513B73; }
a { background-color: rgb(81,59,115); }
div.DivClassName
{
background-color: #513B73;
}
.BgClassName
{
background-color: #513B73;
}
</style>
border-color css
<style>
span { border-color: #513B73; }
span { border-color: rgb(81,59,115); }
td.TdClassName
{
border-color: #513B73;
}
.TagClassName
{
border-color: #513B73;
}
</style>