Shades of Governor Bay #50508C
Tints of Governor Bay #50508C
RGB
CMYK
RGB Variations
Color information
#50508C (or 0x50508C) is known color: Governor Bay. HEX triplet: 50, 50 and 8C. RGB value is (80,80,140). Sum of RGB (Red+Green+Blue) = 80+80+140=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 140 - color contains mainly: blue. Hex color #50508C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50508C is #AFAF73. Grayscale: #565656. Windows color (decimal): -11513716 or 9195600. OLE color: 9195600.
HSL color Cylindrical-coordinate representation of color #50508C: hue angle of 240º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50508C is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 80 | 140 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.45 |
| HSL | 240º | 0.27% | 0.43% | - |
| HSV(B) | 240º | 0.43% | 0.55% | - |
| XYZ | 10.91 | 9.34 | 26.04 | - |
| YUV | 86.84 | 158 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 80 | 140 | 0.43 | 0.43 | 0 | 0.45 | 240 | 0.27 | 0.43 |
| Hex | 50 | 50 | 8C | 2B | 2B | 0 | 2D | F0 | 1B | 2B |
| Octal | 120 | 120 | 214 | 53 | 53 | 0 | 55 | 360 | 33 | 53 |
| Binary | 1010000 | 1010000 | 10001100 | 101011 | 101011 | 0 | 101101 | 11110000 | 11011 | 101011 |
Color Harmonies of #50508C
Complementary color
Monochromatic Colors of #50508C
Black with #50508C
Text Example
Text Example
White with #50508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50508C; }
p { color: rgb(80,80,140); }
H1.HeaderClassName
{
color: #50508C;
}
.AnyTagClassName
{
color: #50508C;
}
</style>
background-color css
<style>
a { background-color: #50508C; }
a { background-color: rgb(80,80,140); }
div.DivClassName
{
background-color: #50508C;
}
.BgClassName
{
background-color: #50508C;
}
</style>
border-color css
<style>
span { border-color: #50508C; }
span { border-color: rgb(80,80,140); }
td.TdClassName
{
border-color: #50508C;
}
.TagClassName
{
border-color: #50508C;
}
</style>