Shades of Gigas #50448A
Tints of Gigas #50448A
RGB
CMYK
RGB Variations
Color information
#50448A (or 0x50448A) is known color: Gigas. HEX triplet: 50, 44 and 8A. RGB value is (80,68,138). Sum of RGB (Red+Green+Blue) = 80+68+138=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #50448A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50448A is #AFBB75. Grayscale: #4F4F4F. Windows color (decimal): -11516790 or 9061456. OLE color: 9061456.
HSL color Cylindrical-coordinate representation of color #50448A: hue angle of 250.29º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50448A is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 68 | 138 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.46 |
| HSL | 250.29º | 0.34% | 0.4% | - |
| HSV(B) | 250.29º | 0.51% | 0.54% | - |
| XYZ | 9.96 | 7.67 | 25 | - |
| YUV | 79.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 138 | 0.42 | 0.51 | 0 | 0.46 | 250.29 | 0.34 | 0.4 |
| Hex | 50 | 44 | 8A | 2A | 33 | 0 | 2E | FA | 22 | 28 |
| Octal | 120 | 104 | 212 | 52 | 63 | 0 | 56 | 372 | 42 | 50 |
| Binary | 1010000 | 1000100 | 10001010 | 101010 | 110011 | 0 | 101110 | 11111010 | 100010 | 101000 |
Color Harmonies of #50448A
Complementary color
Monochromatic Colors of #50448A
Black with #50448A
Text Example
Text Example
White with #50448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50448A; }
p { color: rgb(80,68,138); }
H1.HeaderClassName
{
color: #50448A;
}
.AnyTagClassName
{
color: #50448A;
}
</style>
background-color css
<style>
a { background-color: #50448A; }
a { background-color: rgb(80,68,138); }
div.DivClassName
{
background-color: #50448A;
}
.BgClassName
{
background-color: #50448A;
}
</style>
border-color css
<style>
span { border-color: #50448A; }
span { border-color: rgb(80,68,138); }
td.TdClassName
{
border-color: #50448A;
}
.TagClassName
{
border-color: #50448A;
}
</style>