Shades of Governor Bay #504F9D
Tints of Governor Bay #504F9D
RGB
CMYK
RGB Variations
Color information
#504F9D (or 0x504F9D) is known color: Governor Bay. HEX triplet: 50, 4F and 9D. RGB value is (80,79,157). Sum of RGB (Red+Green+Blue) = 80+79+157=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #504F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504F9D is #AFB062. Grayscale: #575757. Windows color (decimal): -11513955 or 10309456. OLE color: 10309456.
HSL color Cylindrical-coordinate representation of color #504F9D: hue angle of 240.77º degrees, saturation: 0.33, 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 #504F9D is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 79 | 157 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.38 |
| HSL | 240.77º | 0.33% | 0.46% | - |
| HSV(B) | 240.77º | 0.5% | 0.62% | - |
| XYZ | 12.19 | 9.73 | 33.13 | - |
| YUV | 88.19 | 166.83 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 157 | 0.49 | 0.50 | 0 | 0.38 | 240.77 | 0.33 | 0.46 |
| Hex | 50 | 4F | 9D | 31 | 32 | 0 | 26 | F1 | 21 | 2E |
| Octal | 120 | 117 | 235 | 61 | 62 | 0 | 46 | 361 | 41 | 56 |
| Binary | 1010000 | 1001111 | 10011101 | 110001 | 110010 | 0 | 100110 | 11110001 | 100001 | 101110 |
Color Harmonies of #504F9D
Complementary color
Monochromatic Colors of #504F9D
Black with #504F9D
Text Example
Text Example
White with #504F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F9D; }
p { color: rgb(80,79,157); }
H1.HeaderClassName
{
color: #504F9D;
}
.AnyTagClassName
{
color: #504F9D;
}
</style>
background-color css
<style>
a { background-color: #504F9D; }
a { background-color: rgb(80,79,157); }
div.DivClassName
{
background-color: #504F9D;
}
.BgClassName
{
background-color: #504F9D;
}
</style>
border-color css
<style>
span { border-color: #504F9D; }
span { border-color: rgb(80,79,157); }
td.TdClassName
{
border-color: #504F9D;
}
.TagClassName
{
border-color: #504F9D;
}
</style>