Shades of Meteorite #51496C
Tints of Meteorite #51496C
RGB
CMYK
RGB Variations
Color information
#51496C (or 0x51496C) is known color: Meteorite. HEX triplet: 51, 49 and 6C. RGB value is (81,73,108). Sum of RGB (Red+Green+Blue) = 81+73+108=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 108 - color contains mainly: blue. Hex color #51496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51496C is #AEB693. Grayscale: #4F4F4F. Windows color (decimal): -11450004 or 7096657. OLE color: 7096657.
HSL color Cylindrical-coordinate representation of color #51496C: hue angle of 253.71º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #51496C is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 73 | 108 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.58 |
| HSL | 253.71º | 0.19% | 0.35% | - |
| HSV(B) | 253.71º | 0.32% | 0.42% | - |
| XYZ | 8.48 | 7.6 | 15.21 | - |
| YUV | 79.38 | 144.15 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 73 | 108 | 0.25 | 0.32 | 0 | 0.58 | 253.71 | 0.19 | 0.35 |
| Hex | 51 | 49 | 6C | 19 | 20 | 0 | 3A | FE | 13 | 23 |
| Octal | 121 | 111 | 154 | 31 | 40 | 0 | 72 | 376 | 23 | 43 |
| Binary | 1010001 | 1001001 | 1101100 | 11001 | 100000 | 0 | 111010 | 11111110 | 10011 | 100011 |
Color Harmonies of #51496C
Complementary color
Monochromatic Colors of #51496C
Black with #51496C
Text Example
Text Example
White with #51496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51496C; }
p { color: rgb(81,73,108); }
H1.HeaderClassName
{
color: #51496C;
}
.AnyTagClassName
{
color: #51496C;
}
</style>
background-color css
<style>
a { background-color: #51496C; }
a { background-color: rgb(81,73,108); }
div.DivClassName
{
background-color: #51496C;
}
.BgClassName
{
background-color: #51496C;
}
</style>
border-color css
<style>
span { border-color: #51496C; }
span { border-color: rgb(81,73,108); }
td.TdClassName
{
border-color: #51496C;
}
.TagClassName
{
border-color: #51496C;
}
</style>