Shades of Meteorite #513E67
Tints of Meteorite #513E67
RGB
CMYK
RGB Variations
Color information
#513E67 (or 0x513E67) is known color: Meteorite. HEX triplet: 51, 3E and 67. RGB value is (81,62,103). Sum of RGB (Red+Green+Blue) = 81+62+103=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 103 - color contains mainly: blue. Hex color #513E67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513E67 is #AEC198. Grayscale: #484848. Windows color (decimal): -11452825 or 6766161. OLE color: 6766161.
HSL color Cylindrical-coordinate representation of color #513E67: hue angle of 267.8º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #513E67 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 62 | 103 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.60 |
| HSL | 267.8º | 0.25% | 0.32% | - |
| HSV(B) | 267.8º | 0.4% | 0.4% | - |
| XYZ | 7.56 | 6.17 | 13.62 | - |
| YUV | 72.36 | 145.29 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 62 | 103 | 0.21 | 0.40 | 0 | 0.60 | 267.8 | 0.25 | 0.32 |
| Hex | 51 | 3E | 67 | 15 | 28 | 0 | 3C | 10C | 19 | 20 |
| Octal | 121 | 76 | 147 | 25 | 50 | 0 | 74 | 414 | 31 | 40 |
| Binary | 1010001 | 111110 | 1100111 | 10101 | 101000 | 0 | 111100 | 100001100 | 11001 | 100000 |
Color Harmonies of #513E67
Complementary color
Monochromatic Colors of #513E67
Black with #513E67
Text Example
Text Example
White with #513E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513E67; }
p { color: rgb(81,62,103); }
H1.HeaderClassName
{
color: #513E67;
}
.AnyTagClassName
{
color: #513E67;
}
</style>
background-color css
<style>
a { background-color: #513E67; }
a { background-color: rgb(81,62,103); }
div.DivClassName
{
background-color: #513E67;
}
.BgClassName
{
background-color: #513E67;
}
</style>
border-color css
<style>
span { border-color: #513E67; }
span { border-color: rgb(81,62,103); }
td.TdClassName
{
border-color: #513E67;
}
.TagClassName
{
border-color: #513E67;
}
</style>