Shades of Governor Bay #504E9D
Tints of Governor Bay #504E9D
RGB
CMYK
RGB Variations
Color information
#504E9D (or 0x504E9D) is known color: Governor Bay. HEX triplet: 50, 4E and 9D. RGB value is (80,78,157). Sum of RGB (Red+Green+Blue) = 80+78+157=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #504E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504E9D is #AFB162. Grayscale: #575757. Windows color (decimal): -11514211 or 10309200. OLE color: 10309200.
HSL color Cylindrical-coordinate representation of color #504E9D: hue angle of 241.52º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #504E9D is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 78 | 157 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.38 |
| HSL | 241.52º | 0.34% | 0.46% | - |
| HSV(B) | 241.52º | 0.5% | 0.62% | - |
| XYZ | 12.12 | 9.59 | 33.11 | - |
| YUV | 87.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 157 | 0.49 | 0.50 | 0 | 0.38 | 241.52 | 0.34 | 0.46 |
| Hex | 50 | 4E | 9D | 31 | 32 | 0 | 26 | F2 | 22 | 2E |
| Octal | 120 | 116 | 235 | 61 | 62 | 0 | 46 | 362 | 42 | 56 |
| Binary | 1010000 | 1001110 | 10011101 | 110001 | 110010 | 0 | 100110 | 11110010 | 100010 | 101110 |
Color Harmonies of #504E9D
Complementary color
Monochromatic Colors of #504E9D
Black with #504E9D
Text Example
Text Example
White with #504E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E9D; }
p { color: rgb(80,78,157); }
H1.HeaderClassName
{
color: #504E9D;
}
.AnyTagClassName
{
color: #504E9D;
}
</style>
background-color css
<style>
a { background-color: #504E9D; }
a { background-color: rgb(80,78,157); }
div.DivClassName
{
background-color: #504E9D;
}
.BgClassName
{
background-color: #504E9D;
}
</style>
border-color css
<style>
span { border-color: #504E9D; }
span { border-color: rgb(80,78,157); }
td.TdClassName
{
border-color: #504E9D;
}
.TagClassName
{
border-color: #504E9D;
}
</style>