Shades of Meteorite #514672
Tints of Meteorite #514672
RGB
CMYK
RGB Variations
Color information
#514672 (or 0x514672) is known color: Meteorite. HEX triplet: 51, 46 and 72. RGB value is (81,70,114). Sum of RGB (Red+Green+Blue) = 81+70+114=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #514672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514672 is #AEB98D. Grayscale: #4E4E4E. Windows color (decimal): -11450766 or 7489105. OLE color: 7489105.
HSL color Cylindrical-coordinate representation of color #514672: hue angle of 255º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #514672 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 70 | 114 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.55 |
| HSL | 255º | 0.24% | 0.36% | - |
| HSV(B) | 255º | 0.39% | 0.45% | - |
| XYZ | 8.62 | 7.34 | 16.88 | - |
| YUV | 78.31 | 148.14 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 70 | 114 | 0.29 | 0.39 | 0 | 0.55 | 255 | 0.24 | 0.36 |
| Hex | 51 | 46 | 72 | 1D | 27 | 0 | 37 | FF | 18 | 24 |
| Octal | 121 | 106 | 162 | 35 | 47 | 0 | 67 | 377 | 30 | 44 |
| Binary | 1010001 | 1000110 | 1110010 | 11101 | 100111 | 0 | 110111 | 11111111 | 11000 | 100100 |
Color Harmonies of #514672
Complementary color
Monochromatic Colors of #514672
Black with #514672
Text Example
Text Example
White with #514672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514672; }
p { color: rgb(81,70,114); }
H1.HeaderClassName
{
color: #514672;
}
.AnyTagClassName
{
color: #514672;
}
</style>
background-color css
<style>
a { background-color: #514672; }
a { background-color: rgb(81,70,114); }
div.DivClassName
{
background-color: #514672;
}
.BgClassName
{
background-color: #514672;
}
</style>
border-color css
<style>
span { border-color: #514672; }
span { border-color: rgb(81,70,114); }
td.TdClassName
{
border-color: #514672;
}
.TagClassName
{
border-color: #514672;
}
</style>