Shades of Meteorite #51466D
Tints of Meteorite #51466D
RGB
CMYK
RGB Variations
Color information
#51466D (or 0x51466D) is known color: Meteorite. HEX triplet: 51, 46 and 6D. RGB value is (81,70,109). Sum of RGB (Red+Green+Blue) = 81+70+109=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 109 - color contains mainly: blue. Hex color #51466D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51466D is #AEB992. Grayscale: #4D4D4D. Windows color (decimal): -11450771 or 7161425. OLE color: 7161425.
HSL color Cylindrical-coordinate representation of color #51466D: hue angle of 256.92º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #51466D is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 70 | 109 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.57 |
| HSL | 256.92º | 0.22% | 0.35% | - |
| HSV(B) | 256.92º | 0.36% | 0.43% | - |
| XYZ | 8.34 | 7.23 | 15.42 | - |
| YUV | 77.74 | 145.64 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 70 | 109 | 0.26 | 0.36 | 0 | 0.57 | 256.92 | 0.22 | 0.35 |
| Hex | 51 | 46 | 6D | 1A | 24 | 0 | 39 | 101 | 16 | 23 |
| Octal | 121 | 106 | 155 | 32 | 44 | 0 | 71 | 401 | 26 | 43 |
| Binary | 1010001 | 1000110 | 1101101 | 11010 | 100100 | 0 | 111001 | 100000001 | 10110 | 100011 |
Color Harmonies of #51466D
Complementary color
Monochromatic Colors of #51466D
Black with #51466D
Text Example
Text Example
White with #51466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51466D; }
p { color: rgb(81,70,109); }
H1.HeaderClassName
{
color: #51466D;
}
.AnyTagClassName
{
color: #51466D;
}
</style>
background-color css
<style>
a { background-color: #51466D; }
a { background-color: rgb(81,70,109); }
div.DivClassName
{
background-color: #51466D;
}
.BgClassName
{
background-color: #51466D;
}
</style>
border-color css
<style>
span { border-color: #51466D; }
span { border-color: rgb(81,70,109); }
td.TdClassName
{
border-color: #51466D;
}
.TagClassName
{
border-color: #51466D;
}
</style>