Shades of Gigas #504084
Tints of Gigas #504084
RGB
CMYK
RGB Variations
Color information
#504084 (or 0x504084) is known color: Gigas. HEX triplet: 50, 40 and 84. RGB value is (80,64,132). Sum of RGB (Red+Green+Blue) = 80+64+132=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #504084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504084 is #AFBF7B. Grayscale: #4C4C4C. Windows color (decimal): -11517820 or 8667216. OLE color: 8667216.
HSL color Cylindrical-coordinate representation of color #504084: hue angle of 254.12º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #504084 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 64 | 132 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.48 |
| HSL | 254.12º | 0.35% | 0.38% | - |
| HSV(B) | 254.12º | 0.52% | 0.52% | - |
| XYZ | 9.31 | 7.04 | 22.7 | - |
| YUV | 76.54 | 159.3 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 132 | 0.39 | 0.52 | 0 | 0.48 | 254.12 | 0.35 | 0.38 |
| Hex | 50 | 40 | 84 | 27 | 34 | 0 | 30 | FE | 23 | 26 |
| Octal | 120 | 100 | 204 | 47 | 64 | 0 | 60 | 376 | 43 | 46 |
| Binary | 1010000 | 1000000 | 10000100 | 100111 | 110100 | 0 | 110000 | 11111110 | 100011 | 100110 |
Color Harmonies of #504084
Complementary color
Monochromatic Colors of #504084
Black with #504084
Text Example
Text Example
White with #504084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504084; }
p { color: rgb(80,64,132); }
H1.HeaderClassName
{
color: #504084;
}
.AnyTagClassName
{
color: #504084;
}
</style>
background-color css
<style>
a { background-color: #504084; }
a { background-color: rgb(80,64,132); }
div.DivClassName
{
background-color: #504084;
}
.BgClassName
{
background-color: #504084;
}
</style>
border-color css
<style>
span { border-color: #504084; }
span { border-color: rgb(80,64,132); }
td.TdClassName
{
border-color: #504084;
}
.TagClassName
{
border-color: #504084;
}
</style>