Shades of Governor Bay #50508E
Tints of Governor Bay #50508E
RGB
CMYK
RGB Variations
Color information
#50508E (or 0x50508E) is known color: Governor Bay. HEX triplet: 50, 50 and 8E. RGB value is (80,80,142). Sum of RGB (Red+Green+Blue) = 80+80+142=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #50508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50508E is #AFAF71. Grayscale: #565656. Windows color (decimal): -11513714 or 9326672. OLE color: 9326672.
HSL color Cylindrical-coordinate representation of color #50508E: hue angle of 240º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50508E is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 80 | 142 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.44 |
| HSL | 240º | 0.28% | 0.44% | - |
| HSV(B) | 240º | 0.44% | 0.56% | - |
| XYZ | 11.06 | 9.4 | 26.82 | - |
| YUV | 87.07 | 159 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 80 | 142 | 0.44 | 0.44 | 0 | 0.44 | 240 | 0.28 | 0.44 |
| Hex | 50 | 50 | 8E | 2C | 2C | 0 | 2C | F0 | 1C | 2C |
| Octal | 120 | 120 | 216 | 54 | 54 | 0 | 54 | 360 | 34 | 54 |
| Binary | 1010000 | 1010000 | 10001110 | 101100 | 101100 | 0 | 101100 | 11110000 | 11100 | 101100 |
Color Harmonies of #50508E
Complementary color
Monochromatic Colors of #50508E
Black with #50508E
Text Example
Text Example
White with #50508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50508E; }
p { color: rgb(80,80,142); }
H1.HeaderClassName
{
color: #50508E;
}
.AnyTagClassName
{
color: #50508E;
}
</style>
background-color css
<style>
a { background-color: #50508E; }
a { background-color: rgb(80,80,142); }
div.DivClassName
{
background-color: #50508E;
}
.BgClassName
{
background-color: #50508E;
}
</style>
border-color css
<style>
span { border-color: #50508E; }
span { border-color: rgb(80,80,142); }
td.TdClassName
{
border-color: #50508E;
}
.TagClassName
{
border-color: #50508E;
}
</style>