Shades of Governor Bay #50609A
Tints of Governor Bay #50609A
RGB
CMYK
RGB Variations
Color information
#50609A (or 0x50609A) is known color: Governor Bay. HEX triplet: 50, 60 and 9A. RGB value is (80,96,154). Sum of RGB (Red+Green+Blue) = 80+96+154=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #50609A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50609A is #AF9F65. Grayscale: #616161. Windows color (decimal): -11509606 or 10117200. OLE color: 10117200.
HSL color Cylindrical-coordinate representation of color #50609A: hue angle of 227.03º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50609A is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 96 | 154 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.40 |
| HSL | 227.03º | 0.32% | 0.46% | - |
| HSV(B) | 227.03º | 0.48% | 0.6% | - |
| XYZ | 13.32 | 12.4 | 32.26 | - |
| YUV | 97.83 | 159.7 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 96 | 154 | 0.48 | 0.38 | 0 | 0.40 | 227.03 | 0.32 | 0.46 |
| Hex | 50 | 60 | 9A | 30 | 26 | 0 | 28 | E3 | 20 | 2E |
| Octal | 120 | 140 | 232 | 60 | 46 | 0 | 50 | 343 | 40 | 56 |
| Binary | 1010000 | 1100000 | 10011010 | 110000 | 100110 | 0 | 101000 | 11100011 | 100000 | 101110 |
Color Harmonies of #50609A
Complementary color
Monochromatic Colors of #50609A
Black with #50609A
Text Example
Text Example
White with #50609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50609A; }
p { color: rgb(80,96,154); }
H1.HeaderClassName
{
color: #50609A;
}
.AnyTagClassName
{
color: #50609A;
}
</style>
background-color css
<style>
a { background-color: #50609A; }
a { background-color: rgb(80,96,154); }
div.DivClassName
{
background-color: #50609A;
}
.BgClassName
{
background-color: #50609A;
}
</style>
border-color css
<style>
span { border-color: #50609A; }
span { border-color: rgb(80,96,154); }
td.TdClassName
{
border-color: #50609A;
}
.TagClassName
{
border-color: #50609A;
}
</style>