Shades of Governor Bay #505989
Tints of Governor Bay #505989
RGB
CMYK
RGB Variations
Color information
#505989 (or 0x505989) is known color: Governor Bay. HEX triplet: 50, 59 and 89. RGB value is (80,89,137). Sum of RGB (Red+Green+Blue) = 80+89+137=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #505989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505989 is #AFA676. Grayscale: #5B5B5B. Windows color (decimal): -11511415 or 9001296. OLE color: 9001296.
HSL color Cylindrical-coordinate representation of color #505989: hue angle of 230.53º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #505989 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 89 | 137 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.46 |
| HSL | 230.53º | 0.26% | 0.43% | - |
| HSV(B) | 230.53º | 0.42% | 0.54% | - |
| XYZ | 11.4 | 10.66 | 25.12 | - |
| YUV | 91.78 | 153.52 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 137 | 0.42 | 0.35 | 0 | 0.46 | 230.53 | 0.26 | 0.43 |
| Hex | 50 | 59 | 89 | 2A | 23 | 0 | 2E | E7 | 1A | 2B |
| Octal | 120 | 131 | 211 | 52 | 43 | 0 | 56 | 347 | 32 | 53 |
| Binary | 1010000 | 1011001 | 10001001 | 101010 | 100011 | 0 | 101110 | 11100111 | 11010 | 101011 |
Color Harmonies of #505989
Complementary color
Monochromatic Colors of #505989
Black with #505989
Text Example
Text Example
White with #505989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505989; }
p { color: rgb(80,89,137); }
H1.HeaderClassName
{
color: #505989;
}
.AnyTagClassName
{
color: #505989;
}
</style>
background-color css
<style>
a { background-color: #505989; }
a { background-color: rgb(80,89,137); }
div.DivClassName
{
background-color: #505989;
}
.BgClassName
{
background-color: #505989;
}
</style>
border-color css
<style>
span { border-color: #505989; }
span { border-color: rgb(80,89,137); }
td.TdClassName
{
border-color: #505989;
}
.TagClassName
{
border-color: #505989;
}
</style>