Shades of Governor Bay #59639E
Tints of Governor Bay #59639E
RGB
CMYK
RGB Variations
Color information
#59639E (or 0x59639E) is known color: Governor Bay. HEX triplet: 59, 63 and 9E. RGB value is (89,99,158). Sum of RGB (Red+Green+Blue) = 89+99+158=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #59639E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59639E is #A69C61. Grayscale: #666666. Windows color (decimal): -10919010 or 10380121. OLE color: 10380121.
HSL color Cylindrical-coordinate representation of color #59639E: hue angle of 231.3º 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 #59639E is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 99 | 158 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.38 |
| HSL | 231.3º | 0.28% | 0.48% | - |
| HSV(B) | 231.3º | 0.44% | 0.62% | - |
| XYZ | 14.75 | 13.52 | 34.18 | - |
| YUV | 102.74 | 159.19 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 99 | 158 | 0.44 | 0.37 | 0 | 0.38 | 231.3 | 0.28 | 0.48 |
| Hex | 59 | 63 | 9E | 2C | 25 | 0 | 26 | E7 | 1C | 30 |
| Octal | 131 | 143 | 236 | 54 | 45 | 0 | 46 | 347 | 34 | 60 |
| Binary | 1011001 | 1100011 | 10011110 | 101100 | 100101 | 0 | 100110 | 11100111 | 11100 | 110000 |
Color Harmonies of #59639E
Complementary color
Monochromatic Colors of #59639E
Black with #59639E
Text Example
Text Example
White with #59639E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59639E; }
p { color: rgb(89,99,158); }
H1.HeaderClassName
{
color: #59639E;
}
.AnyTagClassName
{
color: #59639E;
}
</style>
background-color css
<style>
a { background-color: #59639E; }
a { background-color: rgb(89,99,158); }
div.DivClassName
{
background-color: #59639E;
}
.BgClassName
{
background-color: #59639E;
}
</style>
border-color css
<style>
span { border-color: #59639E; }
span { border-color: rgb(89,99,158); }
td.TdClassName
{
border-color: #59639E;
}
.TagClassName
{
border-color: #59639E;
}
</style>