Shades of Meteorite #514768
Tints of Meteorite #514768
RGB
CMYK
RGB Variations
Color information
#514768 (or 0x514768) is known color: Meteorite. HEX triplet: 51, 47 and 68. RGB value is (81,71,104). Sum of RGB (Red+Green+Blue) = 81+71+104=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 104 - color contains mainly: blue. Hex color #514768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514768 is #AEB897. Grayscale: #4D4D4D. Windows color (decimal): -11450520 or 6834001. OLE color: 6834001.
HSL color Cylindrical-coordinate representation of color #514768: hue angle of 258.18º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #514768 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 71 | 104 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.59 |
| HSL | 258.18º | 0.19% | 0.34% | - |
| HSV(B) | 258.18º | 0.32% | 0.41% | - |
| XYZ | 8.15 | 7.26 | 14.07 | - |
| YUV | 77.75 | 142.81 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 71 | 104 | 0.22 | 0.32 | 0 | 0.59 | 258.18 | 0.19 | 0.34 |
| Hex | 51 | 47 | 68 | 16 | 20 | 0 | 3B | 102 | 13 | 22 |
| Octal | 121 | 107 | 150 | 26 | 40 | 0 | 73 | 402 | 23 | 42 |
| Binary | 1010001 | 1000111 | 1101000 | 10110 | 100000 | 0 | 111011 | 100000010 | 10011 | 100010 |
Color Harmonies of #514768
Complementary color
Monochromatic Colors of #514768
Black with #514768
Text Example
Text Example
White with #514768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514768; }
p { color: rgb(81,71,104); }
H1.HeaderClassName
{
color: #514768;
}
.AnyTagClassName
{
color: #514768;
}
</style>
background-color css
<style>
a { background-color: #514768; }
a { background-color: rgb(81,71,104); }
div.DivClassName
{
background-color: #514768;
}
.BgClassName
{
background-color: #514768;
}
</style>
border-color css
<style>
span { border-color: #514768; }
span { border-color: rgb(81,71,104); }
td.TdClassName
{
border-color: #514768;
}
.TagClassName
{
border-color: #514768;
}
</style>