Shades of Governor Bay #505B92
Tints of Governor Bay #505B92
RGB
CMYK
RGB Variations
Color information
#505B92 (or 0x505B92) is known color: Governor Bay. HEX triplet: 50, 5B and 92. RGB value is (80,91,146). Sum of RGB (Red+Green+Blue) = 80+91+146=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #505B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505B92 is #AFA46D. Grayscale: #5D5D5D. Windows color (decimal): -11510894 or 9591632. OLE color: 9591632.
HSL color Cylindrical-coordinate representation of color #505B92: hue angle of 230º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #505B92 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 91 | 146 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.43 |
| HSL | 230º | 0.29% | 0.44% | - |
| HSV(B) | 230º | 0.45% | 0.57% | - |
| XYZ | 12.24 | 11.26 | 28.72 | - |
| YUV | 93.98 | 157.36 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 91 | 146 | 0.45 | 0.38 | 0 | 0.43 | 230 | 0.29 | 0.44 |
| Hex | 50 | 5B | 92 | 2D | 26 | 0 | 2B | E6 | 1D | 2C |
| Octal | 120 | 133 | 222 | 55 | 46 | 0 | 53 | 346 | 35 | 54 |
| Binary | 1010000 | 1011011 | 10010010 | 101101 | 100110 | 0 | 101011 | 11100110 | 11101 | 101100 |
Color Harmonies of #505B92
Complementary color
Monochromatic Colors of #505B92
Black with #505B92
Text Example
Text Example
White with #505B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505B92; }
p { color: rgb(80,91,146); }
H1.HeaderClassName
{
color: #505B92;
}
.AnyTagClassName
{
color: #505B92;
}
</style>
background-color css
<style>
a { background-color: #505B92; }
a { background-color: rgb(80,91,146); }
div.DivClassName
{
background-color: #505B92;
}
.BgClassName
{
background-color: #505B92;
}
</style>
border-color css
<style>
span { border-color: #505B92; }
span { border-color: rgb(80,91,146); }
td.TdClassName
{
border-color: #505B92;
}
.TagClassName
{
border-color: #505B92;
}
</style>