Shades of Governor Bay #5049A6
Tints of Governor Bay #5049A6
RGB
CMYK
RGB Variations
Color information
#5049A6 (or 0x5049A6) is known color: Governor Bay. HEX triplet: 50, 49 and A6. RGB value is (80,73,166). Sum of RGB (Red+Green+Blue) = 80+73+166=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 166 (65.23% from 255 or 52.04% from 319); Max value from RGB is 166 - color contains mainly: blue. Hex color #5049A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5049A6 is #AFB659. Grayscale: #555555. Windows color (decimal): -11515482 or 10897744. OLE color: 10897744.
HSL color Cylindrical-coordinate representation of color #5049A6: hue angle of 244.52º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5049A6 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 73 | 166 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.35 |
| HSL | 244.52º | 0.39% | 0.47% | - |
| HSV(B) | 244.52º | 0.56% | 0.65% | - |
| XYZ | 12.57 | 9.22 | 37.19 | - |
| YUV | 85.7 | 173.32 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 73 | 166 | 0.52 | 0.56 | 0 | 0.35 | 244.52 | 0.39 | 0.47 |
| Hex | 50 | 49 | A6 | 34 | 38 | 0 | 23 | F5 | 27 | 2F |
| Octal | 120 | 111 | 246 | 64 | 70 | 0 | 43 | 365 | 47 | 57 |
| Binary | 1010000 | 1001001 | 10100110 | 110100 | 111000 | 0 | 100011 | 11110101 | 100111 | 101111 |
Color Harmonies of #5049A6
Complementary color
Monochromatic Colors of #5049A6
Black with #5049A6
Text Example
Text Example
White with #5049A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5049A6; }
p { color: rgb(80,73,166); }
H1.HeaderClassName
{
color: #5049A6;
}
.AnyTagClassName
{
color: #5049A6;
}
</style>
background-color css
<style>
a { background-color: #5049A6; }
a { background-color: rgb(80,73,166); }
div.DivClassName
{
background-color: #5049A6;
}
.BgClassName
{
background-color: #5049A6;
}
</style>
border-color css
<style>
span { border-color: #5049A6; }
span { border-color: rgb(80,73,166); }
td.TdClassName
{
border-color: #5049A6;
}
.TagClassName
{
border-color: #5049A6;
}
</style>