Shades of Governor Bay #50538F
Tints of Governor Bay #50538F
RGB
CMYK
RGB Variations
Color information
#50538F (or 0x50538F) is known color: Governor Bay. HEX triplet: 50, 53 and 8F. RGB value is (80,83,143). Sum of RGB (Red+Green+Blue) = 80+83+143=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 143 - color contains mainly: blue. Hex color #50538F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50538F is #AFAC70. Grayscale: #585858. Windows color (decimal): -11512945 or 9392976. OLE color: 9392976.
HSL color Cylindrical-coordinate representation of color #50538F: hue angle of 237.14º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50538F is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 83 | 143 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.44 |
| HSL | 237.14º | 0.28% | 0.44% | - |
| HSV(B) | 237.14º | 0.44% | 0.56% | - |
| XYZ | 11.36 | 9.88 | 27.29 | - |
| YUV | 88.94 | 158.51 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 143 | 0.44 | 0.42 | 0 | 0.44 | 237.14 | 0.28 | 0.44 |
| Hex | 50 | 53 | 8F | 2C | 2A | 0 | 2C | ED | 1C | 2C |
| Octal | 120 | 123 | 217 | 54 | 52 | 0 | 54 | 355 | 34 | 54 |
| Binary | 1010000 | 1010011 | 10001111 | 101100 | 101010 | 0 | 101100 | 11101101 | 11100 | 101100 |
Color Harmonies of #50538F
Complementary color
Monochromatic Colors of #50538F
Black with #50538F
Text Example
Text Example
White with #50538F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50538F; }
p { color: rgb(80,83,143); }
H1.HeaderClassName
{
color: #50538F;
}
.AnyTagClassName
{
color: #50538F;
}
</style>
background-color css
<style>
a { background-color: #50538F; }
a { background-color: rgb(80,83,143); }
div.DivClassName
{
background-color: #50538F;
}
.BgClassName
{
background-color: #50538F;
}
</style>
border-color css
<style>
span { border-color: #50538F; }
span { border-color: rgb(80,83,143); }
td.TdClassName
{
border-color: #50538F;
}
.TagClassName
{
border-color: #50538F;
}
</style>