Shades of Governor Bay #514DA1
Tints of Governor Bay #514DA1
RGB
CMYK
RGB Variations
Color information
#514DA1 (or 0x514DA1) is known color: Governor Bay. HEX triplet: 51, 4D and A1. RGB value is (81,77,161). Sum of RGB (Red+Green+Blue) = 81+77+161=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 161 (63.28% from 255 or 50.47% from 319); Max value from RGB is 161 - color contains mainly: blue. Hex color #514DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514DA1 is #AEB25E. Grayscale: #575757. Windows color (decimal): -11448927 or 10571089. OLE color: 10571089.
HSL color Cylindrical-coordinate representation of color #514DA1: hue angle of 242.86º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #514DA1 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 77 | 161 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.37 |
| HSL | 242.86º | 0.35% | 0.47% | - |
| HSV(B) | 242.86º | 0.52% | 0.63% | - |
| XYZ | 12.48 | 9.63 | 34.92 | - |
| YUV | 87.77 | 169.33 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 161 | 0.50 | 0.52 | 0 | 0.37 | 242.86 | 0.35 | 0.47 |
| Hex | 51 | 4D | A1 | 32 | 34 | 0 | 25 | F3 | 23 | 2F |
| Octal | 121 | 115 | 241 | 62 | 64 | 0 | 45 | 363 | 43 | 57 |
| Binary | 1010001 | 1001101 | 10100001 | 110010 | 110100 | 0 | 100101 | 11110011 | 100011 | 101111 |
Color Harmonies of #514DA1
Complementary color
Monochromatic Colors of #514DA1
Black with #514DA1
Text Example
Text Example
White with #514DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514DA1; }
p { color: rgb(81,77,161); }
H1.HeaderClassName
{
color: #514DA1;
}
.AnyTagClassName
{
color: #514DA1;
}
</style>
background-color css
<style>
a { background-color: #514DA1; }
a { background-color: rgb(81,77,161); }
div.DivClassName
{
background-color: #514DA1;
}
.BgClassName
{
background-color: #514DA1;
}
</style>
border-color css
<style>
span { border-color: #514DA1; }
span { border-color: rgb(81,77,161); }
td.TdClassName
{
border-color: #514DA1;
}
.TagClassName
{
border-color: #514DA1;
}
</style>