Shades of Gigas #503F86
Tints of Gigas #503F86
RGB
CMYK
RGB Variations
Color information
#503F86 (or 0x503F86) is known color: Gigas. HEX triplet: 50, 3F and 86. RGB value is (80,63,134). Sum of RGB (Red+Green+Blue) = 80+63+134=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 63 (25% from 255 or 22.74% 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 #503F86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503F86 is #AFC079. Grayscale: #4B4B4B. Windows color (decimal): -11518074 or 8798032. OLE color: 8798032.
HSL color Cylindrical-coordinate representation of color #503F86: hue angle of 254.37º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #503F86 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 63 | 134 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.47 |
| HSL | 254.37º | 0.36% | 0.39% | - |
| HSV(B) | 254.37º | 0.53% | 0.53% | - |
| XYZ | 9.39 | 6.98 | 23.41 | - |
| YUV | 76.18 | 160.63 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 134 | 0.40 | 0.53 | 0 | 0.47 | 254.37 | 0.36 | 0.39 |
| Hex | 50 | 3F | 86 | 28 | 35 | 0 | 2F | FE | 24 | 27 |
| Octal | 120 | 77 | 206 | 50 | 65 | 0 | 57 | 376 | 44 | 47 |
| Binary | 1010000 | 111111 | 10000110 | 101000 | 110101 | 0 | 101111 | 11111110 | 100100 | 100111 |
Color Harmonies of #503F86
Complementary color
Monochromatic Colors of #503F86
Black with #503F86
Text Example
Text Example
White with #503F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F86; }
p { color: rgb(80,63,134); }
H1.HeaderClassName
{
color: #503F86;
}
.AnyTagClassName
{
color: #503F86;
}
</style>
background-color css
<style>
a { background-color: #503F86; }
a { background-color: rgb(80,63,134); }
div.DivClassName
{
background-color: #503F86;
}
.BgClassName
{
background-color: #503F86;
}
</style>
border-color css
<style>
span { border-color: #503F86; }
span { border-color: rgb(80,63,134); }
td.TdClassName
{
border-color: #503F86;
}
.TagClassName
{
border-color: #503F86;
}
</style>