Shades of Governor Bay #504998
Tints of Governor Bay #504998
RGB
CMYK
RGB Variations
Color information
#504998 (or 0x504998) is known color: Governor Bay. HEX triplet: 50, 49 and 98. RGB value is (80,73,152). Sum of RGB (Red+Green+Blue) = 80+73+152=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #504998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504998 is #AFB667. Grayscale: #535353. Windows color (decimal): -11515496 or 9980240. OLE color: 9980240.
HSL color Cylindrical-coordinate representation of color #504998: hue angle of 245.32º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #504998 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 73 | 152 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.40 |
| HSL | 245.32º | 0.35% | 0.44% | - |
| HSV(B) | 245.32º | 0.52% | 0.6% | - |
| XYZ | 11.36 | 8.74 | 30.79 | - |
| YUV | 84.1 | 166.32 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 73 | 152 | 0.47 | 0.52 | 0 | 0.40 | 245.32 | 0.35 | 0.44 |
| Hex | 50 | 49 | 98 | 2F | 34 | 0 | 28 | F5 | 23 | 2C |
| Octal | 120 | 111 | 230 | 57 | 64 | 0 | 50 | 365 | 43 | 54 |
| Binary | 1010000 | 1001001 | 10011000 | 101111 | 110100 | 0 | 101000 | 11110101 | 100011 | 101100 |
Color Harmonies of #504998
Complementary color
Monochromatic Colors of #504998
Black with #504998
Text Example
Text Example
White with #504998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504998; }
p { color: rgb(80,73,152); }
H1.HeaderClassName
{
color: #504998;
}
.AnyTagClassName
{
color: #504998;
}
</style>
background-color css
<style>
a { background-color: #504998; }
a { background-color: rgb(80,73,152); }
div.DivClassName
{
background-color: #504998;
}
.BgClassName
{
background-color: #504998;
}
</style>
border-color css
<style>
span { border-color: #504998; }
span { border-color: rgb(80,73,152); }
td.TdClassName
{
border-color: #504998;
}
.TagClassName
{
border-color: #504998;
}
</style>