Shades of Gigas #504484
Tints of Gigas #504484
RGB
CMYK
RGB Variations
Color information
#504484 (or 0x504484) is known color: Gigas. HEX triplet: 50, 44 and 84. RGB value is (80,68,132). Sum of RGB (Red+Green+Blue) = 80+68+132=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #504484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504484 is #AFBB7B. Grayscale: #4E4E4E. Windows color (decimal): -11516796 or 8668240. OLE color: 8668240.
HSL color Cylindrical-coordinate representation of color #504484: hue angle of 251.25º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #504484 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 68 | 132 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.48 |
| HSL | 251.25º | 0.32% | 0.39% | - |
| HSV(B) | 251.25º | 0.48% | 0.52% | - |
| XYZ | 9.54 | 7.51 | 22.78 | - |
| YUV | 78.88 | 157.98 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 132 | 0.39 | 0.48 | 0 | 0.48 | 251.25 | 0.32 | 0.39 |
| Hex | 50 | 44 | 84 | 27 | 30 | 0 | 30 | FB | 20 | 27 |
| Octal | 120 | 104 | 204 | 47 | 60 | 0 | 60 | 373 | 40 | 47 |
| Binary | 1010000 | 1000100 | 10000100 | 100111 | 110000 | 0 | 110000 | 11111011 | 100000 | 100111 |
Color Harmonies of #504484
Complementary color
Monochromatic Colors of #504484
Black with #504484
Text Example
Text Example
White with #504484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504484; }
p { color: rgb(80,68,132); }
H1.HeaderClassName
{
color: #504484;
}
.AnyTagClassName
{
color: #504484;
}
</style>
background-color css
<style>
a { background-color: #504484; }
a { background-color: rgb(80,68,132); }
div.DivClassName
{
background-color: #504484;
}
.BgClassName
{
background-color: #504484;
}
</style>
border-color css
<style>
span { border-color: #504484; }
span { border-color: rgb(80,68,132); }
td.TdClassName
{
border-color: #504484;
}
.TagClassName
{
border-color: #504484;
}
</style>