Shades of Governor Bay #505D96
Tints of Governor Bay #505D96
RGB
CMYK
RGB Variations
Color information
#505D96 (or 0x505D96) is known color: Governor Bay. HEX triplet: 50, 5D and 96. RGB value is (80,93,150). Sum of RGB (Red+Green+Blue) = 80+93+150=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #505D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505D96 is #AFA269. Grayscale: #5F5F5F. Windows color (decimal): -11510378 or 9854288. OLE color: 9854288.
HSL color Cylindrical-coordinate representation of color #505D96: hue angle of 228.86º 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 #505D96 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 93 | 150 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.41 |
| HSL | 228.86º | 0.3% | 0.45% | - |
| HSV(B) | 228.86º | 0.47% | 0.59% | - |
| XYZ | 12.73 | 11.74 | 30.45 | - |
| YUV | 95.61 | 158.69 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 150 | 0.47 | 0.38 | 0 | 0.41 | 228.86 | 0.3 | 0.45 |
| Hex | 50 | 5D | 96 | 2F | 26 | 0 | 29 | E5 | 1E | 2D |
| Octal | 120 | 135 | 226 | 57 | 46 | 0 | 51 | 345 | 36 | 55 |
| Binary | 1010000 | 1011101 | 10010110 | 101111 | 100110 | 0 | 101001 | 11100101 | 11110 | 101101 |
Color Harmonies of #505D96
Complementary color
Monochromatic Colors of #505D96
Black with #505D96
Text Example
Text Example
White with #505D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505D96; }
p { color: rgb(80,93,150); }
H1.HeaderClassName
{
color: #505D96;
}
.AnyTagClassName
{
color: #505D96;
}
</style>
background-color css
<style>
a { background-color: #505D96; }
a { background-color: rgb(80,93,150); }
div.DivClassName
{
background-color: #505D96;
}
.BgClassName
{
background-color: #505D96;
}
</style>
border-color css
<style>
span { border-color: #505D96; }
span { border-color: rgb(80,93,150); }
td.TdClassName
{
border-color: #505D96;
}
.TagClassName
{
border-color: #505D96;
}
</style>