Shades of Governor Bay #504E90
Tints of Governor Bay #504E90
RGB
CMYK
RGB Variations
Color information
#504E90 (or 0x504E90) is known color: Governor Bay. HEX triplet: 50, 4E and 90. RGB value is (80,78,144). Sum of RGB (Red+Green+Blue) = 80+78+144=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #504E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504E90 is #AFB16F. Grayscale: #555555. Windows color (decimal): -11514224 or 9457232. OLE color: 9457232.
HSL color Cylindrical-coordinate representation of color #504E90: hue angle of 241.82º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #504E90 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 78 | 144 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.44 |
| HSL | 241.82º | 0.3% | 0.44% | - |
| HSV(B) | 241.82º | 0.46% | 0.56% | - |
| XYZ | 11.07 | 9.17 | 27.57 | - |
| YUV | 86.12 | 160.66 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 144 | 0.44 | 0.46 | 0 | 0.44 | 241.82 | 0.3 | 0.44 |
| Hex | 50 | 4E | 90 | 2C | 2E | 0 | 2C | F2 | 1E | 2C |
| Octal | 120 | 116 | 220 | 54 | 56 | 0 | 54 | 362 | 36 | 54 |
| Binary | 1010000 | 1001110 | 10010000 | 101100 | 101110 | 0 | 101100 | 11110010 | 11110 | 101100 |
Color Harmonies of #504E90
Complementary color
Monochromatic Colors of #504E90
Black with #504E90
Text Example
Text Example
White with #504E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E90; }
p { color: rgb(80,78,144); }
H1.HeaderClassName
{
color: #504E90;
}
.AnyTagClassName
{
color: #504E90;
}
</style>
background-color css
<style>
a { background-color: #504E90; }
a { background-color: rgb(80,78,144); }
div.DivClassName
{
background-color: #504E90;
}
.BgClassName
{
background-color: #504E90;
}
</style>
border-color css
<style>
span { border-color: #504E90; }
span { border-color: rgb(80,78,144); }
td.TdClassName
{
border-color: #504E90;
}
.TagClassName
{
border-color: #504E90;
}
</style>