Shades of Governor Bay #504C96
Tints of Governor Bay #504C96
RGB
CMYK
RGB Variations
Color information
#504C96 (or 0x504C96) is known color: Governor Bay. HEX triplet: 50, 4C and 96. RGB value is (80,76,150). Sum of RGB (Red+Green+Blue) = 80+76+150=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 150 - color contains mainly: blue. Hex color #504C96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504C96 is #AFB369. Grayscale: #555555. Windows color (decimal): -11514730 or 9849936. OLE color: 9849936.
HSL color Cylindrical-coordinate representation of color #504C96: hue angle of 243.24º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #504C96 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 76 | 150 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.41 |
| HSL | 243.24º | 0.33% | 0.44% | - |
| HSV(B) | 243.24º | 0.49% | 0.59% | - |
| XYZ | 11.4 | 9.08 | 30.01 | - |
| YUV | 85.63 | 164.33 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 150 | 0.47 | 0.49 | 0 | 0.41 | 243.24 | 0.33 | 0.44 |
| Hex | 50 | 4C | 96 | 2F | 31 | 0 | 29 | F3 | 21 | 2C |
| Octal | 120 | 114 | 226 | 57 | 61 | 0 | 51 | 363 | 41 | 54 |
| Binary | 1010000 | 1001100 | 10010110 | 101111 | 110001 | 0 | 101001 | 11110011 | 100001 | 101100 |
Color Harmonies of #504C96
Complementary color
Monochromatic Colors of #504C96
Black with #504C96
Text Example
Text Example
White with #504C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504C96; }
p { color: rgb(80,76,150); }
H1.HeaderClassName
{
color: #504C96;
}
.AnyTagClassName
{
color: #504C96;
}
</style>
background-color css
<style>
a { background-color: #504C96; }
a { background-color: rgb(80,76,150); }
div.DivClassName
{
background-color: #504C96;
}
.BgClassName
{
background-color: #504C96;
}
</style>
border-color css
<style>
span { border-color: #504C96; }
span { border-color: rgb(80,76,150); }
td.TdClassName
{
border-color: #504C96;
}
.TagClassName
{
border-color: #504C96;
}
</style>