Shades of Governor Bay #504DA1
Tints of Governor Bay #504DA1
RGB
CMYK
RGB Variations
Color information
#504DA1 (or 0x504DA1) is known color: Governor Bay. HEX triplet: 50, 4D and A1. RGB value is (80,77,161). Sum of RGB (Red+Green+Blue) = 80+77+161=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 161 (63.28% from 255 or 50.63% from 318); Max value from RGB is 161 - color contains mainly: blue. Hex color #504DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504DA1 is #AFB25E. Grayscale: #575757. Windows color (decimal): -11514463 or 10571088. OLE color: 10571088.
HSL color Cylindrical-coordinate representation of color #504DA1: hue angle of 242.14º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #504DA1 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 77 | 161 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.37 |
| HSL | 242.14º | 0.35% | 0.47% | - |
| HSV(B) | 242.14º | 0.52% | 0.63% | - |
| XYZ | 12.4 | 9.59 | 34.92 | - |
| YUV | 87.47 | 169.49 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 161 | 0.50 | 0.52 | 0 | 0.37 | 242.14 | 0.35 | 0.47 |
| Hex | 50 | 4D | A1 | 32 | 34 | 0 | 25 | F2 | 23 | 2F |
| Octal | 120 | 115 | 241 | 62 | 64 | 0 | 45 | 362 | 43 | 57 |
| Binary | 1010000 | 1001101 | 10100001 | 110010 | 110100 | 0 | 100101 | 11110010 | 100011 | 101111 |
Color Harmonies of #504DA1
Complementary color
Monochromatic Colors of #504DA1
Black with #504DA1
Text Example
Text Example
White with #504DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504DA1; }
p { color: rgb(80,77,161); }
H1.HeaderClassName
{
color: #504DA1;
}
.AnyTagClassName
{
color: #504DA1;
}
</style>
background-color css
<style>
a { background-color: #504DA1; }
a { background-color: rgb(80,77,161); }
div.DivClassName
{
background-color: #504DA1;
}
.BgClassName
{
background-color: #504DA1;
}
</style>
border-color css
<style>
span { border-color: #504DA1; }
span { border-color: rgb(80,77,161); }
td.TdClassName
{
border-color: #504DA1;
}
.TagClassName
{
border-color: #504DA1;
}
</style>