Shades of Meteorite #51416D
Tints of Meteorite #51416D
RGB
CMYK
RGB Variations
Color information
#51416D (or 0x51416D) is known color: Meteorite. HEX triplet: 51, 41 and 6D. RGB value is (81,65,109). Sum of RGB (Red+Green+Blue) = 81+65+109=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 109 - color contains mainly: blue. Hex color #51416D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51416D is #AEBE92. Grayscale: #4A4A4A. Windows color (decimal): -11452051 or 7160145. OLE color: 7160145.
HSL color Cylindrical-coordinate representation of color #51416D: hue angle of 261.82º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #51416D is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 65 | 109 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.57 |
| HSL | 261.82º | 0.25% | 0.34% | - |
| HSV(B) | 261.82º | 0.4% | 0.43% | - |
| XYZ | 8.04 | 6.63 | 15.32 | - |
| YUV | 74.8 | 147.3 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 109 | 0.26 | 0.40 | 0 | 0.57 | 261.82 | 0.25 | 0.34 |
| Hex | 51 | 41 | 6D | 1A | 28 | 0 | 39 | 106 | 19 | 22 |
| Octal | 121 | 101 | 155 | 32 | 50 | 0 | 71 | 406 | 31 | 42 |
| Binary | 1010001 | 1000001 | 1101101 | 11010 | 101000 | 0 | 111001 | 100000110 | 11001 | 100010 |
Color Harmonies of #51416D
Complementary color
Monochromatic Colors of #51416D
Black with #51416D
Text Example
Text Example
White with #51416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51416D; }
p { color: rgb(81,65,109); }
H1.HeaderClassName
{
color: #51416D;
}
.AnyTagClassName
{
color: #51416D;
}
</style>
background-color css
<style>
a { background-color: #51416D; }
a { background-color: rgb(81,65,109); }
div.DivClassName
{
background-color: #51416D;
}
.BgClassName
{
background-color: #51416D;
}
</style>
border-color css
<style>
span { border-color: #51416D; }
span { border-color: rgb(81,65,109); }
td.TdClassName
{
border-color: #51416D;
}
.TagClassName
{
border-color: #51416D;
}
</style>