Shades of Meteorite #513C68
Tints of Meteorite #513C68
RGB
CMYK
RGB Variations
Color information
#513C68 (or 0x513C68) is known color: Meteorite. HEX triplet: 51, 3C and 68. RGB value is (81,60,104). Sum of RGB (Red+Green+Blue) = 81+60+104=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 104 - color contains mainly: blue. Hex color #513C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513C68 is #AEC397. Grayscale: #474747. Windows color (decimal): -11453336 or 6831185. OLE color: 6831185.
HSL color Cylindrical-coordinate representation of color #513C68: hue angle of 268.64º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #513C68 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 60 | 104 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.59 |
| HSL | 268.64º | 0.27% | 0.32% | - |
| HSV(B) | 268.64º | 0.42% | 0.41% | - |
| XYZ | 7.51 | 5.98 | 13.86 | - |
| YUV | 71.3 | 146.46 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 104 | 0.22 | 0.42 | 0 | 0.59 | 268.64 | 0.27 | 0.32 |
| Hex | 51 | 3C | 68 | 16 | 2A | 0 | 3B | 10D | 1B | 20 |
| Octal | 121 | 74 | 150 | 26 | 52 | 0 | 73 | 415 | 33 | 40 |
| Binary | 1010001 | 111100 | 1101000 | 10110 | 101010 | 0 | 111011 | 100001101 | 11011 | 100000 |
Color Harmonies of #513C68
Complementary color
Monochromatic Colors of #513C68
Black with #513C68
Text Example
Text Example
White with #513C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513C68; }
p { color: rgb(81,60,104); }
H1.HeaderClassName
{
color: #513C68;
}
.AnyTagClassName
{
color: #513C68;
}
</style>
background-color css
<style>
a { background-color: #513C68; }
a { background-color: rgb(81,60,104); }
div.DivClassName
{
background-color: #513C68;
}
.BgClassName
{
background-color: #513C68;
}
</style>
border-color css
<style>
span { border-color: #513C68; }
span { border-color: rgb(81,60,104); }
td.TdClassName
{
border-color: #513C68;
}
.TagClassName
{
border-color: #513C68;
}
</style>