Shades of Governor Bay #504D8F
Tints of Governor Bay #504D8F
RGB
CMYK
RGB Variations
Color information
#504D8F (or 0x504D8F) is known color: Governor Bay. HEX triplet: 50, 4D and 8F. RGB value is (80,77,143). Sum of RGB (Red+Green+Blue) = 80+77+143=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 143 (56.25% from 255 or 47.67% from 300); Max value from RGB is 143 - color contains mainly: blue. Hex color #504D8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504D8F is #AFB270. Grayscale: #555555. Windows color (decimal): -11514481 or 9391440. OLE color: 9391440.
HSL color Cylindrical-coordinate representation of color #504D8F: hue angle of 242.73º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #504D8F is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 77 | 143 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.44 |
| HSL | 242.73º | 0.3% | 0.43% | - |
| HSV(B) | 242.73º | 0.46% | 0.56% | - |
| XYZ | 10.92 | 9 | 27.15 | - |
| YUV | 85.42 | 160.49 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 143 | 0.44 | 0.46 | 0 | 0.44 | 242.73 | 0.3 | 0.43 |
| Hex | 50 | 4D | 8F | 2C | 2E | 0 | 2C | F3 | 1E | 2B |
| Octal | 120 | 115 | 217 | 54 | 56 | 0 | 54 | 363 | 36 | 53 |
| Binary | 1010000 | 1001101 | 10001111 | 101100 | 101110 | 0 | 101100 | 11110011 | 11110 | 101011 |
Color Harmonies of #504D8F
Complementary color
Monochromatic Colors of #504D8F
Black with #504D8F
Text Example
Text Example
White with #504D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504D8F; }
p { color: rgb(80,77,143); }
H1.HeaderClassName
{
color: #504D8F;
}
.AnyTagClassName
{
color: #504D8F;
}
</style>
background-color css
<style>
a { background-color: #504D8F; }
a { background-color: rgb(80,77,143); }
div.DivClassName
{
background-color: #504D8F;
}
.BgClassName
{
background-color: #504D8F;
}
</style>
border-color css
<style>
span { border-color: #504D8F; }
span { border-color: rgb(80,77,143); }
td.TdClassName
{
border-color: #504D8F;
}
.TagClassName
{
border-color: #504D8F;
}
</style>