Shades of Governor Bay #505990
Tints of Governor Bay #505990
RGB
CMYK
RGB Variations
Color information
#505990 (or 0x505990) is known color: Governor Bay. HEX triplet: 50, 59 and 90. RGB value is (80,89,144). Sum of RGB (Red+Green+Blue) = 80+89+144=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #505990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505990 is #AFA66F. Grayscale: #5C5C5C. Windows color (decimal): -11511408 or 9460048. OLE color: 9460048.
HSL color Cylindrical-coordinate representation of color #505990: hue angle of 231.56º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #505990 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 89 | 144 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.44 |
| HSL | 231.56º | 0.29% | 0.44% | - |
| HSV(B) | 231.56º | 0.44% | 0.56% | - |
| XYZ | 11.91 | 10.86 | 27.85 | - |
| YUV | 92.58 | 157.02 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 144 | 0.44 | 0.38 | 0 | 0.44 | 231.56 | 0.29 | 0.44 |
| Hex | 50 | 59 | 90 | 2C | 26 | 0 | 2C | E8 | 1D | 2C |
| Octal | 120 | 131 | 220 | 54 | 46 | 0 | 54 | 350 | 35 | 54 |
| Binary | 1010000 | 1011001 | 10010000 | 101100 | 100110 | 0 | 101100 | 11101000 | 11101 | 101100 |
Color Harmonies of #505990
Complementary color
Monochromatic Colors of #505990
Black with #505990
Text Example
Text Example
White with #505990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505990; }
p { color: rgb(80,89,144); }
H1.HeaderClassName
{
color: #505990;
}
.AnyTagClassName
{
color: #505990;
}
</style>
background-color css
<style>
a { background-color: #505990; }
a { background-color: rgb(80,89,144); }
div.DivClassName
{
background-color: #505990;
}
.BgClassName
{
background-color: #505990;
}
</style>
border-color css
<style>
span { border-color: #505990; }
span { border-color: rgb(80,89,144); }
td.TdClassName
{
border-color: #505990;
}
.TagClassName
{
border-color: #505990;
}
</style>