Shades of Governor Bay #505699
Tints of Governor Bay #505699
RGB
CMYK
RGB Variations
Color information
#505699 (or 0x505699) is known color: Governor Bay. HEX triplet: 50, 56 and 99. RGB value is (80,86,153). Sum of RGB (Red+Green+Blue) = 80+86+153=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #505699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505699 is #AFA966. Grayscale: #5B5B5B. Windows color (decimal): -11512167 or 10049104. OLE color: 10049104.
HSL color Cylindrical-coordinate representation of color #505699: hue angle of 235.07º degrees, saturation: 0.31, 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 #505699 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 86 | 153 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.4 |
| HSL | 235.07º | 0.31% | 0.46% | - |
| HSV(B) | 235.07º | 0.48% | 0.6% | - |
| XYZ | 12.39 | 10.66 | 31.54 | - |
| YUV | 91.84 | 162.51 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 86 | 153 | 0.48 | 0.44 | 0 | 0.4 | 235.07 | 0.31 | 0.46 |
| Hex | 50 | 56 | 99 | 30 | 2C | 0 | 28 | EB | 1F | 2E |
| Octal | 120 | 126 | 231 | 60 | 54 | 0 | 50 | 353 | 37 | 56 |
| Binary | 1010000 | 1010110 | 10011001 | 110000 | 101100 | 0 | 101000 | 11101011 | 11111 | 101110 |
Color Harmonies of #505699
Complementary color
Monochromatic Colors of #505699
Black with #505699
Text Example
Text Example
White with #505699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505699; }
p { color: rgb(80,86,153); }
H1.HeaderClassName
{
color: #505699;
}
.AnyTagClassName
{
color: #505699;
}
</style>
background-color css
<style>
a { background-color: #505699; }
a { background-color: rgb(80,86,153); }
div.DivClassName
{
background-color: #505699;
}
.BgClassName
{
background-color: #505699;
}
</style>
border-color css
<style>
span { border-color: #505699; }
span { border-color: rgb(80,86,153); }
td.TdClassName
{
border-color: #505699;
}
.TagClassName
{
border-color: #505699;
}
</style>