Shades of Meteorite #514372
Tints of Meteorite #514372
RGB
CMYK
RGB Variations
Color information
#514372 (or 0x514372) is known color: Meteorite. HEX triplet: 51, 43 and 72. RGB value is (81,67,114). Sum of RGB (Red+Green+Blue) = 81+67+114=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #514372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514372 is #AEBC8D. Grayscale: #4C4C4C. Windows color (decimal): -11451534 or 7488337. OLE color: 7488337.
HSL color Cylindrical-coordinate representation of color #514372: hue angle of 257.87º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #514372 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 67 | 114 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.55 |
| HSL | 257.87º | 0.26% | 0.35% | - |
| HSV(B) | 257.87º | 0.41% | 0.45% | - |
| XYZ | 8.44 | 6.98 | 16.82 | - |
| YUV | 76.54 | 149.14 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 114 | 0.29 | 0.41 | 0 | 0.55 | 257.87 | 0.26 | 0.35 |
| Hex | 51 | 43 | 72 | 1D | 29 | 0 | 37 | 102 | 1A | 23 |
| Octal | 121 | 103 | 162 | 35 | 51 | 0 | 67 | 402 | 32 | 43 |
| Binary | 1010001 | 1000011 | 1110010 | 11101 | 101001 | 0 | 110111 | 100000010 | 11010 | 100011 |
Color Harmonies of #514372
Complementary color
Monochromatic Colors of #514372
Black with #514372
Text Example
Text Example
White with #514372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514372; }
p { color: rgb(81,67,114); }
H1.HeaderClassName
{
color: #514372;
}
.AnyTagClassName
{
color: #514372;
}
</style>
background-color css
<style>
a { background-color: #514372; }
a { background-color: rgb(81,67,114); }
div.DivClassName
{
background-color: #514372;
}
.BgClassName
{
background-color: #514372;
}
</style>
border-color css
<style>
span { border-color: #514372; }
span { border-color: rgb(81,67,114); }
td.TdClassName
{
border-color: #514372;
}
.TagClassName
{
border-color: #514372;
}
</style>