Shades of Governor Bay #51519F
Tints of Governor Bay #51519F
RGB
CMYK
RGB Variations
Color information
#51519F (or 0x51519F) is known color: Governor Bay. HEX triplet: 51, 51 and 9F. RGB value is (81,81,159). Sum of RGB (Red+Green+Blue) = 81+81+159=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #51519F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51519F is #AEAE60. Grayscale: #595959. Windows color (decimal): -11447905 or 10441041. OLE color: 10441041.
HSL color Cylindrical-coordinate representation of color #51519F: hue angle of 240º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51519F is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 81 | 159 | - |
| CMYK | 0.49 | 0.49 | 0 | 0.38 |
| HSL | 240º | 0.33% | 0.47% | - |
| HSV(B) | 240º | 0.49% | 0.62% | - |
| XYZ | 12.59 | 10.14 | 34.09 | - |
| YUV | 89.89 | 167 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 81 | 159 | 0.49 | 0.49 | 0 | 0.38 | 240 | 0.33 | 0.47 |
| Hex | 51 | 51 | 9F | 31 | 31 | 0 | 26 | F0 | 20 | 2F |
| Octal | 121 | 121 | 237 | 61 | 61 | 0 | 46 | 360 | 40 | 57 |
| Binary | 1010001 | 1010001 | 10011111 | 110001 | 110001 | 0 | 100110 | 11110000 | 100000 | 101111 |
Color Harmonies of #51519F
Complementary color
Monochromatic Colors of #51519F
Black with #51519F
Text Example
Text Example
White with #51519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51519F; }
p { color: rgb(81,81,159); }
H1.HeaderClassName
{
color: #51519F;
}
.AnyTagClassName
{
color: #51519F;
}
</style>
background-color css
<style>
a { background-color: #51519F; }
a { background-color: rgb(81,81,159); }
div.DivClassName
{
background-color: #51519F;
}
.BgClassName
{
background-color: #51519F;
}
</style>
border-color css
<style>
span { border-color: #51519F; }
span { border-color: rgb(81,81,159); }
td.TdClassName
{
border-color: #51519F;
}
.TagClassName
{
border-color: #51519F;
}
</style>