Shades of Governor Bay #505E99
Tints of Governor Bay #505E99
RGB
CMYK
RGB Variations
Color information
#505E99 (or 0x505E99) is known color: Governor Bay. HEX triplet: 50, 5E and 99. RGB value is (80,94,153). Sum of RGB (Red+Green+Blue) = 80+94+153=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #505E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505E99 is #AFA166. Grayscale: #606060. Windows color (decimal): -11510119 or 10051152. OLE color: 10051152.
HSL color Cylindrical-coordinate representation of color #505E99: hue angle of 228.49º 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 #505E99 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 94 | 153 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.4 |
| HSL | 228.49º | 0.31% | 0.46% | - |
| HSV(B) | 228.49º | 0.48% | 0.6% | - |
| XYZ | 13.06 | 12.01 | 31.77 | - |
| YUV | 96.54 | 159.86 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 94 | 153 | 0.48 | 0.39 | 0 | 0.4 | 228.49 | 0.31 | 0.46 |
| Hex | 50 | 5E | 99 | 30 | 27 | 0 | 28 | E4 | 1F | 2E |
| Octal | 120 | 136 | 231 | 60 | 47 | 0 | 50 | 344 | 37 | 56 |
| Binary | 1010000 | 1011110 | 10011001 | 110000 | 100111 | 0 | 101000 | 11100100 | 11111 | 101110 |
Color Harmonies of #505E99
Complementary color
Monochromatic Colors of #505E99
Black with #505E99
Text Example
Text Example
White with #505E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505E99; }
p { color: rgb(80,94,153); }
H1.HeaderClassName
{
color: #505E99;
}
.AnyTagClassName
{
color: #505E99;
}
</style>
background-color css
<style>
a { background-color: #505E99; }
a { background-color: rgb(80,94,153); }
div.DivClassName
{
background-color: #505E99;
}
.BgClassName
{
background-color: #505E99;
}
</style>
border-color css
<style>
span { border-color: #505E99; }
span { border-color: rgb(80,94,153); }
td.TdClassName
{
border-color: #505E99;
}
.TagClassName
{
border-color: #505E99;
}
</style>