Shades of Governor Bay #514F9F
Tints of Governor Bay #514F9F
RGB
CMYK
RGB Variations
Color information
#514F9F (or 0x514F9F) is known color: Governor Bay. HEX triplet: 51, 4F and 9F. RGB value is (81,79,159). Sum of RGB (Red+Green+Blue) = 81+79+159=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #514F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514F9F is #AEB060. Grayscale: #585858. Windows color (decimal): -11448417 or 10440529. OLE color: 10440529.
HSL color Cylindrical-coordinate representation of color #514F9F: hue angle of 241.5º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #514F9F is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 79 | 159 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.38 |
| HSL | 241.5º | 0.34% | 0.47% | - |
| HSV(B) | 241.5º | 0.5% | 0.62% | - |
| XYZ | 12.45 | 9.84 | 34.05 | - |
| YUV | 88.72 | 167.66 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 159 | 0.49 | 0.50 | 0 | 0.38 | 241.5 | 0.34 | 0.47 |
| Hex | 51 | 4F | 9F | 31 | 32 | 0 | 26 | F2 | 22 | 2F |
| Octal | 121 | 117 | 237 | 61 | 62 | 0 | 46 | 362 | 42 | 57 |
| Binary | 1010001 | 1001111 | 10011111 | 110001 | 110010 | 0 | 100110 | 11110010 | 100010 | 101111 |
Color Harmonies of #514F9F
Complementary color
Monochromatic Colors of #514F9F
Black with #514F9F
Text Example
Text Example
White with #514F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F9F; }
p { color: rgb(81,79,159); }
H1.HeaderClassName
{
color: #514F9F;
}
.AnyTagClassName
{
color: #514F9F;
}
</style>
background-color css
<style>
a { background-color: #514F9F; }
a { background-color: rgb(81,79,159); }
div.DivClassName
{
background-color: #514F9F;
}
.BgClassName
{
background-color: #514F9F;
}
</style>
border-color css
<style>
span { border-color: #514F9F; }
span { border-color: rgb(81,79,159); }
td.TdClassName
{
border-color: #514F9F;
}
.TagClassName
{
border-color: #514F9F;
}
</style>