Shades of Meteorite #513E66
Tints of Meteorite #513E66
RGB
CMYK
RGB Variations
Color information
#513E66 (or 0x513E66) is known color: Meteorite. HEX triplet: 51, 3E and 66. RGB value is (81,62,102). Sum of RGB (Red+Green+Blue) = 81+62+102=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 102 - color contains mainly: blue. Hex color #513E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513E66 is #AEC199. Grayscale: #484848. Windows color (decimal): -11452826 or 6700625. OLE color: 6700625.
HSL color Cylindrical-coordinate representation of color #513E66: hue angle of 268.5º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #513E66 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 81 | 62 | 102 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.6 |
| HSL | 268.5º | 0.24% | 0.32% | - |
| HSV(B) | 268.5º | 0.39% | 0.4% | - |
| XYZ | 7.51 | 6.15 | 13.36 | - |
| YUV | 72.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 62 | 102 | 0.21 | 0.39 | 0 | 0.6 | 268.5 | 0.24 | 0.32 |
| Hex | 51 | 3E | 66 | 15 | 27 | 0 | 3C | 10C | 18 | 20 |
| Octal | 121 | 76 | 146 | 25 | 47 | 0 | 74 | 414 | 30 | 40 |
| Binary | 1010001 | 111110 | 1100110 | 10101 | 100111 | 0 | 111100 | 100001100 | 11000 | 100000 |
Color Harmonies of #513E66
Complementary color
Monochromatic Colors of #513E66
Black with #513E66
Text Example
Text Example
White with #513E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513E66; }
p { color: rgb(81,62,102); }
H1.HeaderClassName
{
color: #513E66;
}
.AnyTagClassName
{
color: #513E66;
}
</style>
background-color css
<style>
a { background-color: #513E66; }
a { background-color: rgb(81,62,102); }
div.DivClassName
{
background-color: #513E66;
}
.BgClassName
{
background-color: #513E66;
}
</style>
border-color css
<style>
span { border-color: #513E66; }
span { border-color: rgb(81,62,102); }
td.TdClassName
{
border-color: #513E66;
}
.TagClassName
{
border-color: #513E66;
}
</style>