Shades of Governor Bay #514C91
Tints of Governor Bay #514C91
RGB
CMYK
RGB Variations
Color information
#514C91 (or 0x514C91) is known color: Governor Bay. HEX triplet: 51, 4C and 91. RGB value is (81,76,145). Sum of RGB (Red+Green+Blue) = 81+76+145=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #514C91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514C91 is #AEB36E. Grayscale: #555555. Windows color (decimal): -11449199 or 9522257. OLE color: 9522257.
HSL color Cylindrical-coordinate representation of color #514C91: hue angle of 244.35º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #514C91 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 76 | 145 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.43 |
| HSL | 244.35º | 0.31% | 0.43% | - |
| HSV(B) | 244.35º | 0.48% | 0.57% | - |
| XYZ | 11.09 | 8.96 | 27.93 | - |
| YUV | 85.36 | 161.66 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 145 | 0.44 | 0.48 | 0 | 0.43 | 244.35 | 0.31 | 0.43 |
| Hex | 51 | 4C | 91 | 2C | 30 | 0 | 2B | F4 | 1F | 2B |
| Octal | 121 | 114 | 221 | 54 | 60 | 0 | 53 | 364 | 37 | 53 |
| Binary | 1010001 | 1001100 | 10010001 | 101100 | 110000 | 0 | 101011 | 11110100 | 11111 | 101011 |
Color Harmonies of #514C91
Complementary color
Monochromatic Colors of #514C91
Black with #514C91
Text Example
Text Example
White with #514C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514C91; }
p { color: rgb(81,76,145); }
H1.HeaderClassName
{
color: #514C91;
}
.AnyTagClassName
{
color: #514C91;
}
</style>
background-color css
<style>
a { background-color: #514C91; }
a { background-color: rgb(81,76,145); }
div.DivClassName
{
background-color: #514C91;
}
.BgClassName
{
background-color: #514C91;
}
</style>
border-color css
<style>
span { border-color: #514C91; }
span { border-color: rgb(81,76,145); }
td.TdClassName
{
border-color: #514C91;
}
.TagClassName
{
border-color: #514C91;
}
</style>