Shades of Gigas #513C85
Tints of Gigas #513C85
RGB
CMYK
RGB Variations
Color information
#513C85 (or 0x513C85) is known color: Gigas. HEX triplet: 51, 3C and 85. RGB value is (81,60,133). Sum of RGB (Red+Green+Blue) = 81+60+133=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #513C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513C85 is #AEC37A. Grayscale: #4A4A4A. Windows color (decimal): -11453307 or 8731729. OLE color: 8731729.
HSL color Cylindrical-coordinate representation of color #513C85: hue angle of 257.26º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #513C85 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 60 | 133 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.48 |
| HSL | 257.26º | 0.38% | 0.38% | - |
| HSV(B) | 257.26º | 0.55% | 0.52% | - |
| XYZ | 9.24 | 6.67 | 22.99 | - |
| YUV | 74.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 133 | 0.39 | 0.55 | 0 | 0.48 | 257.26 | 0.38 | 0.38 |
| Hex | 51 | 3C | 85 | 27 | 37 | 0 | 30 | 101 | 26 | 26 |
| Octal | 121 | 74 | 205 | 47 | 67 | 0 | 60 | 401 | 46 | 46 |
| Binary | 1010001 | 111100 | 10000101 | 100111 | 110111 | 0 | 110000 | 100000001 | 100110 | 100110 |
Color Harmonies of #513C85
Complementary color
Monochromatic Colors of #513C85
Black with #513C85
Text Example
Text Example
White with #513C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513C85; }
p { color: rgb(81,60,133); }
H1.HeaderClassName
{
color: #513C85;
}
.AnyTagClassName
{
color: #513C85;
}
</style>
background-color css
<style>
a { background-color: #513C85; }
a { background-color: rgb(81,60,133); }
div.DivClassName
{
background-color: #513C85;
}
.BgClassName
{
background-color: #513C85;
}
</style>
border-color css
<style>
span { border-color: #513C85; }
span { border-color: rgb(81,60,133); }
td.TdClassName
{
border-color: #513C85;
}
.TagClassName
{
border-color: #513C85;
}
</style>