Shades of Meteorite #514669
Tints of Meteorite #514669
RGB
CMYK
RGB Variations
Color information
#514669 (or 0x514669) is known color: Meteorite. HEX triplet: 51, 46 and 69. RGB value is (81,70,105). Sum of RGB (Red+Green+Blue) = 81+70+105=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 105 - color contains mainly: blue. Hex color #514669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514669 is #AEB996. Grayscale: #4D4D4D. Windows color (decimal): -11450775 or 6899281. OLE color: 6899281.
HSL color Cylindrical-coordinate representation of color #514669: hue angle of 258.86º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #514669 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 70 | 105 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.59 |
| HSL | 258.86º | 0.2% | 0.34% | - |
| HSV(B) | 258.86º | 0.33% | 0.41% | - |
| XYZ | 8.13 | 7.15 | 14.32 | - |
| YUV | 77.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 70 | 105 | 0.23 | 0.33 | 0 | 0.59 | 258.86 | 0.2 | 0.34 |
| Hex | 51 | 46 | 69 | 17 | 21 | 0 | 3B | 103 | 14 | 22 |
| Octal | 121 | 106 | 151 | 27 | 41 | 0 | 73 | 403 | 24 | 42 |
| Binary | 1010001 | 1000110 | 1101001 | 10111 | 100001 | 0 | 111011 | 100000011 | 10100 | 100010 |
Color Harmonies of #514669
Complementary color
Monochromatic Colors of #514669
Black with #514669
Text Example
Text Example
White with #514669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514669; }
p { color: rgb(81,70,105); }
H1.HeaderClassName
{
color: #514669;
}
.AnyTagClassName
{
color: #514669;
}
</style>
background-color css
<style>
a { background-color: #514669; }
a { background-color: rgb(81,70,105); }
div.DivClassName
{
background-color: #514669;
}
.BgClassName
{
background-color: #514669;
}
</style>
border-color css
<style>
span { border-color: #514669; }
span { border-color: rgb(81,70,105); }
td.TdClassName
{
border-color: #514669;
}
.TagClassName
{
border-color: #514669;
}
</style>