Shades of Governor Bay #505B98
Tints of Governor Bay #505B98
RGB
CMYK
RGB Variations
Color information
#505B98 (or 0x505B98) is known color: Governor Bay. HEX triplet: 50, 5B and 98. RGB value is (80,91,152). Sum of RGB (Red+Green+Blue) = 80+91+152=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #505B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505B98 is #AFA467. Grayscale: #5E5E5E. Windows color (decimal): -11510888 or 9984848. OLE color: 9984848.
HSL color Cylindrical-coordinate representation of color #505B98: hue angle of 230.83º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #505B98 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 91 | 152 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.40 |
| HSL | 230.83º | 0.31% | 0.45% | - |
| HSV(B) | 230.83º | 0.47% | 0.6% | - |
| XYZ | 12.72 | 11.45 | 31.25 | - |
| YUV | 94.67 | 160.36 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 91 | 152 | 0.47 | 0.40 | 0 | 0.40 | 230.83 | 0.31 | 0.45 |
| Hex | 50 | 5B | 98 | 2F | 28 | 0 | 28 | E7 | 1F | 2D |
| Octal | 120 | 133 | 230 | 57 | 50 | 0 | 50 | 347 | 37 | 55 |
| Binary | 1010000 | 1011011 | 10011000 | 101111 | 101000 | 0 | 101000 | 11100111 | 11111 | 101101 |
Color Harmonies of #505B98
Complementary color
Monochromatic Colors of #505B98
Black with #505B98
Text Example
Text Example
White with #505B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505B98; }
p { color: rgb(80,91,152); }
H1.HeaderClassName
{
color: #505B98;
}
.AnyTagClassName
{
color: #505B98;
}
</style>
background-color css
<style>
a { background-color: #505B98; }
a { background-color: rgb(80,91,152); }
div.DivClassName
{
background-color: #505B98;
}
.BgClassName
{
background-color: #505B98;
}
</style>
border-color css
<style>
span { border-color: #505B98; }
span { border-color: rgb(80,91,152); }
td.TdClassName
{
border-color: #505B98;
}
.TagClassName
{
border-color: #505B98;
}
</style>