Shades of Governor Bay #50489F
Tints of Governor Bay #50489F
RGB
CMYK
RGB Variations
Color information
#50489F (or 0x50489F) is known color: Governor Bay. HEX triplet: 50, 48 and 9F. RGB value is (80,72,159). Sum of RGB (Red+Green+Blue) = 80+72+159=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #50489F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50489F is #AFB760. Grayscale: #535353. Windows color (decimal): -11515745 or 10438736. OLE color: 10438736.
HSL color Cylindrical-coordinate representation of color #50489F: hue angle of 245.52º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50489F is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 72 | 159 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.38 |
| HSL | 245.52º | 0.38% | 0.45% | - |
| HSV(B) | 245.52º | 0.55% | 0.62% | - |
| XYZ | 11.88 | 8.84 | 33.88 | - |
| YUV | 84.31 | 170.15 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 159 | 0.50 | 0.55 | 0 | 0.38 | 245.52 | 0.38 | 0.45 |
| Hex | 50 | 48 | 9F | 32 | 37 | 0 | 26 | F6 | 26 | 2D |
| Octal | 120 | 110 | 237 | 62 | 67 | 0 | 46 | 366 | 46 | 55 |
| Binary | 1010000 | 1001000 | 10011111 | 110010 | 110111 | 0 | 100110 | 11110110 | 100110 | 101101 |
Color Harmonies of #50489F
Complementary color
Monochromatic Colors of #50489F
Black with #50489F
Text Example
Text Example
White with #50489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50489F; }
p { color: rgb(80,72,159); }
H1.HeaderClassName
{
color: #50489F;
}
.AnyTagClassName
{
color: #50489F;
}
</style>
background-color css
<style>
a { background-color: #50489F; }
a { background-color: rgb(80,72,159); }
div.DivClassName
{
background-color: #50489F;
}
.BgClassName
{
background-color: #50489F;
}
</style>
border-color css
<style>
span { border-color: #50489F; }
span { border-color: rgb(80,72,159); }
td.TdClassName
{
border-color: #50489F;
}
.TagClassName
{
border-color: #50489F;
}
</style>