Shades of Governor Bay #5048A6
Tints of Governor Bay #5048A6
RGB
CMYK
RGB Variations
Color information
#5048A6 (or 0x5048A6) is known color: Governor Bay. HEX triplet: 50, 48 and A6. RGB value is (80,72,166). Sum of RGB (Red+Green+Blue) = 80+72+166=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 166 (65.23% from 255 or 52.20% from 318); Max value from RGB is 166 - color contains mainly: blue. Hex color #5048A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5048A6 is #AFB759. Grayscale: #545454. Windows color (decimal): -11515738 or 10897488. OLE color: 10897488.
HSL color Cylindrical-coordinate representation of color #5048A6: hue angle of 245.11º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5048A6 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 72 | 166 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.35 |
| HSL | 245.11º | 0.39% | 0.47% | - |
| HSV(B) | 245.11º | 0.57% | 0.65% | - |
| XYZ | 12.51 | 9.09 | 37.17 | - |
| YUV | 85.11 | 173.65 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 166 | 0.52 | 0.57 | 0 | 0.35 | 245.11 | 0.39 | 0.47 |
| Hex | 50 | 48 | A6 | 34 | 39 | 0 | 23 | F5 | 27 | 2F |
| Octal | 120 | 110 | 246 | 64 | 71 | 0 | 43 | 365 | 47 | 57 |
| Binary | 1010000 | 1001000 | 10100110 | 110100 | 111001 | 0 | 100011 | 11110101 | 100111 | 101111 |
Color Harmonies of #5048A6
Complementary color
Monochromatic Colors of #5048A6
Black with #5048A6
Text Example
Text Example
White with #5048A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5048A6; }
p { color: rgb(80,72,166); }
H1.HeaderClassName
{
color: #5048A6;
}
.AnyTagClassName
{
color: #5048A6;
}
</style>
background-color css
<style>
a { background-color: #5048A6; }
a { background-color: rgb(80,72,166); }
div.DivClassName
{
background-color: #5048A6;
}
.BgClassName
{
background-color: #5048A6;
}
</style>
border-color css
<style>
span { border-color: #5048A6; }
span { border-color: rgb(80,72,166); }
td.TdClassName
{
border-color: #5048A6;
}
.TagClassName
{
border-color: #5048A6;
}
</style>