Shades of Meteorite #513F67
Tints of Meteorite #513F67
RGB
CMYK
RGB Variations
Color information
#513F67 (or 0x513F67) is known color: Meteorite. HEX triplet: 51, 3F and 67. RGB value is (81,63,103). Sum of RGB (Red+Green+Blue) = 81+63+103=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 103 - color contains mainly: blue. Hex color #513F67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513F67 is #AEC098. Grayscale: #484848. Windows color (decimal): -11452569 or 6766417. OLE color: 6766417.
HSL color Cylindrical-coordinate representation of color #513F67: hue angle of 267º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #513F67 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 63 | 103 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.60 |
| HSL | 267º | 0.24% | 0.33% | - |
| HSV(B) | 267º | 0.39% | 0.4% | - |
| XYZ | 7.62 | 6.28 | 13.64 | - |
| YUV | 72.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 103 | 0.21 | 0.39 | 0 | 0.60 | 267 | 0.24 | 0.33 |
| Hex | 51 | 3F | 67 | 15 | 27 | 0 | 3C | 10B | 18 | 21 |
| Octal | 121 | 77 | 147 | 25 | 47 | 0 | 74 | 413 | 30 | 41 |
| Binary | 1010001 | 111111 | 1100111 | 10101 | 100111 | 0 | 111100 | 100001011 | 11000 | 100001 |
Color Harmonies of #513F67
Complementary color
Monochromatic Colors of #513F67
Black with #513F67
Text Example
Text Example
White with #513F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F67; }
p { color: rgb(81,63,103); }
H1.HeaderClassName
{
color: #513F67;
}
.AnyTagClassName
{
color: #513F67;
}
</style>
background-color css
<style>
a { background-color: #513F67; }
a { background-color: rgb(81,63,103); }
div.DivClassName
{
background-color: #513F67;
}
.BgClassName
{
background-color: #513F67;
}
</style>
border-color css
<style>
span { border-color: #513F67; }
span { border-color: rgb(81,63,103); }
td.TdClassName
{
border-color: #513F67;
}
.TagClassName
{
border-color: #513F67;
}
</style>