Shades of Meteorite #514366
Tints of Meteorite #514366
RGB
CMYK
RGB Variations
Color information
#514366 (or 0x514366) is known color: Meteorite. HEX triplet: 51, 43 and 66. RGB value is (81,67,102). Sum of RGB (Red+Green+Blue) = 81+67+102=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 102 - color contains mainly: blue. Hex color #514366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514366 is #AEBC99. Grayscale: #4B4B4B. Windows color (decimal): -11451546 or 6701905. OLE color: 6701905.
HSL color Cylindrical-coordinate representation of color #514366: hue angle of 264º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #514366 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 81 | 67 | 102 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.6 |
| HSL | 264º | 0.21% | 0.33% | - |
| HSV(B) | 264º | 0.34% | 0.4% | - |
| XYZ | 7.8 | 6.72 | 13.46 | - |
| YUV | 75.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 102 | 0.21 | 0.34 | 0 | 0.6 | 264 | 0.21 | 0.33 |
| Hex | 51 | 43 | 66 | 15 | 22 | 0 | 3C | 108 | 15 | 21 |
| Octal | 121 | 103 | 146 | 25 | 42 | 0 | 74 | 410 | 25 | 41 |
| Binary | 1010001 | 1000011 | 1100110 | 10101 | 100010 | 0 | 111100 | 100001000 | 10101 | 100001 |
Color Harmonies of #514366
Complementary color
Monochromatic Colors of #514366
Black with #514366
Text Example
Text Example
White with #514366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514366; }
p { color: rgb(81,67,102); }
H1.HeaderClassName
{
color: #514366;
}
.AnyTagClassName
{
color: #514366;
}
</style>
background-color css
<style>
a { background-color: #514366; }
a { background-color: rgb(81,67,102); }
div.DivClassName
{
background-color: #514366;
}
.BgClassName
{
background-color: #514366;
}
</style>
border-color css
<style>
span { border-color: #514366; }
span { border-color: rgb(81,67,102); }
td.TdClassName
{
border-color: #514366;
}
.TagClassName
{
border-color: #514366;
}
</style>