Shades of Governor Bay #50588C
Tints of Governor Bay #50588C
RGB
CMYK
RGB Variations
Color information
#50588C (or 0x50588C) is known color: Governor Bay. HEX triplet: 50, 58 and 8C. RGB value is (80,88,140). Sum of RGB (Red+Green+Blue) = 80+88+140=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #50588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50588C is #AFA773. Grayscale: #5B5B5B. Windows color (decimal): -11511668 or 9197648. OLE color: 9197648.
HSL color Cylindrical-coordinate representation of color #50588C: hue angle of 232º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50588C is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 88 | 140 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.45 |
| HSL | 232º | 0.27% | 0.43% | - |
| HSV(B) | 232º | 0.43% | 0.55% | - |
| XYZ | 11.53 | 10.58 | 26.25 | - |
| YUV | 91.54 | 155.35 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 88 | 140 | 0.43 | 0.37 | 0 | 0.45 | 232 | 0.27 | 0.43 |
| Hex | 50 | 58 | 8C | 2B | 25 | 0 | 2D | E8 | 1B | 2B |
| Octal | 120 | 130 | 214 | 53 | 45 | 0 | 55 | 350 | 33 | 53 |
| Binary | 1010000 | 1011000 | 10001100 | 101011 | 100101 | 0 | 101101 | 11101000 | 11011 | 101011 |
Color Harmonies of #50588C
Complementary color
Monochromatic Colors of #50588C
Black with #50588C
Text Example
Text Example
White with #50588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50588C; }
p { color: rgb(80,88,140); }
H1.HeaderClassName
{
color: #50588C;
}
.AnyTagClassName
{
color: #50588C;
}
</style>
background-color css
<style>
a { background-color: #50588C; }
a { background-color: rgb(80,88,140); }
div.DivClassName
{
background-color: #50588C;
}
.BgClassName
{
background-color: #50588C;
}
</style>
border-color css
<style>
span { border-color: #50588C; }
span { border-color: rgb(80,88,140); }
td.TdClassName
{
border-color: #50588C;
}
.TagClassName
{
border-color: #50588C;
}
</style>