Shades of Meteorite #51466C
Tints of Meteorite #51466C
RGB
CMYK
RGB Variations
Color information
#51466C (or 0x51466C) is known color: Meteorite. HEX triplet: 51, 46 and 6C. RGB value is (81,70,108). Sum of RGB (Red+Green+Blue) = 81+70+108=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 108 - color contains mainly: blue. Hex color #51466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51466C is #AEB993. Grayscale: #4D4D4D. Windows color (decimal): -11450772 or 7095889. OLE color: 7095889.
HSL color Cylindrical-coordinate representation of color #51466C: hue angle of 257.37º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #51466C is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 70 | 108 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.58 |
| HSL | 257.37º | 0.21% | 0.35% | - |
| HSV(B) | 257.37º | 0.35% | 0.42% | - |
| XYZ | 8.29 | 7.21 | 15.14 | - |
| YUV | 77.62 | 145.14 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 70 | 108 | 0.25 | 0.35 | 0 | 0.58 | 257.37 | 0.21 | 0.35 |
| Hex | 51 | 46 | 6C | 19 | 23 | 0 | 3A | 101 | 15 | 23 |
| Octal | 121 | 106 | 154 | 31 | 43 | 0 | 72 | 401 | 25 | 43 |
| Binary | 1010001 | 1000110 | 1101100 | 11001 | 100011 | 0 | 111010 | 100000001 | 10101 | 100011 |
Color Harmonies of #51466C
Complementary color
Monochromatic Colors of #51466C
Black with #51466C
Text Example
Text Example
White with #51466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51466C; }
p { color: rgb(81,70,108); }
H1.HeaderClassName
{
color: #51466C;
}
.AnyTagClassName
{
color: #51466C;
}
</style>
background-color css
<style>
a { background-color: #51466C; }
a { background-color: rgb(81,70,108); }
div.DivClassName
{
background-color: #51466C;
}
.BgClassName
{
background-color: #51466C;
}
</style>
border-color css
<style>
span { border-color: #51466C; }
span { border-color: rgb(81,70,108); }
td.TdClassName
{
border-color: #51466C;
}
.TagClassName
{
border-color: #51466C;
}
</style>