Shades of Governor Bay #50588A
Tints of Governor Bay #50588A
RGB
CMYK
RGB Variations
Color information
#50588A (or 0x50588A) is known color: Governor Bay. HEX triplet: 50, 58 and 8A. RGB value is (80,88,138). Sum of RGB (Red+Green+Blue) = 80+88+138=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #50588A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50588A is #AFA775. Grayscale: #5B5B5B. Windows color (decimal): -11511670 or 9066576. OLE color: 9066576.
HSL color Cylindrical-coordinate representation of color #50588A: hue angle of 231.72º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50588A is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 88 | 138 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.46 |
| HSL | 231.72º | 0.27% | 0.43% | - |
| HSV(B) | 231.72º | 0.42% | 0.54% | - |
| XYZ | 11.39 | 10.52 | 25.48 | - |
| YUV | 91.31 | 154.35 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 88 | 138 | 0.42 | 0.36 | 0 | 0.46 | 231.72 | 0.27 | 0.43 |
| Hex | 50 | 58 | 8A | 2A | 24 | 0 | 2E | E8 | 1B | 2B |
| Octal | 120 | 130 | 212 | 52 | 44 | 0 | 56 | 350 | 33 | 53 |
| Binary | 1010000 | 1011000 | 10001010 | 101010 | 100100 | 0 | 101110 | 11101000 | 11011 | 101011 |
Color Harmonies of #50588A
Complementary color
Monochromatic Colors of #50588A
Black with #50588A
Text Example
Text Example
White with #50588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50588A; }
p { color: rgb(80,88,138); }
H1.HeaderClassName
{
color: #50588A;
}
.AnyTagClassName
{
color: #50588A;
}
</style>
background-color css
<style>
a { background-color: #50588A; }
a { background-color: rgb(80,88,138); }
div.DivClassName
{
background-color: #50588A;
}
.BgClassName
{
background-color: #50588A;
}
</style>
border-color css
<style>
span { border-color: #50588A; }
span { border-color: rgb(80,88,138); }
td.TdClassName
{
border-color: #50588A;
}
.TagClassName
{
border-color: #50588A;
}
</style>