Shades of Gigas #513D85
Tints of Gigas #513D85
RGB
CMYK
RGB Variations
Color information
#513D85 (or 0x513D85) is known color: Gigas. HEX triplet: 51, 3D and 85. RGB value is (81,61,133). Sum of RGB (Red+Green+Blue) = 81+61+133=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #513D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513D85 is #AEC27A. Grayscale: #4A4A4A. Windows color (decimal): -11453051 or 8731985. OLE color: 8731985.
HSL color Cylindrical-coordinate representation of color #513D85: hue angle of 256.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #513D85 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 61 | 133 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.48 |
| HSL | 256.67º | 0.37% | 0.38% | - |
| HSV(B) | 256.67º | 0.54% | 0.52% | - |
| XYZ | 9.3 | 6.78 | 23.01 | - |
| YUV | 75.19 | 160.63 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 61 | 133 | 0.39 | 0.54 | 0 | 0.48 | 256.67 | 0.37 | 0.38 |
| Hex | 51 | 3D | 85 | 27 | 36 | 0 | 30 | 101 | 25 | 26 |
| Octal | 121 | 75 | 205 | 47 | 66 | 0 | 60 | 401 | 45 | 46 |
| Binary | 1010001 | 111101 | 10000101 | 100111 | 110110 | 0 | 110000 | 100000001 | 100101 | 100110 |
Color Harmonies of #513D85
Complementary color
Monochromatic Colors of #513D85
Black with #513D85
Text Example
Text Example
White with #513D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513D85; }
p { color: rgb(81,61,133); }
H1.HeaderClassName
{
color: #513D85;
}
.AnyTagClassName
{
color: #513D85;
}
</style>
background-color css
<style>
a { background-color: #513D85; }
a { background-color: rgb(81,61,133); }
div.DivClassName
{
background-color: #513D85;
}
.BgClassName
{
background-color: #513D85;
}
</style>
border-color css
<style>
span { border-color: #513D85; }
span { border-color: rgb(81,61,133); }
td.TdClassName
{
border-color: #513D85;
}
.TagClassName
{
border-color: #513D85;
}
</style>