Shades of Governor Bay #50578C
Tints of Governor Bay #50578C
RGB
CMYK
RGB Variations
Color information
#50578C (or 0x50578C) is known color: Governor Bay. HEX triplet: 50, 57 and 8C. RGB value is (80,87,140). Sum of RGB (Red+Green+Blue) = 80+87+140=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #50578C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50578C is #AFA873. Grayscale: #5A5A5A. Windows color (decimal): -11511924 or 9197392. OLE color: 9197392.
HSL color Cylindrical-coordinate representation of color #50578C: hue angle of 233º 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 #50578C is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 87 | 140 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.45 |
| HSL | 233º | 0.27% | 0.43% | - |
| HSV(B) | 233º | 0.43% | 0.55% | - |
| XYZ | 11.45 | 10.42 | 26.22 | - |
| YUV | 90.95 | 155.68 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 87 | 140 | 0.43 | 0.38 | 0 | 0.45 | 233 | 0.27 | 0.43 |
| Hex | 50 | 57 | 8C | 2B | 26 | 0 | 2D | E9 | 1B | 2B |
| Octal | 120 | 127 | 214 | 53 | 46 | 0 | 55 | 351 | 33 | 53 |
| Binary | 1010000 | 1010111 | 10001100 | 101011 | 100110 | 0 | 101101 | 11101001 | 11011 | 101011 |
Color Harmonies of #50578C
Complementary color
Monochromatic Colors of #50578C
Black with #50578C
Text Example
Text Example
White with #50578C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50578C; }
p { color: rgb(80,87,140); }
H1.HeaderClassName
{
color: #50578C;
}
.AnyTagClassName
{
color: #50578C;
}
</style>
background-color css
<style>
a { background-color: #50578C; }
a { background-color: rgb(80,87,140); }
div.DivClassName
{
background-color: #50578C;
}
.BgClassName
{
background-color: #50578C;
}
</style>
border-color css
<style>
span { border-color: #50578C; }
span { border-color: rgb(80,87,140); }
td.TdClassName
{
border-color: #50578C;
}
.TagClassName
{
border-color: #50578C;
}
</style>