Shades of Governor Bay #51529F
Tints of Governor Bay #51529F
RGB
CMYK
RGB Variations
Color information
#51529F (or 0x51529F) is known color: Governor Bay. HEX triplet: 51, 52 and 9F. RGB value is (81,82,159). Sum of RGB (Red+Green+Blue) = 81+82+159=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #51529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51529F is #AEAD60. Grayscale: #5A5A5A. Windows color (decimal): -11447649 or 10441297. OLE color: 10441297.
HSL color Cylindrical-coordinate representation of color #51529F: hue angle of 239.23º 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 #51529F is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 82 | 159 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.38 |
| HSL | 239.23º | 0.33% | 0.47% | - |
| HSV(B) | 239.23º | 0.49% | 0.62% | - |
| XYZ | 12.67 | 10.29 | 34.12 | - |
| YUV | 90.48 | 166.67 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 159 | 0.49 | 0.48 | 0 | 0.38 | 239.23 | 0.33 | 0.47 |
| Hex | 51 | 52 | 9F | 31 | 30 | 0 | 26 | EF | 20 | 2F |
| Octal | 121 | 122 | 237 | 61 | 60 | 0 | 46 | 357 | 40 | 57 |
| Binary | 1010001 | 1010010 | 10011111 | 110001 | 110000 | 0 | 100110 | 11101111 | 100000 | 101111 |
Color Harmonies of #51529F
Complementary color
Monochromatic Colors of #51529F
Black with #51529F
Text Example
Text Example
White with #51529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51529F; }
p { color: rgb(81,82,159); }
H1.HeaderClassName
{
color: #51529F;
}
.AnyTagClassName
{
color: #51529F;
}
</style>
background-color css
<style>
a { background-color: #51529F; }
a { background-color: rgb(81,82,159); }
div.DivClassName
{
background-color: #51529F;
}
.BgClassName
{
background-color: #51529F;
}
</style>
border-color css
<style>
span { border-color: #51529F; }
span { border-color: rgb(81,82,159); }
td.TdClassName
{
border-color: #51529F;
}
.TagClassName
{
border-color: #51529F;
}
</style>