Shades of Governor Bay #505B94
Tints of Governor Bay #505B94
RGB
CMYK
RGB Variations
Color information
#505B94 (or 0x505B94) is known color: Governor Bay. HEX triplet: 50, 5B and 94. RGB value is (80,91,148). Sum of RGB (Red+Green+Blue) = 80+91+148=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 148 - color contains mainly: blue. Hex color #505B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505B94 is #AFA46B. Grayscale: #5D5D5D. Windows color (decimal): -11510892 or 9722704. OLE color: 9722704.
HSL color Cylindrical-coordinate representation of color #505B94: hue angle of 230.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #505B94 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 91 | 148 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.42 |
| HSL | 230.29º | 0.3% | 0.45% | - |
| HSV(B) | 230.29º | 0.46% | 0.58% | - |
| XYZ | 12.39 | 11.33 | 29.55 | - |
| YUV | 94.21 | 158.36 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 91 | 148 | 0.46 | 0.39 | 0 | 0.42 | 230.29 | 0.3 | 0.45 |
| Hex | 50 | 5B | 94 | 2E | 27 | 0 | 2A | E6 | 1E | 2D |
| Octal | 120 | 133 | 224 | 56 | 47 | 0 | 52 | 346 | 36 | 55 |
| Binary | 1010000 | 1011011 | 10010100 | 101110 | 100111 | 0 | 101010 | 11100110 | 11110 | 101101 |
Color Harmonies of #505B94
Complementary color
Monochromatic Colors of #505B94
Black with #505B94
Text Example
Text Example
White with #505B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505B94; }
p { color: rgb(80,91,148); }
H1.HeaderClassName
{
color: #505B94;
}
.AnyTagClassName
{
color: #505B94;
}
</style>
background-color css
<style>
a { background-color: #505B94; }
a { background-color: rgb(80,91,148); }
div.DivClassName
{
background-color: #505B94;
}
.BgClassName
{
background-color: #505B94;
}
</style>
border-color css
<style>
span { border-color: #505B94; }
span { border-color: rgb(80,91,148); }
td.TdClassName
{
border-color: #505B94;
}
.TagClassName
{
border-color: #505B94;
}
</style>