Shades of Governor Bay #505B99
Tints of Governor Bay #505B99
RGB
CMYK
RGB Variations
Color information
#505B99 (or 0x505B99) is known color: Governor Bay. HEX triplet: 50, 5B and 99. RGB value is (80,91,153). Sum of RGB (Red+Green+Blue) = 80+91+153=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #505B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505B99 is #AFA466. Grayscale: #5E5E5E. Windows color (decimal): -11510887 or 10050384. OLE color: 10050384.
HSL color Cylindrical-coordinate representation of color #505B99: hue angle of 230.96º 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 #505B99 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 91 | 153 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.4 |
| HSL | 230.96º | 0.31% | 0.46% | - |
| HSV(B) | 230.96º | 0.48% | 0.6% | - |
| XYZ | 12.8 | 11.49 | 31.68 | - |
| YUV | 94.78 | 160.86 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 91 | 153 | 0.48 | 0.41 | 0 | 0.4 | 230.96 | 0.31 | 0.46 |
| Hex | 50 | 5B | 99 | 30 | 29 | 0 | 28 | E7 | 1F | 2E |
| Octal | 120 | 133 | 231 | 60 | 51 | 0 | 50 | 347 | 37 | 56 |
| Binary | 1010000 | 1011011 | 10011001 | 110000 | 101001 | 0 | 101000 | 11100111 | 11111 | 101110 |
Color Harmonies of #505B99
Complementary color
Monochromatic Colors of #505B99
Black with #505B99
Text Example
Text Example
White with #505B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505B99; }
p { color: rgb(80,91,153); }
H1.HeaderClassName
{
color: #505B99;
}
.AnyTagClassName
{
color: #505B99;
}
</style>
background-color css
<style>
a { background-color: #505B99; }
a { background-color: rgb(80,91,153); }
div.DivClassName
{
background-color: #505B99;
}
.BgClassName
{
background-color: #505B99;
}
</style>
border-color css
<style>
span { border-color: #505B99; }
span { border-color: rgb(80,91,153); }
td.TdClassName
{
border-color: #505B99;
}
.TagClassName
{
border-color: #505B99;
}
</style>