Shades of Meteorite #514270
Tints of Meteorite #514270
RGB
CMYK
RGB Variations
Color information
#514270 (or 0x514270) is known color: Meteorite. HEX triplet: 51, 42 and 70. RGB value is (81,66,112). Sum of RGB (Red+Green+Blue) = 81+66+112=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: blue. Hex color #514270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514270 is #AEBD8F. Grayscale: #4B4B4B. Windows color (decimal): -11451792 or 7357009. OLE color: 7357009.
HSL color Cylindrical-coordinate representation of color #514270: hue angle of 259.57º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #514270 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 66 | 112 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.56 |
| HSL | 259.57º | 0.26% | 0.35% | - |
| HSV(B) | 259.57º | 0.41% | 0.44% | - |
| XYZ | 8.27 | 6.82 | 16.21 | - |
| YUV | 75.73 | 148.47 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 66 | 112 | 0.28 | 0.41 | 0 | 0.56 | 259.57 | 0.26 | 0.35 |
| Hex | 51 | 42 | 70 | 1C | 29 | 0 | 38 | 104 | 1A | 23 |
| Octal | 121 | 102 | 160 | 34 | 51 | 0 | 70 | 404 | 32 | 43 |
| Binary | 1010001 | 1000010 | 1110000 | 11100 | 101001 | 0 | 111000 | 100000100 | 11010 | 100011 |
Color Harmonies of #514270
Complementary color
Monochromatic Colors of #514270
Black with #514270
Text Example
Text Example
White with #514270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514270; }
p { color: rgb(81,66,112); }
H1.HeaderClassName
{
color: #514270;
}
.AnyTagClassName
{
color: #514270;
}
</style>
background-color css
<style>
a { background-color: #514270; }
a { background-color: rgb(81,66,112); }
div.DivClassName
{
background-color: #514270;
}
.BgClassName
{
background-color: #514270;
}
</style>
border-color css
<style>
span { border-color: #514270; }
span { border-color: rgb(81,66,112); }
td.TdClassName
{
border-color: #514270;
}
.TagClassName
{
border-color: #514270;
}
</style>