Shades of Governor Bay #505C89
Tints of Governor Bay #505C89
RGB
CMYK
RGB Variations
Color information
#505C89 (or 0x505C89) is known color: Governor Bay. HEX triplet: 50, 5C and 89. RGB value is (80,92,137). Sum of RGB (Red+Green+Blue) = 80+92+137=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #505C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505C89 is #AFA376. Grayscale: #5D5D5D. Windows color (decimal): -11510647 or 9002064. OLE color: 9002064.
HSL color Cylindrical-coordinate representation of color #505C89: hue angle of 227.37º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #505C89 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 92 | 137 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.46 |
| HSL | 227.37º | 0.26% | 0.43% | - |
| HSV(B) | 227.37º | 0.42% | 0.54% | - |
| XYZ | 11.65 | 11.17 | 25.21 | - |
| YUV | 93.54 | 152.52 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 92 | 137 | 0.42 | 0.33 | 0 | 0.46 | 227.37 | 0.26 | 0.43 |
| Hex | 50 | 5C | 89 | 2A | 21 | 0 | 2E | E3 | 1A | 2B |
| Octal | 120 | 134 | 211 | 52 | 41 | 0 | 56 | 343 | 32 | 53 |
| Binary | 1010000 | 1011100 | 10001001 | 101010 | 100001 | 0 | 101110 | 11100011 | 11010 | 101011 |
Color Harmonies of #505C89
Complementary color
Monochromatic Colors of #505C89
Black with #505C89
Text Example
Text Example
White with #505C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505C89; }
p { color: rgb(80,92,137); }
H1.HeaderClassName
{
color: #505C89;
}
.AnyTagClassName
{
color: #505C89;
}
</style>
background-color css
<style>
a { background-color: #505C89; }
a { background-color: rgb(80,92,137); }
div.DivClassName
{
background-color: #505C89;
}
.BgClassName
{
background-color: #505C89;
}
</style>
border-color css
<style>
span { border-color: #505C89; }
span { border-color: rgb(80,92,137); }
td.TdClassName
{
border-color: #505C89;
}
.TagClassName
{
border-color: #505C89;
}
</style>