Shades of Governor Bay #505296
Tints of Governor Bay #505296
RGB
CMYK
RGB Variations
Color information
#505296 (or 0x505296) is known color: Governor Bay. HEX triplet: 50, 52 and 96. RGB value is (80,82,150). Sum of RGB (Red+Green+Blue) = 80+82+150=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #505296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505296 is #AFAD69. Grayscale: #585858. Windows color (decimal): -11513194 or 9851472. OLE color: 9851472.
HSL color Cylindrical-coordinate representation of color #505296: hue angle of 238.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #505296 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 82 | 150 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.41 |
| HSL | 238.29º | 0.3% | 0.45% | - |
| HSV(B) | 238.29º | 0.47% | 0.59% | - |
| XYZ | 11.83 | 9.94 | 30.15 | - |
| YUV | 89.15 | 162.34 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 82 | 150 | 0.47 | 0.45 | 0 | 0.41 | 238.29 | 0.3 | 0.45 |
| Hex | 50 | 52 | 96 | 2F | 2D | 0 | 29 | EE | 1E | 2D |
| Octal | 120 | 122 | 226 | 57 | 55 | 0 | 51 | 356 | 36 | 55 |
| Binary | 1010000 | 1010010 | 10010110 | 101111 | 101101 | 0 | 101001 | 11101110 | 11110 | 101101 |
Color Harmonies of #505296
Complementary color
Monochromatic Colors of #505296
Black with #505296
Text Example
Text Example
White with #505296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505296; }
p { color: rgb(80,82,150); }
H1.HeaderClassName
{
color: #505296;
}
.AnyTagClassName
{
color: #505296;
}
</style>
background-color css
<style>
a { background-color: #505296; }
a { background-color: rgb(80,82,150); }
div.DivClassName
{
background-color: #505296;
}
.BgClassName
{
background-color: #505296;
}
</style>
border-color css
<style>
span { border-color: #505296; }
span { border-color: rgb(80,82,150); }
td.TdClassName
{
border-color: #505296;
}
.TagClassName
{
border-color: #505296;
}
</style>