Shades of Governor Bay #514BA2
Tints of Governor Bay #514BA2
RGB
CMYK
RGB Variations
Color information
#514BA2 (or 0x514BA2) is known color: Governor Bay. HEX triplet: 51, 4B and A2. RGB value is (81,75,162). Sum of RGB (Red+Green+Blue) = 81+75+162=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 162 (63.67% from 255 or 50.94% from 318); Max value from RGB is 162 - color contains mainly: blue. Hex color #514BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514BA2 is #AEB45D. Grayscale: #565656. Windows color (decimal): -11449438 or 10636113. OLE color: 10636113.
HSL color Cylindrical-coordinate representation of color #514BA2: hue angle of 244.14º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #514BA2 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 75 | 162 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.36 |
| HSL | 244.14º | 0.37% | 0.46% | - |
| HSV(B) | 244.14º | 0.54% | 0.64% | - |
| XYZ | 12.43 | 9.39 | 35.34 | - |
| YUV | 86.71 | 170.49 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 162 | 0.50 | 0.54 | 0 | 0.36 | 244.14 | 0.37 | 0.46 |
| Hex | 51 | 4B | A2 | 32 | 36 | 0 | 24 | F4 | 25 | 2E |
| Octal | 121 | 113 | 242 | 62 | 66 | 0 | 44 | 364 | 45 | 56 |
| Binary | 1010001 | 1001011 | 10100010 | 110010 | 110110 | 0 | 100100 | 11110100 | 100101 | 101110 |
Color Harmonies of #514BA2
Complementary color
Monochromatic Colors of #514BA2
Black with #514BA2
Text Example
Text Example
White with #514BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514BA2; }
p { color: rgb(81,75,162); }
H1.HeaderClassName
{
color: #514BA2;
}
.AnyTagClassName
{
color: #514BA2;
}
</style>
background-color css
<style>
a { background-color: #514BA2; }
a { background-color: rgb(81,75,162); }
div.DivClassName
{
background-color: #514BA2;
}
.BgClassName
{
background-color: #514BA2;
}
</style>
border-color css
<style>
span { border-color: #514BA2; }
span { border-color: rgb(81,75,162); }
td.TdClassName
{
border-color: #514BA2;
}
.TagClassName
{
border-color: #514BA2;
}
</style>