Shades of Meteorite #51406F
Tints of Meteorite #51406F
RGB
CMYK
RGB Variations
Color information
#51406F (or 0x51406F) is known color: Meteorite. HEX triplet: 51, 40 and 6F. RGB value is (81,64,111). Sum of RGB (Red+Green+Blue) = 81+64+111=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #51406F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51406F is #AEBF90. Grayscale: #4A4A4A. Windows color (decimal): -11452305 or 7290961. OLE color: 7290961.
HSL color Cylindrical-coordinate representation of color #51406F: hue angle of 261.7º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #51406F is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 64 | 111 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.56 |
| HSL | 261.7º | 0.27% | 0.34% | - |
| HSV(B) | 261.7º | 0.42% | 0.44% | - |
| XYZ | 8.1 | 6.56 | 15.88 | - |
| YUV | 74.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 111 | 0.27 | 0.42 | 0 | 0.56 | 261.7 | 0.27 | 0.34 |
| Hex | 51 | 40 | 6F | 1B | 2A | 0 | 38 | 106 | 1B | 22 |
| Octal | 121 | 100 | 157 | 33 | 52 | 0 | 70 | 406 | 33 | 42 |
| Binary | 1010001 | 1000000 | 1101111 | 11011 | 101010 | 0 | 111000 | 100000110 | 11011 | 100010 |
Color Harmonies of #51406F
Complementary color
Monochromatic Colors of #51406F
Black with #51406F
Text Example
Text Example
White with #51406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51406F; }
p { color: rgb(81,64,111); }
H1.HeaderClassName
{
color: #51406F;
}
.AnyTagClassName
{
color: #51406F;
}
</style>
background-color css
<style>
a { background-color: #51406F; }
a { background-color: rgb(81,64,111); }
div.DivClassName
{
background-color: #51406F;
}
.BgClassName
{
background-color: #51406F;
}
</style>
border-color css
<style>
span { border-color: #51406F; }
span { border-color: rgb(81,64,111); }
td.TdClassName
{
border-color: #51406F;
}
.TagClassName
{
border-color: #51406F;
}
</style>