Shades of Gigas #504188
Tints of Gigas #504188
RGB
CMYK
RGB Variations
Color information
#504188 (or 0x504188) is known color: Gigas. HEX triplet: 50, 41 and 88. RGB value is (80,65,136). Sum of RGB (Red+Green+Blue) = 80+65+136=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #504188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504188 is #AFBE77. Grayscale: #4D4D4D. Windows color (decimal): -11517560 or 8929616. OLE color: 8929616.
HSL color Cylindrical-coordinate representation of color #504188: hue angle of 252.68º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #504188 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 65 | 136 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.47 |
| HSL | 252.68º | 0.35% | 0.39% | - |
| HSV(B) | 252.68º | 0.52% | 0.53% | - |
| XYZ | 9.64 | 7.26 | 24.19 | - |
| YUV | 77.58 | 160.97 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 136 | 0.41 | 0.52 | 0 | 0.47 | 252.68 | 0.35 | 0.39 |
| Hex | 50 | 41 | 88 | 29 | 34 | 0 | 2F | FD | 23 | 27 |
| Octal | 120 | 101 | 210 | 51 | 64 | 0 | 57 | 375 | 43 | 47 |
| Binary | 1010000 | 1000001 | 10001000 | 101001 | 110100 | 0 | 101111 | 11111101 | 100011 | 100111 |
Color Harmonies of #504188
Complementary color
Monochromatic Colors of #504188
Black with #504188
Text Example
Text Example
White with #504188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504188; }
p { color: rgb(80,65,136); }
H1.HeaderClassName
{
color: #504188;
}
.AnyTagClassName
{
color: #504188;
}
</style>
background-color css
<style>
a { background-color: #504188; }
a { background-color: rgb(80,65,136); }
div.DivClassName
{
background-color: #504188;
}
.BgClassName
{
background-color: #504188;
}
</style>
border-color css
<style>
span { border-color: #504188; }
span { border-color: rgb(80,65,136); }
td.TdClassName
{
border-color: #504188;
}
.TagClassName
{
border-color: #504188;
}
</style>