Shades of Governor Bay #505E9D
Tints of Governor Bay #505E9D
RGB
CMYK
RGB Variations
Color information
#505E9D (or 0x505E9D) is known color: Governor Bay. HEX triplet: 50, 5E and 9D. RGB value is (80,94,157). Sum of RGB (Red+Green+Blue) = 80+94+157=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #505E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505E9D is #AFA162. Grayscale: #606060. Windows color (decimal): -11510115 or 10313296. OLE color: 10313296.
HSL color Cylindrical-coordinate representation of color #505E9D: hue angle of 229.09º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #505E9D is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 94 | 157 | - |
| CMYK | 0.49 | 0.40 | 0 | 0.38 |
| HSL | 229.09º | 0.32% | 0.46% | - |
| HSV(B) | 229.09º | 0.49% | 0.62% | - |
| XYZ | 13.4 | 12.15 | 33.54 | - |
| YUV | 97 | 161.86 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 94 | 157 | 0.49 | 0.40 | 0 | 0.38 | 229.09 | 0.32 | 0.46 |
| Hex | 50 | 5E | 9D | 31 | 28 | 0 | 26 | E5 | 20 | 2E |
| Octal | 120 | 136 | 235 | 61 | 50 | 0 | 46 | 345 | 40 | 56 |
| Binary | 1010000 | 1011110 | 10011101 | 110001 | 101000 | 0 | 100110 | 11100101 | 100000 | 101110 |
Color Harmonies of #505E9D
Complementary color
Monochromatic Colors of #505E9D
Black with #505E9D
Text Example
Text Example
White with #505E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505E9D; }
p { color: rgb(80,94,157); }
H1.HeaderClassName
{
color: #505E9D;
}
.AnyTagClassName
{
color: #505E9D;
}
</style>
background-color css
<style>
a { background-color: #505E9D; }
a { background-color: rgb(80,94,157); }
div.DivClassName
{
background-color: #505E9D;
}
.BgClassName
{
background-color: #505E9D;
}
</style>
border-color css
<style>
span { border-color: #505E9D; }
span { border-color: rgb(80,94,157); }
td.TdClassName
{
border-color: #505E9D;
}
.TagClassName
{
border-color: #505E9D;
}
</style>