Shades of Governor Bay #514F99
Tints of Governor Bay #514F99
RGB
CMYK
RGB Variations
Color information
#514F99 (or 0x514F99) is known color: Governor Bay. HEX triplet: 51, 4F and 99. RGB value is (81,79,153). Sum of RGB (Red+Green+Blue) = 81+79+153=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #514F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514F99 is #AEB066. Grayscale: #575757. Windows color (decimal): -11448423 or 10047313. OLE color: 10047313.
HSL color Cylindrical-coordinate representation of color #514F99: hue angle of 241.62º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #514F99 is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 81 | 79 | 153 | - |
| CMYK | 0.47 | 0.48 | 0 | 0.4 |
| HSL | 241.62º | 0.32% | 0.45% | - |
| HSV(B) | 241.62º | 0.48% | 0.6% | - |
| XYZ | 11.94 | 9.64 | 31.37 | - |
| YUV | 88.03 | 164.66 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 153 | 0.47 | 0.48 | 0 | 0.4 | 241.62 | 0.32 | 0.45 |
| Hex | 51 | 4F | 99 | 2F | 30 | 0 | 28 | F2 | 20 | 2D |
| Octal | 121 | 117 | 231 | 57 | 60 | 0 | 50 | 362 | 40 | 55 |
| Binary | 1010001 | 1001111 | 10011001 | 101111 | 110000 | 0 | 101000 | 11110010 | 100000 | 101101 |
Color Harmonies of #514F99
Complementary color
Monochromatic Colors of #514F99
Black with #514F99
Text Example
Text Example
White with #514F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F99; }
p { color: rgb(81,79,153); }
H1.HeaderClassName
{
color: #514F99;
}
.AnyTagClassName
{
color: #514F99;
}
</style>
background-color css
<style>
a { background-color: #514F99; }
a { background-color: rgb(81,79,153); }
div.DivClassName
{
background-color: #514F99;
}
.BgClassName
{
background-color: #514F99;
}
</style>
border-color css
<style>
span { border-color: #514F99; }
span { border-color: rgb(81,79,153); }
td.TdClassName
{
border-color: #514F99;
}
.TagClassName
{
border-color: #514F99;
}
</style>