Shades of Governor Bay #59609F
Tints of Governor Bay #59609F
RGB
CMYK
RGB Variations
Color information
#59609F (or 0x59609F) is known color: Governor Bay. HEX triplet: 59, 60 and 9F. RGB value is (89,96,159). Sum of RGB (Red+Green+Blue) = 89+96+159=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #59609F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59609F is #A69F60. Grayscale: #646464. Windows color (decimal): -10919777 or 10444889. OLE color: 10444889.
HSL color Cylindrical-coordinate representation of color #59609F: hue angle of 234º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59609F is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 96 | 159 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.38 |
| HSL | 234º | 0.28% | 0.49% | - |
| HSV(B) | 234º | 0.44% | 0.62% | - |
| XYZ | 14.56 | 12.99 | 34.54 | - |
| YUV | 101.09 | 160.68 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 159 | 0.44 | 0.40 | 0 | 0.38 | 234 | 0.28 | 0.49 |
| Hex | 59 | 60 | 9F | 2C | 28 | 0 | 26 | EA | 1C | 31 |
| Octal | 131 | 140 | 237 | 54 | 50 | 0 | 46 | 352 | 34 | 61 |
| Binary | 1011001 | 1100000 | 10011111 | 101100 | 101000 | 0 | 100110 | 11101010 | 11100 | 110001 |
Color Harmonies of #59609F
Complementary color
Monochromatic Colors of #59609F
Black with #59609F
Text Example
Text Example
White with #59609F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59609F; }
p { color: rgb(89,96,159); }
H1.HeaderClassName
{
color: #59609F;
}
.AnyTagClassName
{
color: #59609F;
}
</style>
background-color css
<style>
a { background-color: #59609F; }
a { background-color: rgb(89,96,159); }
div.DivClassName
{
background-color: #59609F;
}
.BgClassName
{
background-color: #59609F;
}
</style>
border-color css
<style>
span { border-color: #59609F; }
span { border-color: rgb(89,96,159); }
td.TdClassName
{
border-color: #59609F;
}
.TagClassName
{
border-color: #59609F;
}
</style>