Shades of Governor Bay #505391
Tints of Governor Bay #505391
RGB
CMYK
RGB Variations
Color information
#505391 (or 0x505391) is known color: Governor Bay. HEX triplet: 50, 53 and 91. RGB value is (80,83,145). Sum of RGB (Red+Green+Blue) = 80+83+145=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #505391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505391 is #AFAC6E. Grayscale: #585858. Windows color (decimal): -11512943 or 9524048. OLE color: 9524048.
HSL color Cylindrical-coordinate representation of color #505391: hue angle of 237.23º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #505391 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 83 | 145 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.43 |
| HSL | 237.23º | 0.29% | 0.44% | - |
| HSV(B) | 237.23º | 0.45% | 0.57% | - |
| XYZ | 11.51 | 9.94 | 28.1 | - |
| YUV | 89.17 | 159.51 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 145 | 0.45 | 0.43 | 0 | 0.43 | 237.23 | 0.29 | 0.44 |
| Hex | 50 | 53 | 91 | 2D | 2B | 0 | 2B | ED | 1D | 2C |
| Octal | 120 | 123 | 221 | 55 | 53 | 0 | 53 | 355 | 35 | 54 |
| Binary | 1010000 | 1010011 | 10010001 | 101101 | 101011 | 0 | 101011 | 11101101 | 11101 | 101100 |
Color Harmonies of #505391
Complementary color
Monochromatic Colors of #505391
Black with #505391
Text Example
Text Example
White with #505391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505391; }
p { color: rgb(80,83,145); }
H1.HeaderClassName
{
color: #505391;
}
.AnyTagClassName
{
color: #505391;
}
</style>
background-color css
<style>
a { background-color: #505391; }
a { background-color: rgb(80,83,145); }
div.DivClassName
{
background-color: #505391;
}
.BgClassName
{
background-color: #505391;
}
</style>
border-color css
<style>
span { border-color: #505391; }
span { border-color: rgb(80,83,145); }
td.TdClassName
{
border-color: #505391;
}
.TagClassName
{
border-color: #505391;
}
</style>