Shades of Governor Bay #514D9A
Tints of Governor Bay #514D9A
RGB
CMYK
RGB Variations
Color information
#514D9A (or 0x514D9A) is known color: Governor Bay. HEX triplet: 51, 4D and 9A. RGB value is (81,77,154). Sum of RGB (Red+Green+Blue) = 81+77+154=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #514D9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514D9A is #AEB265. Grayscale: #565656. Windows color (decimal): -11448934 or 10112337. OLE color: 10112337.
HSL color Cylindrical-coordinate representation of color #514D9A: hue angle of 243.12º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #514D9A is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 77 | 154 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.40 |
| HSL | 243.12º | 0.33% | 0.45% | - |
| HSV(B) | 243.12º | 0.5% | 0.6% | - |
| XYZ | 11.88 | 9.39 | 31.76 | - |
| YUV | 86.97 | 165.83 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 154 | 0.47 | 0.50 | 0 | 0.40 | 243.12 | 0.33 | 0.45 |
| Hex | 51 | 4D | 9A | 2F | 32 | 0 | 28 | F3 | 21 | 2D |
| Octal | 121 | 115 | 232 | 57 | 62 | 0 | 50 | 363 | 41 | 55 |
| Binary | 1010001 | 1001101 | 10011010 | 101111 | 110010 | 0 | 101000 | 11110011 | 100001 | 101101 |
Color Harmonies of #514D9A
Complementary color
Monochromatic Colors of #514D9A
Black with #514D9A
Text Example
Text Example
White with #514D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D9A; }
p { color: rgb(81,77,154); }
H1.HeaderClassName
{
color: #514D9A;
}
.AnyTagClassName
{
color: #514D9A;
}
</style>
background-color css
<style>
a { background-color: #514D9A; }
a { background-color: rgb(81,77,154); }
div.DivClassName
{
background-color: #514D9A;
}
.BgClassName
{
background-color: #514D9A;
}
</style>
border-color css
<style>
span { border-color: #514D9A; }
span { border-color: rgb(81,77,154); }
td.TdClassName
{
border-color: #514D9A;
}
.TagClassName
{
border-color: #514D9A;
}
</style>