Shades of Meteorite #514078
Tints of Meteorite #514078
RGB
CMYK
RGB Variations
Color information
#514078 (or 0x514078) is known color: Meteorite. HEX triplet: 51, 40 and 78. RGB value is (81,64,120). Sum of RGB (Red+Green+Blue) = 81+64+120=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 120 - color contains mainly: blue. Hex color #514078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514078 is #AEBF87. Grayscale: #4B4B4B. Windows color (decimal): -11452296 or 7880785. OLE color: 7880785.
HSL color Cylindrical-coordinate representation of color #514078: hue angle of 258.21º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #514078 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 64 | 120 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.53 |
| HSL | 258.21º | 0.3% | 0.36% | - |
| HSV(B) | 258.21º | 0.47% | 0.47% | - |
| XYZ | 8.62 | 6.77 | 18.62 | - |
| YUV | 75.47 | 153.13 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 120 | 0.32 | 0.47 | 0 | 0.53 | 258.21 | 0.3 | 0.36 |
| Hex | 51 | 40 | 78 | 20 | 2F | 0 | 35 | 102 | 1E | 24 |
| Octal | 121 | 100 | 170 | 40 | 57 | 0 | 65 | 402 | 36 | 44 |
| Binary | 1010001 | 1000000 | 1111000 | 100000 | 101111 | 0 | 110101 | 100000010 | 11110 | 100100 |
Color Harmonies of #514078
Complementary color
Monochromatic Colors of #514078
Black with #514078
Text Example
Text Example
White with #514078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514078; }
p { color: rgb(81,64,120); }
H1.HeaderClassName
{
color: #514078;
}
.AnyTagClassName
{
color: #514078;
}
</style>
background-color css
<style>
a { background-color: #514078; }
a { background-color: rgb(81,64,120); }
div.DivClassName
{
background-color: #514078;
}
.BgClassName
{
background-color: #514078;
}
</style>
border-color css
<style>
span { border-color: #514078; }
span { border-color: rgb(81,64,120); }
td.TdClassName
{
border-color: #514078;
}
.TagClassName
{
border-color: #514078;
}
</style>