Shades of Governor Bay #505896
Tints of Governor Bay #505896
RGB
CMYK
RGB Variations
Color information
#505896 (or 0x505896) is known color: Governor Bay. HEX triplet: 50, 58 and 96. RGB value is (80,88,150). Sum of RGB (Red+Green+Blue) = 80+88+150=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 150 - color contains mainly: blue. Hex color #505896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505896 is #AFA769. Grayscale: #5C5C5C. Windows color (decimal): -11511658 or 9853008. OLE color: 9853008.
HSL color Cylindrical-coordinate representation of color #505896: hue angle of 233.14º 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 #505896 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 88 | 150 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.41 |
| HSL | 233.14º | 0.3% | 0.45% | - |
| HSV(B) | 233.14º | 0.47% | 0.59% | - |
| XYZ | 12.3 | 10.89 | 30.31 | - |
| YUV | 92.68 | 160.35 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 88 | 150 | 0.47 | 0.41 | 0 | 0.41 | 233.14 | 0.3 | 0.45 |
| Hex | 50 | 58 | 96 | 2F | 29 | 0 | 29 | E9 | 1E | 2D |
| Octal | 120 | 130 | 226 | 57 | 51 | 0 | 51 | 351 | 36 | 55 |
| Binary | 1010000 | 1011000 | 10010110 | 101111 | 101001 | 0 | 101001 | 11101001 | 11110 | 101101 |
Color Harmonies of #505896
Complementary color
Monochromatic Colors of #505896
Black with #505896
Text Example
Text Example
White with #505896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505896; }
p { color: rgb(80,88,150); }
H1.HeaderClassName
{
color: #505896;
}
.AnyTagClassName
{
color: #505896;
}
</style>
background-color css
<style>
a { background-color: #505896; }
a { background-color: rgb(80,88,150); }
div.DivClassName
{
background-color: #505896;
}
.BgClassName
{
background-color: #505896;
}
</style>
border-color css
<style>
span { border-color: #505896; }
span { border-color: rgb(80,88,150); }
td.TdClassName
{
border-color: #505896;
}
.TagClassName
{
border-color: #505896;
}
</style>