Shades of Gigas #504184
Tints of Gigas #504184
RGB
CMYK
RGB Variations
Color information
#504184 (or 0x504184) is known color: Gigas. HEX triplet: 50, 41 and 84. RGB value is (80,65,132). Sum of RGB (Red+Green+Blue) = 80+65+132=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #504184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504184 is #AFBE7B. Grayscale: #4C4C4C. Windows color (decimal): -11517564 or 8667472. OLE color: 8667472.
HSL color Cylindrical-coordinate representation of color #504184: hue angle of 253.43º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #504184 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 65 | 132 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.48 |
| HSL | 253.43º | 0.34% | 0.39% | - |
| HSV(B) | 253.43º | 0.51% | 0.52% | - |
| XYZ | 9.36 | 7.15 | 22.72 | - |
| YUV | 77.12 | 158.97 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 132 | 0.39 | 0.51 | 0 | 0.48 | 253.43 | 0.34 | 0.39 |
| Hex | 50 | 41 | 84 | 27 | 33 | 0 | 30 | FD | 22 | 27 |
| Octal | 120 | 101 | 204 | 47 | 63 | 0 | 60 | 375 | 42 | 47 |
| Binary | 1010000 | 1000001 | 10000100 | 100111 | 110011 | 0 | 110000 | 11111101 | 100010 | 100111 |
Color Harmonies of #504184
Complementary color
Monochromatic Colors of #504184
Black with #504184
Text Example
Text Example
White with #504184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504184; }
p { color: rgb(80,65,132); }
H1.HeaderClassName
{
color: #504184;
}
.AnyTagClassName
{
color: #504184;
}
</style>
background-color css
<style>
a { background-color: #504184; }
a { background-color: rgb(80,65,132); }
div.DivClassName
{
background-color: #504184;
}
.BgClassName
{
background-color: #504184;
}
</style>
border-color css
<style>
span { border-color: #504184; }
span { border-color: rgb(80,65,132); }
td.TdClassName
{
border-color: #504184;
}
.TagClassName
{
border-color: #504184;
}
</style>