Shades of Gigas #50437D
Tints of Gigas #50437D
RGB
CMYK
RGB Variations
Color information
#50437D (or 0x50437D) is known color: Gigas. HEX triplet: 50, 43 and 7D. RGB value is (80,67,125). Sum of RGB (Red+Green+Blue) = 80+67+125=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 125 - color contains mainly: blue. Hex color #50437D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50437D is #AFBC82. Grayscale: #4D4D4D. Windows color (decimal): -11517059 or 8209232. OLE color: 8209232.
HSL color Cylindrical-coordinate representation of color #50437D: hue angle of 253.45º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50437D is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 67 | 125 | - |
| CMYK | 0.36 | 0.46 | 0 | 0.51 |
| HSL | 253.45º | 0.3% | 0.38% | - |
| HSV(B) | 253.45º | 0.46% | 0.49% | - |
| XYZ | 9.02 | 7.2 | 20.32 | - |
| YUV | 77.5 | 154.81 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 125 | 0.36 | 0.46 | 0 | 0.51 | 253.45 | 0.3 | 0.38 |
| Hex | 50 | 43 | 7D | 24 | 2E | 0 | 33 | FD | 1E | 26 |
| Octal | 120 | 103 | 175 | 44 | 56 | 0 | 63 | 375 | 36 | 46 |
| Binary | 1010000 | 1000011 | 1111101 | 100100 | 101110 | 0 | 110011 | 11111101 | 11110 | 100110 |
Color Harmonies of #50437D
Complementary color
Monochromatic Colors of #50437D
Black with #50437D
Text Example
Text Example
White with #50437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50437D; }
p { color: rgb(80,67,125); }
H1.HeaderClassName
{
color: #50437D;
}
.AnyTagClassName
{
color: #50437D;
}
</style>
background-color css
<style>
a { background-color: #50437D; }
a { background-color: rgb(80,67,125); }
div.DivClassName
{
background-color: #50437D;
}
.BgClassName
{
background-color: #50437D;
}
</style>
border-color css
<style>
span { border-color: #50437D; }
span { border-color: rgb(80,67,125); }
td.TdClassName
{
border-color: #50437D;
}
.TagClassName
{
border-color: #50437D;
}
</style>