Shades of Governor Bay #505393
Tints of Governor Bay #505393
RGB
CMYK
RGB Variations
Color information
#505393 (or 0x505393) is known color: Governor Bay. HEX triplet: 50, 53 and 93. RGB value is (80,83,147). Sum of RGB (Red+Green+Blue) = 80+83+147=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #505393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505393 is #AFAC6C. Grayscale: #595959. Windows color (decimal): -11512941 or 9655120. OLE color: 9655120.
HSL color Cylindrical-coordinate representation of color #505393: hue angle of 237.31º 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 #505393 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 83 | 147 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.42 |
| HSL | 237.31º | 0.3% | 0.45% | - |
| HSV(B) | 237.31º | 0.46% | 0.58% | - |
| XYZ | 11.67 | 10 | 28.92 | - |
| YUV | 89.4 | 160.51 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 147 | 0.46 | 0.44 | 0 | 0.42 | 237.31 | 0.3 | 0.45 |
| Hex | 50 | 53 | 93 | 2E | 2C | 0 | 2A | ED | 1E | 2D |
| Octal | 120 | 123 | 223 | 56 | 54 | 0 | 52 | 355 | 36 | 55 |
| Binary | 1010000 | 1010011 | 10010011 | 101110 | 101100 | 0 | 101010 | 11101101 | 11110 | 101101 |
Color Harmonies of #505393
Complementary color
Monochromatic Colors of #505393
Black with #505393
Text Example
Text Example
White with #505393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505393; }
p { color: rgb(80,83,147); }
H1.HeaderClassName
{
color: #505393;
}
.AnyTagClassName
{
color: #505393;
}
</style>
background-color css
<style>
a { background-color: #505393; }
a { background-color: rgb(80,83,147); }
div.DivClassName
{
background-color: #505393;
}
.BgClassName
{
background-color: #505393;
}
</style>
border-color css
<style>
span { border-color: #505393; }
span { border-color: rgb(80,83,147); }
td.TdClassName
{
border-color: #505393;
}
.TagClassName
{
border-color: #505393;
}
</style>