Shades of Governor Bay #59629E
Tints of Governor Bay #59629E
RGB
CMYK
RGB Variations
Color information
#59629E (or 0x59629E) is known color: Governor Bay. HEX triplet: 59, 62 and 9E. RGB value is (89,98,158). Sum of RGB (Red+Green+Blue) = 89+98+158=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #59629E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59629E is #A69D61. Grayscale: #656565. Windows color (decimal): -10919266 or 10379865. OLE color: 10379865.
HSL color Cylindrical-coordinate representation of color #59629E: hue angle of 232.17º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59629E is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 98 | 158 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.38 |
| HSL | 232.17º | 0.28% | 0.48% | - |
| HSV(B) | 232.17º | 0.44% | 0.62% | - |
| XYZ | 14.66 | 13.33 | 34.15 | - |
| YUV | 102.15 | 159.52 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 98 | 158 | 0.44 | 0.38 | 0 | 0.38 | 232.17 | 0.28 | 0.48 |
| Hex | 59 | 62 | 9E | 2C | 26 | 0 | 26 | E8 | 1C | 30 |
| Octal | 131 | 142 | 236 | 54 | 46 | 0 | 46 | 350 | 34 | 60 |
| Binary | 1011001 | 1100010 | 10011110 | 101100 | 100110 | 0 | 100110 | 11101000 | 11100 | 110000 |
Color Harmonies of #59629E
Complementary color
Monochromatic Colors of #59629E
Black with #59629E
Text Example
Text Example
White with #59629E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59629E; }
p { color: rgb(89,98,158); }
H1.HeaderClassName
{
color: #59629E;
}
.AnyTagClassName
{
color: #59629E;
}
</style>
background-color css
<style>
a { background-color: #59629E; }
a { background-color: rgb(89,98,158); }
div.DivClassName
{
background-color: #59629E;
}
.BgClassName
{
background-color: #59629E;
}
</style>
border-color css
<style>
span { border-color: #59629E; }
span { border-color: rgb(89,98,158); }
td.TdClassName
{
border-color: #59629E;
}
.TagClassName
{
border-color: #59629E;
}
</style>