Shades of Governor Bay #514E93
Tints of Governor Bay #514E93
RGB
CMYK
RGB Variations
Color information
#514E93 (or 0x514E93) is known color: Governor Bay. HEX triplet: 51, 4E and 93. RGB value is (81,78,147). Sum of RGB (Red+Green+Blue) = 81+78+147=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #514E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514E93 is #AEB16C. Grayscale: #565656. Windows color (decimal): -11448685 or 9653841. OLE color: 9653841.
HSL color Cylindrical-coordinate representation of color #514E93: hue angle of 242.61º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #514E93 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 78 | 147 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.42 |
| HSL | 242.61º | 0.31% | 0.44% | - |
| HSV(B) | 242.61º | 0.47% | 0.58% | - |
| XYZ | 11.38 | 9.3 | 28.8 | - |
| YUV | 86.76 | 161.99 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 147 | 0.45 | 0.47 | 0 | 0.42 | 242.61 | 0.31 | 0.44 |
| Hex | 51 | 4E | 93 | 2D | 2F | 0 | 2A | F3 | 1F | 2C |
| Octal | 121 | 116 | 223 | 55 | 57 | 0 | 52 | 363 | 37 | 54 |
| Binary | 1010001 | 1001110 | 10010011 | 101101 | 101111 | 0 | 101010 | 11110011 | 11111 | 101100 |
Color Harmonies of #514E93
Complementary color
Monochromatic Colors of #514E93
Black with #514E93
Text Example
Text Example
White with #514E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E93; }
p { color: rgb(81,78,147); }
H1.HeaderClassName
{
color: #514E93;
}
.AnyTagClassName
{
color: #514E93;
}
</style>
background-color css
<style>
a { background-color: #514E93; }
a { background-color: rgb(81,78,147); }
div.DivClassName
{
background-color: #514E93;
}
.BgClassName
{
background-color: #514E93;
}
</style>
border-color css
<style>
span { border-color: #514E93; }
span { border-color: rgb(81,78,147); }
td.TdClassName
{
border-color: #514E93;
}
.TagClassName
{
border-color: #514E93;
}
</style>