Shades of Governor Bay #505890
Tints of Governor Bay #505890
RGB
CMYK
RGB Variations
Color information
#505890 (or 0x505890) is known color: Governor Bay. HEX triplet: 50, 58 and 90. RGB value is (80,88,144). Sum of RGB (Red+Green+Blue) = 80+88+144=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #505890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505890 is #AFA76F. Grayscale: #5B5B5B. Windows color (decimal): -11511664 or 9459792. OLE color: 9459792.
HSL color Cylindrical-coordinate representation of color #505890: hue angle of 232.5º 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 #505890 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 88 | 144 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.44 |
| HSL | 232.5º | 0.29% | 0.44% | - |
| HSV(B) | 232.5º | 0.44% | 0.56% | - |
| XYZ | 11.83 | 10.7 | 27.83 | - |
| YUV | 91.99 | 157.35 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 88 | 144 | 0.44 | 0.39 | 0 | 0.44 | 232.5 | 0.29 | 0.44 |
| Hex | 50 | 58 | 90 | 2C | 27 | 0 | 2C | E8 | 1D | 2C |
| Octal | 120 | 130 | 220 | 54 | 47 | 0 | 54 | 350 | 35 | 54 |
| Binary | 1010000 | 1011000 | 10010000 | 101100 | 100111 | 0 | 101100 | 11101000 | 11101 | 101100 |
Color Harmonies of #505890
Complementary color
Monochromatic Colors of #505890
Black with #505890
Text Example
Text Example
White with #505890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505890; }
p { color: rgb(80,88,144); }
H1.HeaderClassName
{
color: #505890;
}
.AnyTagClassName
{
color: #505890;
}
</style>
background-color css
<style>
a { background-color: #505890; }
a { background-color: rgb(80,88,144); }
div.DivClassName
{
background-color: #505890;
}
.BgClassName
{
background-color: #505890;
}
</style>
border-color css
<style>
span { border-color: #505890; }
span { border-color: rgb(80,88,144); }
td.TdClassName
{
border-color: #505890;
}
.TagClassName
{
border-color: #505890;
}
</style>