Shades of Governor Bay #505A91
Tints of Governor Bay #505A91
RGB
CMYK
RGB Variations
Color information
#505A91 (or 0x505A91) is known color: Governor Bay. HEX triplet: 50, 5A and 91. RGB value is (80,90,145). Sum of RGB (Red+Green+Blue) = 80+90+145=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #505A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505A91 is #AFA56E. Grayscale: #5D5D5D. Windows color (decimal): -11511151 or 9525840. OLE color: 9525840.
HSL color Cylindrical-coordinate representation of color #505A91: hue angle of 230.77º 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 #505A91 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 90 | 145 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.43 |
| HSL | 230.77º | 0.29% | 0.44% | - |
| HSV(B) | 230.77º | 0.45% | 0.57% | - |
| XYZ | 12.08 | 11.06 | 28.29 | - |
| YUV | 93.28 | 157.19 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 145 | 0.45 | 0.38 | 0 | 0.43 | 230.77 | 0.29 | 0.44 |
| Hex | 50 | 5A | 91 | 2D | 26 | 0 | 2B | E7 | 1D | 2C |
| Octal | 120 | 132 | 221 | 55 | 46 | 0 | 53 | 347 | 35 | 54 |
| Binary | 1010000 | 1011010 | 10010001 | 101101 | 100110 | 0 | 101011 | 11100111 | 11101 | 101100 |
Color Harmonies of #505A91
Complementary color
Monochromatic Colors of #505A91
Black with #505A91
Text Example
Text Example
White with #505A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505A91; }
p { color: rgb(80,90,145); }
H1.HeaderClassName
{
color: #505A91;
}
.AnyTagClassName
{
color: #505A91;
}
</style>
background-color css
<style>
a { background-color: #505A91; }
a { background-color: rgb(80,90,145); }
div.DivClassName
{
background-color: #505A91;
}
.BgClassName
{
background-color: #505A91;
}
</style>
border-color css
<style>
span { border-color: #505A91; }
span { border-color: rgb(80,90,145); }
td.TdClassName
{
border-color: #505A91;
}
.TagClassName
{
border-color: #505A91;
}
</style>