Shades of Governor Bay #514A9D
Tints of Governor Bay #514A9D
RGB
CMYK
RGB Variations
Color information
#514A9D (or 0x514A9D) is known color: Governor Bay. HEX triplet: 51, 4A and 9D. RGB value is (81,74,157). Sum of RGB (Red+Green+Blue) = 81+74+157=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #514A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514A9D is #AEB562. Grayscale: #555555. Windows color (decimal): -11449699 or 10308177. OLE color: 10308177.
HSL color Cylindrical-coordinate representation of color #514A9D: hue angle of 245.06º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #514A9D is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 74 | 157 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.38 |
| HSL | 245.06º | 0.36% | 0.45% | - |
| HSV(B) | 245.06º | 0.53% | 0.62% | - |
| XYZ | 11.93 | 9.08 | 33.02 | - |
| YUV | 85.56 | 168.32 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 157 | 0.48 | 0.53 | 0 | 0.38 | 245.06 | 0.36 | 0.45 |
| Hex | 51 | 4A | 9D | 30 | 35 | 0 | 26 | F5 | 24 | 2D |
| Octal | 121 | 112 | 235 | 60 | 65 | 0 | 46 | 365 | 44 | 55 |
| Binary | 1010001 | 1001010 | 10011101 | 110000 | 110101 | 0 | 100110 | 11110101 | 100100 | 101101 |
Color Harmonies of #514A9D
Complementary color
Monochromatic Colors of #514A9D
Black with #514A9D
Text Example
Text Example
White with #514A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514A9D; }
p { color: rgb(81,74,157); }
H1.HeaderClassName
{
color: #514A9D;
}
.AnyTagClassName
{
color: #514A9D;
}
</style>
background-color css
<style>
a { background-color: #514A9D; }
a { background-color: rgb(81,74,157); }
div.DivClassName
{
background-color: #514A9D;
}
.BgClassName
{
background-color: #514A9D;
}
</style>
border-color css
<style>
span { border-color: #514A9D; }
span { border-color: rgb(81,74,157); }
td.TdClassName
{
border-color: #514A9D;
}
.TagClassName
{
border-color: #514A9D;
}
</style>