Shades of Meteorite #514173
Tints of Meteorite #514173
RGB
CMYK
RGB Variations
Color information
#514173 (or 0x514173) is known color: Meteorite. HEX triplet: 51, 41 and 73. RGB value is (81,65,115). Sum of RGB (Red+Green+Blue) = 81+65+115=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #514173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514173 is #AEBE8C. Grayscale: #4B4B4B. Windows color (decimal): -11452045 or 7553361. OLE color: 7553361.
HSL color Cylindrical-coordinate representation of color #514173: hue angle of 259.2º degrees, saturation: 0.28, 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 #514173 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 65 | 115 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.55 |
| HSL | 259.2º | 0.28% | 0.35% | - |
| HSV(B) | 259.2º | 0.43% | 0.45% | - |
| XYZ | 8.38 | 6.77 | 17.08 | - |
| YUV | 75.48 | 150.3 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 115 | 0.30 | 0.43 | 0 | 0.55 | 259.2 | 0.28 | 0.35 |
| Hex | 51 | 41 | 73 | 1E | 2B | 0 | 37 | 103 | 1C | 23 |
| Octal | 121 | 101 | 163 | 36 | 53 | 0 | 67 | 403 | 34 | 43 |
| Binary | 1010001 | 1000001 | 1110011 | 11110 | 101011 | 0 | 110111 | 100000011 | 11100 | 100011 |
Color Harmonies of #514173
Complementary color
Monochromatic Colors of #514173
Black with #514173
Text Example
Text Example
White with #514173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514173; }
p { color: rgb(81,65,115); }
H1.HeaderClassName
{
color: #514173;
}
.AnyTagClassName
{
color: #514173;
}
</style>
background-color css
<style>
a { background-color: #514173; }
a { background-color: rgb(81,65,115); }
div.DivClassName
{
background-color: #514173;
}
.BgClassName
{
background-color: #514173;
}
</style>
border-color css
<style>
span { border-color: #514173; }
span { border-color: rgb(81,65,115); }
td.TdClassName
{
border-color: #514173;
}
.TagClassName
{
border-color: #514173;
}
</style>