Shades of Meteorite #51446D
Tints of Meteorite #51446D
RGB
CMYK
RGB Variations
Color information
#51446D (or 0x51446D) is known color: Meteorite. HEX triplet: 51, 44 and 6D. RGB value is (81,68,109). Sum of RGB (Red+Green+Blue) = 81+68+109=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 109 - color contains mainly: blue. Hex color #51446D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51446D is #AEBB92. Grayscale: #4C4C4C. Windows color (decimal): -11451283 or 7160913. OLE color: 7160913.
HSL color Cylindrical-coordinate representation of color #51446D: hue angle of 259.02º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #51446D is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 68 | 109 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.57 |
| HSL | 259.02º | 0.23% | 0.35% | - |
| HSV(B) | 259.02º | 0.38% | 0.43% | - |
| XYZ | 8.22 | 6.99 | 15.38 | - |
| YUV | 76.56 | 146.31 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 109 | 0.26 | 0.38 | 0 | 0.57 | 259.02 | 0.23 | 0.35 |
| Hex | 51 | 44 | 6D | 1A | 26 | 0 | 39 | 103 | 17 | 23 |
| Octal | 121 | 104 | 155 | 32 | 46 | 0 | 71 | 403 | 27 | 43 |
| Binary | 1010001 | 1000100 | 1101101 | 11010 | 100110 | 0 | 111001 | 100000011 | 10111 | 100011 |
Color Harmonies of #51446D
Complementary color
Monochromatic Colors of #51446D
Black with #51446D
Text Example
Text Example
White with #51446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51446D; }
p { color: rgb(81,68,109); }
H1.HeaderClassName
{
color: #51446D;
}
.AnyTagClassName
{
color: #51446D;
}
</style>
background-color css
<style>
a { background-color: #51446D; }
a { background-color: rgb(81,68,109); }
div.DivClassName
{
background-color: #51446D;
}
.BgClassName
{
background-color: #51446D;
}
</style>
border-color css
<style>
span { border-color: #51446D; }
span { border-color: rgb(81,68,109); }
td.TdClassName
{
border-color: #51446D;
}
.TagClassName
{
border-color: #51446D;
}
</style>