Shades of Gigas #513E86
Tints of Gigas #513E86
RGB
CMYK
RGB Variations
Color information
#513E86 (or 0x513E86) is known color: Gigas. HEX triplet: 51, 3E and 86. RGB value is (81,62,134). Sum of RGB (Red+Green+Blue) = 81+62+134=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 134 (52.73% from 255 or 48.38% from 277); Max value from RGB is 134 - color contains mainly: blue. Hex color #513E86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513E86 is #AEC179. Grayscale: #4B4B4B. Windows color (decimal): -11452794 or 8797777. OLE color: 8797777.
HSL color Cylindrical-coordinate representation of color #513E86: hue angle of 255.83º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #513E86 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 62 | 134 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.47 |
| HSL | 255.83º | 0.37% | 0.38% | - |
| HSV(B) | 255.83º | 0.54% | 0.53% | - |
| XYZ | 9.42 | 6.92 | 23.39 | - |
| YUV | 75.89 | 160.79 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 62 | 134 | 0.40 | 0.54 | 0 | 0.47 | 255.83 | 0.37 | 0.38 |
| Hex | 51 | 3E | 86 | 28 | 36 | 0 | 2F | 100 | 25 | 26 |
| Octal | 121 | 76 | 206 | 50 | 66 | 0 | 57 | 400 | 45 | 46 |
| Binary | 1010001 | 111110 | 10000110 | 101000 | 110110 | 0 | 101111 | 100000000 | 100101 | 100110 |
Color Harmonies of #513E86
Complementary color
Monochromatic Colors of #513E86
Black with #513E86
Text Example
Text Example
White with #513E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513E86; }
p { color: rgb(81,62,134); }
H1.HeaderClassName
{
color: #513E86;
}
.AnyTagClassName
{
color: #513E86;
}
</style>
background-color css
<style>
a { background-color: #513E86; }
a { background-color: rgb(81,62,134); }
div.DivClassName
{
background-color: #513E86;
}
.BgClassName
{
background-color: #513E86;
}
</style>
border-color css
<style>
span { border-color: #513E86; }
span { border-color: rgb(81,62,134); }
td.TdClassName
{
border-color: #513E86;
}
.TagClassName
{
border-color: #513E86;
}
</style>