Shades of Governor Bay #505995
Tints of Governor Bay #505995
RGB
CMYK
RGB Variations
Color information
#505995 (or 0x505995) is known color: Governor Bay. HEX triplet: 50, 59 and 95. RGB value is (80,89,149). Sum of RGB (Red+Green+Blue) = 80+89+149=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #505995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505995 is #AFA66A. Grayscale: #5C5C5C. Windows color (decimal): -11511403 or 9787728. OLE color: 9787728.
HSL color Cylindrical-coordinate representation of color #505995: hue angle of 232.17º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #505995 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 89 | 149 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.42 |
| HSL | 232.17º | 0.3% | 0.45% | - |
| HSV(B) | 232.17º | 0.46% | 0.58% | - |
| XYZ | 12.31 | 11.02 | 29.91 | - |
| YUV | 93.15 | 159.52 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 149 | 0.46 | 0.40 | 0 | 0.42 | 232.17 | 0.3 | 0.45 |
| Hex | 50 | 59 | 95 | 2E | 28 | 0 | 2A | E8 | 1E | 2D |
| Octal | 120 | 131 | 225 | 56 | 50 | 0 | 52 | 350 | 36 | 55 |
| Binary | 1010000 | 1011001 | 10010101 | 101110 | 101000 | 0 | 101010 | 11101000 | 11110 | 101101 |
Color Harmonies of #505995
Complementary color
Monochromatic Colors of #505995
Black with #505995
Text Example
Text Example
White with #505995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505995; }
p { color: rgb(80,89,149); }
H1.HeaderClassName
{
color: #505995;
}
.AnyTagClassName
{
color: #505995;
}
</style>
background-color css
<style>
a { background-color: #505995; }
a { background-color: rgb(80,89,149); }
div.DivClassName
{
background-color: #505995;
}
.BgClassName
{
background-color: #505995;
}
</style>
border-color css
<style>
span { border-color: #505995; }
span { border-color: rgb(80,89,149); }
td.TdClassName
{
border-color: #505995;
}
.TagClassName
{
border-color: #505995;
}
</style>