Shades of Governor Bay #51598D
Tints of Governor Bay #51598D
RGB
CMYK
RGB Variations
Color information
#51598D (or 0x51598D) is known color: Governor Bay. HEX triplet: 51, 59 and 8D. RGB value is (81,89,141). Sum of RGB (Red+Green+Blue) = 81+89+141=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #51598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51598D is #AEA672. Grayscale: #5C5C5C. Windows color (decimal): -11445875 or 9263441. OLE color: 9263441.
HSL color Cylindrical-coordinate representation of color #51598D: hue angle of 232º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51598D is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 89 | 141 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.45 |
| HSL | 232º | 0.27% | 0.44% | - |
| HSV(B) | 232º | 0.43% | 0.55% | - |
| XYZ | 11.77 | 10.82 | 26.67 | - |
| YUV | 92.54 | 155.35 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 89 | 141 | 0.43 | 0.37 | 0 | 0.45 | 232 | 0.27 | 0.44 |
| Hex | 51 | 59 | 8D | 2B | 25 | 0 | 2D | E8 | 1B | 2C |
| Octal | 121 | 131 | 215 | 53 | 45 | 0 | 55 | 350 | 33 | 54 |
| Binary | 1010001 | 1011001 | 10001101 | 101011 | 100101 | 0 | 101101 | 11101000 | 11011 | 101100 |
Color Harmonies of #51598D
Complementary color
Monochromatic Colors of #51598D
Black with #51598D
Text Example
Text Example
White with #51598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51598D; }
p { color: rgb(81,89,141); }
H1.HeaderClassName
{
color: #51598D;
}
.AnyTagClassName
{
color: #51598D;
}
</style>
background-color css
<style>
a { background-color: #51598D; }
a { background-color: rgb(81,89,141); }
div.DivClassName
{
background-color: #51598D;
}
.BgClassName
{
background-color: #51598D;
}
</style>
border-color css
<style>
span { border-color: #51598D; }
span { border-color: rgb(81,89,141); }
td.TdClassName
{
border-color: #51598D;
}
.TagClassName
{
border-color: #51598D;
}
</style>