Shades of Gigas #50438A
Tints of Gigas #50438A
RGB
CMYK
RGB Variations
Color information
#50438A (or 0x50438A) is known color: Gigas. HEX triplet: 50, 43 and 8A. RGB value is (80,67,138). Sum of RGB (Red+Green+Blue) = 80+67+138=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #50438A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50438A is #AFBC75. Grayscale: #4E4E4E. Windows color (decimal): -11517046 or 9061200. OLE color: 9061200.
HSL color Cylindrical-coordinate representation of color #50438A: hue angle of 250.99º degrees, saturation: 0.35, 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 #50438A is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 67 | 138 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.46 |
| HSL | 250.99º | 0.35% | 0.4% | - |
| HSV(B) | 250.99º | 0.51% | 0.54% | - |
| XYZ | 9.9 | 7.55 | 24.98 | - |
| YUV | 78.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 138 | 0.42 | 0.51 | 0 | 0.46 | 250.99 | 0.35 | 0.4 |
| Hex | 50 | 43 | 8A | 2A | 33 | 0 | 2E | FB | 23 | 28 |
| Octal | 120 | 103 | 212 | 52 | 63 | 0 | 56 | 373 | 43 | 50 |
| Binary | 1010000 | 1000011 | 10001010 | 101010 | 110011 | 0 | 101110 | 11111011 | 100011 | 101000 |
Color Harmonies of #50438A
Complementary color
Monochromatic Colors of #50438A
Black with #50438A
Text Example
Text Example
White with #50438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50438A; }
p { color: rgb(80,67,138); }
H1.HeaderClassName
{
color: #50438A;
}
.AnyTagClassName
{
color: #50438A;
}
</style>
background-color css
<style>
a { background-color: #50438A; }
a { background-color: rgb(80,67,138); }
div.DivClassName
{
background-color: #50438A;
}
.BgClassName
{
background-color: #50438A;
}
</style>
border-color css
<style>
span { border-color: #50438A; }
span { border-color: rgb(80,67,138); }
td.TdClassName
{
border-color: #50438A;
}
.TagClassName
{
border-color: #50438A;
}
</style>