Shades of Governor Bay #59598C
Tints of Governor Bay #59598C
RGB
CMYK
RGB Variations
Color information
#59598C (or 0x59598C) is known color: Governor Bay. HEX triplet: 59, 59 and 8C. RGB value is (89,89,140). Sum of RGB (Red+Green+Blue) = 89+89+140=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #59598C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59598C is #A6A673. Grayscale: #5E5E5E. Windows color (decimal): -10921588 or 9197913. OLE color: 9197913.
HSL color Cylindrical-coordinate representation of color #59598C: hue angle of 240º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59598C is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 89 | 140 | - |
| CMYK | 0.36 | 0.36 | 0 | 0.45 |
| HSL | 240º | 0.22% | 0.45% | - |
| HSV(B) | 240º | 0.36% | 0.55% | - |
| XYZ | 12.43 | 11.16 | 26.31 | - |
| YUV | 94.81 | 153.5 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 89 | 140 | 0.36 | 0.36 | 0 | 0.45 | 240 | 0.22 | 0.45 |
| Hex | 59 | 59 | 8C | 24 | 24 | 0 | 2D | F0 | 16 | 2D |
| Octal | 131 | 131 | 214 | 44 | 44 | 0 | 55 | 360 | 26 | 55 |
| Binary | 1011001 | 1011001 | 10001100 | 100100 | 100100 | 0 | 101101 | 11110000 | 10110 | 101101 |
Color Harmonies of #59598C
Complementary color
Monochromatic Colors of #59598C
Black with #59598C
Text Example
Text Example
White with #59598C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59598C; }
p { color: rgb(89,89,140); }
H1.HeaderClassName
{
color: #59598C;
}
.AnyTagClassName
{
color: #59598C;
}
</style>
background-color css
<style>
a { background-color: #59598C; }
a { background-color: rgb(89,89,140); }
div.DivClassName
{
background-color: #59598C;
}
.BgClassName
{
background-color: #59598C;
}
</style>
border-color css
<style>
span { border-color: #59598C; }
span { border-color: rgb(89,89,140); }
td.TdClassName
{
border-color: #59598C;
}
.TagClassName
{
border-color: #59598C;
}
</style>