Shades of Governor Bay #50568C
Tints of Governor Bay #50568C
RGB
CMYK
RGB Variations
Color information
#50568C (or 0x50568C) is known color: Governor Bay. HEX triplet: 50, 56 and 8C. RGB value is (80,86,140). Sum of RGB (Red+Green+Blue) = 80+86+140=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #50568C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50568C is #AFA973. Grayscale: #5A5A5A. Windows color (decimal): -11512180 or 9197136. OLE color: 9197136.
HSL color Cylindrical-coordinate representation of color #50568C: hue angle of 234º 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 #50568C is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 86 | 140 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.45 |
| HSL | 234º | 0.27% | 0.43% | - |
| HSV(B) | 234º | 0.43% | 0.55% | - |
| XYZ | 11.37 | 10.25 | 26.19 | - |
| YUV | 90.36 | 156.01 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 86 | 140 | 0.43 | 0.39 | 0 | 0.45 | 234 | 0.27 | 0.43 |
| Hex | 50 | 56 | 8C | 2B | 27 | 0 | 2D | EA | 1B | 2B |
| Octal | 120 | 126 | 214 | 53 | 47 | 0 | 55 | 352 | 33 | 53 |
| Binary | 1010000 | 1010110 | 10001100 | 101011 | 100111 | 0 | 101101 | 11101010 | 11011 | 101011 |
Color Harmonies of #50568C
Complementary color
Monochromatic Colors of #50568C
Black with #50568C
Text Example
Text Example
White with #50568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50568C; }
p { color: rgb(80,86,140); }
H1.HeaderClassName
{
color: #50568C;
}
.AnyTagClassName
{
color: #50568C;
}
</style>
background-color css
<style>
a { background-color: #50568C; }
a { background-color: rgb(80,86,140); }
div.DivClassName
{
background-color: #50568C;
}
.BgClassName
{
background-color: #50568C;
}
</style>
border-color css
<style>
span { border-color: #50568C; }
span { border-color: rgb(80,86,140); }
td.TdClassName
{
border-color: #50568C;
}
.TagClassName
{
border-color: #50568C;
}
</style>