Shades of Governor Bay #50598F
Tints of Governor Bay #50598F
RGB
CMYK
RGB Variations
Color information
#50598F (or 0x50598F) is known color: Governor Bay. HEX triplet: 50, 59 and 8F. RGB value is (80,89,143). Sum of RGB (Red+Green+Blue) = 80+89+143=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 143 (56.25% from 255 or 45.83% from 312); Max value from RGB is 143 - color contains mainly: blue. Hex color #50598F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50598F is #AFA670. Grayscale: #5C5C5C. Windows color (decimal): -11511409 or 9394512. OLE color: 9394512.
HSL color Cylindrical-coordinate representation of color #50598F: hue angle of 231.43º degrees, saturation: 0.28, 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 #50598F is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 89 | 143 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.44 |
| HSL | 231.43º | 0.28% | 0.44% | - |
| HSV(B) | 231.43º | 0.44% | 0.56% | - |
| XYZ | 11.84 | 10.83 | 27.45 | - |
| YUV | 92.47 | 156.52 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 143 | 0.44 | 0.38 | 0 | 0.44 | 231.43 | 0.28 | 0.44 |
| Hex | 50 | 59 | 8F | 2C | 26 | 0 | 2C | E7 | 1C | 2C |
| Octal | 120 | 131 | 217 | 54 | 46 | 0 | 54 | 347 | 34 | 54 |
| Binary | 1010000 | 1011001 | 10001111 | 101100 | 100110 | 0 | 101100 | 11100111 | 11100 | 101100 |
Color Harmonies of #50598F
Complementary color
Monochromatic Colors of #50598F
Black with #50598F
Text Example
Text Example
White with #50598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50598F; }
p { color: rgb(80,89,143); }
H1.HeaderClassName
{
color: #50598F;
}
.AnyTagClassName
{
color: #50598F;
}
</style>
background-color css
<style>
a { background-color: #50598F; }
a { background-color: rgb(80,89,143); }
div.DivClassName
{
background-color: #50598F;
}
.BgClassName
{
background-color: #50598F;
}
</style>
border-color css
<style>
span { border-color: #50598F; }
span { border-color: rgb(80,89,143); }
td.TdClassName
{
border-color: #50598F;
}
.TagClassName
{
border-color: #50598F;
}
</style>