Shades of Gigas #513A83
Tints of Gigas #513A83
RGB
CMYK
RGB Variations
Color information
#513A83 (or 0x513A83) is known color: Gigas. HEX triplet: 51, 3A and 83. RGB value is (81,58,131). Sum of RGB (Red+Green+Blue) = 81+58+131=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #513A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513A83 is #AEC57C. Grayscale: #484848. Windows color (decimal): -11453821 or 8600145. OLE color: 8600145.
HSL color Cylindrical-coordinate representation of color #513A83: hue angle of 258.9º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #513A83 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 58 | 131 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.49 |
| HSL | 258.9º | 0.39% | 0.37% | - |
| HSV(B) | 258.9º | 0.56% | 0.51% | - |
| XYZ | 9 | 6.41 | 22.24 | - |
| YUV | 73.2 | 160.62 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 131 | 0.38 | 0.56 | 0 | 0.49 | 258.9 | 0.39 | 0.37 |
| Hex | 51 | 3A | 83 | 26 | 38 | 0 | 31 | 103 | 27 | 25 |
| Octal | 121 | 72 | 203 | 46 | 70 | 0 | 61 | 403 | 47 | 45 |
| Binary | 1010001 | 111010 | 10000011 | 100110 | 111000 | 0 | 110001 | 100000011 | 100111 | 100101 |
Color Harmonies of #513A83
Complementary color
Monochromatic Colors of #513A83
Black with #513A83
Text Example
Text Example
White with #513A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513A83; }
p { color: rgb(81,58,131); }
H1.HeaderClassName
{
color: #513A83;
}
.AnyTagClassName
{
color: #513A83;
}
</style>
background-color css
<style>
a { background-color: #513A83; }
a { background-color: rgb(81,58,131); }
div.DivClassName
{
background-color: #513A83;
}
.BgClassName
{
background-color: #513A83;
}
</style>
border-color css
<style>
span { border-color: #513A83; }
span { border-color: rgb(81,58,131); }
td.TdClassName
{
border-color: #513A83;
}
.TagClassName
{
border-color: #513A83;
}
</style>