Shades of Meteorite #51496E
Tints of Meteorite #51496E
RGB
CMYK
RGB Variations
Color information
#51496E (or 0x51496E) is known color: Meteorite. HEX triplet: 51, 49 and 6E. RGB value is (81,73,110). Sum of RGB (Red+Green+Blue) = 81+73+110=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 110 - color contains mainly: blue. Hex color #51496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51496E is #AEB691. Grayscale: #4F4F4F. Windows color (decimal): -11450002 or 7227729. OLE color: 7227729.
HSL color Cylindrical-coordinate representation of color #51496E: hue angle of 252.97º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #51496E is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 73 | 110 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.57 |
| HSL | 252.97º | 0.2% | 0.36% | - |
| HSV(B) | 252.97º | 0.34% | 0.43% | - |
| XYZ | 8.59 | 7.64 | 15.77 | - |
| YUV | 79.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 73 | 110 | 0.26 | 0.34 | 0 | 0.57 | 252.97 | 0.2 | 0.36 |
| Hex | 51 | 49 | 6E | 1A | 22 | 0 | 39 | FD | 14 | 24 |
| Octal | 121 | 111 | 156 | 32 | 42 | 0 | 71 | 375 | 24 | 44 |
| Binary | 1010001 | 1001001 | 1101110 | 11010 | 100010 | 0 | 111001 | 11111101 | 10100 | 100100 |
Color Harmonies of #51496E
Complementary color
Monochromatic Colors of #51496E
Black with #51496E
Text Example
Text Example
White with #51496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51496E; }
p { color: rgb(81,73,110); }
H1.HeaderClassName
{
color: #51496E;
}
.AnyTagClassName
{
color: #51496E;
}
</style>
background-color css
<style>
a { background-color: #51496E; }
a { background-color: rgb(81,73,110); }
div.DivClassName
{
background-color: #51496E;
}
.BgClassName
{
background-color: #51496E;
}
</style>
border-color css
<style>
span { border-color: #51496E; }
span { border-color: rgb(81,73,110); }
td.TdClassName
{
border-color: #51496E;
}
.TagClassName
{
border-color: #51496E;
}
</style>