Shades of Meteorite #513B74
Tints of Meteorite #513B74
RGB
CMYK
RGB Variations
Color information
#513B74 (or 0x513B74) is known color: Meteorite. HEX triplet: 51, 3B and 74. RGB value is (81,59,116). Sum of RGB (Red+Green+Blue) = 81+59+116=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #513B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513B74 is #AEC48B. Grayscale: #474747. Windows color (decimal): -11453580 or 7617361. OLE color: 7617361.
HSL color Cylindrical-coordinate representation of color #513B74: hue angle of 263.16º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #513B74 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 59 | 116 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.55 |
| HSL | 263.16º | 0.33% | 0.34% | - |
| HSV(B) | 263.16º | 0.49% | 0.45% | - |
| XYZ | 8.11 | 6.14 | 17.28 | - |
| YUV | 72.08 | 152.79 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 116 | 0.30 | 0.49 | 0 | 0.55 | 263.16 | 0.33 | 0.34 |
| Hex | 51 | 3B | 74 | 1E | 31 | 0 | 37 | 107 | 21 | 22 |
| Octal | 121 | 73 | 164 | 36 | 61 | 0 | 67 | 407 | 41 | 42 |
| Binary | 1010001 | 111011 | 1110100 | 11110 | 110001 | 0 | 110111 | 100000111 | 100001 | 100010 |
Color Harmonies of #513B74
Complementary color
Monochromatic Colors of #513B74
Black with #513B74
Text Example
Text Example
White with #513B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513B74; }
p { color: rgb(81,59,116); }
H1.HeaderClassName
{
color: #513B74;
}
.AnyTagClassName
{
color: #513B74;
}
</style>
background-color css
<style>
a { background-color: #513B74; }
a { background-color: rgb(81,59,116); }
div.DivClassName
{
background-color: #513B74;
}
.BgClassName
{
background-color: #513B74;
}
</style>
border-color css
<style>
span { border-color: #513B74; }
span { border-color: rgb(81,59,116); }
td.TdClassName
{
border-color: #513B74;
}
.TagClassName
{
border-color: #513B74;
}
</style>