Shades of Meteorite #51456D
Tints of Meteorite #51456D
RGB
CMYK
RGB Variations
Color information
#51456D (or 0x51456D) is known color: Meteorite. HEX triplet: 51, 45 and 6D. RGB value is (81,69,109). Sum of RGB (Red+Green+Blue) = 81+69+109=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 109 - color contains mainly: blue. Hex color #51456D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51456D is #AEBA92. Grayscale: #4D4D4D. Windows color (decimal): -11451027 or 7161169. OLE color: 7161169.
HSL color Cylindrical-coordinate representation of color #51456D: hue angle of 258º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #51456D is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 69 | 109 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.57 |
| HSL | 258º | 0.22% | 0.35% | - |
| HSV(B) | 258º | 0.37% | 0.43% | - |
| XYZ | 8.28 | 7.11 | 15.4 | - |
| YUV | 77.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 109 | 0.26 | 0.37 | 0 | 0.57 | 258 | 0.22 | 0.35 |
| Hex | 51 | 45 | 6D | 1A | 25 | 0 | 39 | 102 | 16 | 23 |
| Octal | 121 | 105 | 155 | 32 | 45 | 0 | 71 | 402 | 26 | 43 |
| Binary | 1010001 | 1000101 | 1101101 | 11010 | 100101 | 0 | 111001 | 100000010 | 10110 | 100011 |
Color Harmonies of #51456D
Complementary color
Monochromatic Colors of #51456D
Black with #51456D
Text Example
Text Example
White with #51456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51456D; }
p { color: rgb(81,69,109); }
H1.HeaderClassName
{
color: #51456D;
}
.AnyTagClassName
{
color: #51456D;
}
</style>
background-color css
<style>
a { background-color: #51456D; }
a { background-color: rgb(81,69,109); }
div.DivClassName
{
background-color: #51456D;
}
.BgClassName
{
background-color: #51456D;
}
</style>
border-color css
<style>
span { border-color: #51456D; }
span { border-color: rgb(81,69,109); }
td.TdClassName
{
border-color: #51456D;
}
.TagClassName
{
border-color: #51456D;
}
</style>