Shades of Governor Bay #50599A
Tints of Governor Bay #50599A
RGB
CMYK
RGB Variations
Color information
#50599A (or 0x50599A) is known color: Governor Bay. HEX triplet: 50, 59 and 9A. RGB value is (80,89,154). Sum of RGB (Red+Green+Blue) = 80+89+154=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #50599A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50599A is #AFA665. Grayscale: #5D5D5D. Windows color (decimal): -11511398 or 10115408. OLE color: 10115408.
HSL color Cylindrical-coordinate representation of color #50599A: hue angle of 232.7º 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 #50599A is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 89 | 154 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.40 |
| HSL | 232.7º | 0.32% | 0.46% | - |
| HSV(B) | 232.7º | 0.48% | 0.6% | - |
| XYZ | 12.71 | 11.18 | 32.06 | - |
| YUV | 93.72 | 162.02 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 154 | 0.48 | 0.42 | 0 | 0.40 | 232.7 | 0.32 | 0.46 |
| Hex | 50 | 59 | 9A | 30 | 2A | 0 | 28 | E9 | 20 | 2E |
| Octal | 120 | 131 | 232 | 60 | 52 | 0 | 50 | 351 | 40 | 56 |
| Binary | 1010000 | 1011001 | 10011010 | 110000 | 101010 | 0 | 101000 | 11101001 | 100000 | 101110 |
Color Harmonies of #50599A
Complementary color
Monochromatic Colors of #50599A
Black with #50599A
Text Example
Text Example
White with #50599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50599A; }
p { color: rgb(80,89,154); }
H1.HeaderClassName
{
color: #50599A;
}
.AnyTagClassName
{
color: #50599A;
}
</style>
background-color css
<style>
a { background-color: #50599A; }
a { background-color: rgb(80,89,154); }
div.DivClassName
{
background-color: #50599A;
}
.BgClassName
{
background-color: #50599A;
}
</style>
border-color css
<style>
span { border-color: #50599A; }
span { border-color: rgb(80,89,154); }
td.TdClassName
{
border-color: #50599A;
}
.TagClassName
{
border-color: #50599A;
}
</style>