Shades of Meteorite #514574
Tints of Meteorite #514574
RGB
CMYK
RGB Variations
Color information
#514574 (or 0x514574) is known color: Meteorite. HEX triplet: 51, 45 and 74. RGB value is (81,69,116). Sum of RGB (Red+Green+Blue) = 81+69+116=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 116 - color contains mainly: blue. Hex color #514574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514574 is #AEBA8B. Grayscale: #4D4D4D. Windows color (decimal): -11451020 or 7619921. OLE color: 7619921.
HSL color Cylindrical-coordinate representation of color #514574: hue angle of 255.32º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #514574 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 69 | 116 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.55 |
| HSL | 255.32º | 0.25% | 0.36% | - |
| HSV(B) | 255.32º | 0.41% | 0.45% | - |
| XYZ | 8.67 | 7.27 | 17.47 | - |
| YUV | 77.95 | 149.48 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 116 | 0.30 | 0.41 | 0 | 0.55 | 255.32 | 0.25 | 0.36 |
| Hex | 51 | 45 | 74 | 1E | 29 | 0 | 37 | FF | 19 | 24 |
| Octal | 121 | 105 | 164 | 36 | 51 | 0 | 67 | 377 | 31 | 44 |
| Binary | 1010001 | 1000101 | 1110100 | 11110 | 101001 | 0 | 110111 | 11111111 | 11001 | 100100 |
Color Harmonies of #514574
Complementary color
Monochromatic Colors of #514574
Black with #514574
Text Example
Text Example
White with #514574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514574; }
p { color: rgb(81,69,116); }
H1.HeaderClassName
{
color: #514574;
}
.AnyTagClassName
{
color: #514574;
}
</style>
background-color css
<style>
a { background-color: #514574; }
a { background-color: rgb(81,69,116); }
div.DivClassName
{
background-color: #514574;
}
.BgClassName
{
background-color: #514574;
}
</style>
border-color css
<style>
span { border-color: #514574; }
span { border-color: rgb(81,69,116); }
td.TdClassName
{
border-color: #514574;
}
.TagClassName
{
border-color: #514574;
}
</style>