Shades of Meteorite #514172
Tints of Meteorite #514172
RGB
CMYK
RGB Variations
Color information
#514172 (or 0x514172) is known color: Meteorite. HEX triplet: 51, 41 and 72. RGB value is (81,65,114). Sum of RGB (Red+Green+Blue) = 81+65+114=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #514172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514172 is #AEBE8D. Grayscale: #4B4B4B. Windows color (decimal): -11452046 or 7487825. OLE color: 7487825.
HSL color Cylindrical-coordinate representation of color #514172: hue angle of 259.59º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #514172 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 65 | 114 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.55 |
| HSL | 259.59º | 0.27% | 0.35% | - |
| HSV(B) | 259.59º | 0.43% | 0.45% | - |
| XYZ | 8.32 | 6.74 | 16.78 | - |
| YUV | 75.37 | 149.8 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 114 | 0.29 | 0.43 | 0 | 0.55 | 259.59 | 0.27 | 0.35 |
| Hex | 51 | 41 | 72 | 1D | 2B | 0 | 37 | 104 | 1B | 23 |
| Octal | 121 | 101 | 162 | 35 | 53 | 0 | 67 | 404 | 33 | 43 |
| Binary | 1010001 | 1000001 | 1110010 | 11101 | 101011 | 0 | 110111 | 100000100 | 11011 | 100011 |
Color Harmonies of #514172
Complementary color
Monochromatic Colors of #514172
Black with #514172
Text Example
Text Example
White with #514172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514172; }
p { color: rgb(81,65,114); }
H1.HeaderClassName
{
color: #514172;
}
.AnyTagClassName
{
color: #514172;
}
</style>
background-color css
<style>
a { background-color: #514172; }
a { background-color: rgb(81,65,114); }
div.DivClassName
{
background-color: #514172;
}
.BgClassName
{
background-color: #514172;
}
</style>
border-color css
<style>
span { border-color: #514172; }
span { border-color: rgb(81,65,114); }
td.TdClassName
{
border-color: #514172;
}
.TagClassName
{
border-color: #514172;
}
</style>