Shades of Gigas #513F80
Tints of Gigas #513F80
RGB
CMYK
RGB Variations
Color information
#513F80 (or 0x513F80) is known color: Gigas. HEX triplet: 51, 3F and 80. RGB value is (81,63,128). Sum of RGB (Red+Green+Blue) = 81+63+128=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 128 - color contains mainly: blue. Hex color #513F80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513F80 is #AEC07F. Grayscale: #4B4B4B. Windows color (decimal): -11452544 or 8404817. OLE color: 8404817.
HSL color Cylindrical-coordinate representation of color #513F80: hue angle of 256.62º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #513F80 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 63 | 128 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.50 |
| HSL | 256.62º | 0.34% | 0.37% | - |
| HSV(B) | 256.62º | 0.51% | 0.5% | - |
| XYZ | 9.07 | 6.86 | 21.27 | - |
| YUV | 75.79 | 157.46 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 128 | 0.37 | 0.51 | 0 | 0.50 | 256.62 | 0.34 | 0.37 |
| Hex | 51 | 3F | 80 | 25 | 33 | 0 | 32 | 101 | 22 | 25 |
| Octal | 121 | 77 | 200 | 45 | 63 | 0 | 62 | 401 | 42 | 45 |
| Binary | 1010001 | 111111 | 10000000 | 100101 | 110011 | 0 | 110010 | 100000001 | 100010 | 100101 |
Color Harmonies of #513F80
Complementary color
Monochromatic Colors of #513F80
Black with #513F80
Text Example
Text Example
White with #513F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F80; }
p { color: rgb(81,63,128); }
H1.HeaderClassName
{
color: #513F80;
}
.AnyTagClassName
{
color: #513F80;
}
</style>
background-color css
<style>
a { background-color: #513F80; }
a { background-color: rgb(81,63,128); }
div.DivClassName
{
background-color: #513F80;
}
.BgClassName
{
background-color: #513F80;
}
</style>
border-color css
<style>
span { border-color: #513F80; }
span { border-color: rgb(81,63,128); }
td.TdClassName
{
border-color: #513F80;
}
.TagClassName
{
border-color: #513F80;
}
</style>