Shades of Meteorite #51466E
Tints of Meteorite #51466E
RGB
CMYK
RGB Variations
Color information
#51466E (or 0x51466E) is known color: Meteorite. HEX triplet: 51, 46 and 6E. RGB value is (81,70,110). Sum of RGB (Red+Green+Blue) = 81+70+110=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 110 - color contains mainly: blue. Hex color #51466E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51466E is #AEB991. Grayscale: #4D4D4D. Windows color (decimal): -11450770 or 7226961. OLE color: 7226961.
HSL color Cylindrical-coordinate representation of color #51466E: hue angle of 256.5º 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 #51466E is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 70 | 110 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.57 |
| HSL | 256.5º | 0.22% | 0.35% | - |
| HSV(B) | 256.5º | 0.36% | 0.43% | - |
| XYZ | 8.4 | 7.26 | 15.71 | - |
| YUV | 77.85 | 146.14 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 70 | 110 | 0.26 | 0.36 | 0 | 0.57 | 256.5 | 0.22 | 0.35 |
| Hex | 51 | 46 | 6E | 1A | 24 | 0 | 39 | 100 | 16 | 23 |
| Octal | 121 | 106 | 156 | 32 | 44 | 0 | 71 | 400 | 26 | 43 |
| Binary | 1010001 | 1000110 | 1101110 | 11010 | 100100 | 0 | 111001 | 100000000 | 10110 | 100011 |
Color Harmonies of #51466E
Complementary color
Monochromatic Colors of #51466E
Black with #51466E
Text Example
Text Example
White with #51466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51466E; }
p { color: rgb(81,70,110); }
H1.HeaderClassName
{
color: #51466E;
}
.AnyTagClassName
{
color: #51466E;
}
</style>
background-color css
<style>
a { background-color: #51466E; }
a { background-color: rgb(81,70,110); }
div.DivClassName
{
background-color: #51466E;
}
.BgClassName
{
background-color: #51466E;
}
</style>
border-color css
<style>
span { border-color: #51466E; }
span { border-color: rgb(81,70,110); }
td.TdClassName
{
border-color: #51466E;
}
.TagClassName
{
border-color: #51466E;
}
</style>