Shades of Meteorite #514171
Tints of Meteorite #514171
RGB
CMYK
RGB Variations
Color information
#514171 (or 0x514171) is known color: Meteorite. HEX triplet: 51, 41 and 71. RGB value is (81,65,113). Sum of RGB (Red+Green+Blue) = 81+65+113=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #514171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514171 is #AEBE8E. Grayscale: #4B4B4B. Windows color (decimal): -11452047 or 7422289. OLE color: 7422289.
HSL color Cylindrical-coordinate representation of color #514171: hue angle of 260º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #514171 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 65 | 113 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.56 |
| HSL | 260º | 0.27% | 0.35% | - |
| HSV(B) | 260º | 0.42% | 0.44% | - |
| XYZ | 8.26 | 6.72 | 16.48 | - |
| YUV | 75.26 | 149.3 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 113 | 0.28 | 0.42 | 0 | 0.56 | 260 | 0.27 | 0.35 |
| Hex | 51 | 41 | 71 | 1C | 2A | 0 | 38 | 104 | 1B | 23 |
| Octal | 121 | 101 | 161 | 34 | 52 | 0 | 70 | 404 | 33 | 43 |
| Binary | 1010001 | 1000001 | 1110001 | 11100 | 101010 | 0 | 111000 | 100000100 | 11011 | 100011 |
Color Harmonies of #514171
Complementary color
Monochromatic Colors of #514171
Black with #514171
Text Example
Text Example
White with #514171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514171; }
p { color: rgb(81,65,113); }
H1.HeaderClassName
{
color: #514171;
}
.AnyTagClassName
{
color: #514171;
}
</style>
background-color css
<style>
a { background-color: #514171; }
a { background-color: rgb(81,65,113); }
div.DivClassName
{
background-color: #514171;
}
.BgClassName
{
background-color: #514171;
}
</style>
border-color css
<style>
span { border-color: #514171; }
span { border-color: rgb(81,65,113); }
td.TdClassName
{
border-color: #514171;
}
.TagClassName
{
border-color: #514171;
}
</style>