Shades of Gigas #50458A
Tints of Gigas #50458A
RGB
CMYK
RGB Variations
Color information
#50458A (or 0x50458A) is known color: Gigas. HEX triplet: 50, 45 and 8A. RGB value is (80,69,138). Sum of RGB (Red+Green+Blue) = 80+69+138=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #50458A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50458A is #AFBA75. Grayscale: #4F4F4F. Windows color (decimal): -11516534 or 9061712. OLE color: 9061712.
HSL color Cylindrical-coordinate representation of color #50458A: hue angle of 249.57º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50458A is Cyan = 0.42, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 69 | 138 | - |
| CMYK | 0.42 | 0.5 | 0 | 0.46 |
| HSL | 249.57º | 0.33% | 0.41% | - |
| HSV(B) | 249.57º | 0.5% | 0.54% | - |
| XYZ | 10.02 | 7.8 | 25.02 | - |
| YUV | 80.16 | 160.64 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 138 | 0.42 | 0.5 | 0 | 0.46 | 249.57 | 0.33 | 0.41 |
| Hex | 50 | 45 | 8A | 2A | 32 | 0 | 2E | FA | 21 | 29 |
| Octal | 120 | 105 | 212 | 52 | 62 | 0 | 56 | 372 | 41 | 51 |
| Binary | 1010000 | 1000101 | 10001010 | 101010 | 110010 | 0 | 101110 | 11111010 | 100001 | 101001 |
Color Harmonies of #50458A
Complementary color
Monochromatic Colors of #50458A
Black with #50458A
Text Example
Text Example
White with #50458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50458A; }
p { color: rgb(80,69,138); }
H1.HeaderClassName
{
color: #50458A;
}
.AnyTagClassName
{
color: #50458A;
}
</style>
background-color css
<style>
a { background-color: #50458A; }
a { background-color: rgb(80,69,138); }
div.DivClassName
{
background-color: #50458A;
}
.BgClassName
{
background-color: #50458A;
}
</style>
border-color css
<style>
span { border-color: #50458A; }
span { border-color: rgb(80,69,138); }
td.TdClassName
{
border-color: #50458A;
}
.TagClassName
{
border-color: #50458A;
}
</style>