Shades of Governor Bay #595E87
Tints of Governor Bay #595E87
RGB
CMYK
RGB Variations
Color information
#595E87 (or 0x595E87) is known color: Governor Bay. HEX triplet: 59, 5E and 87. RGB value is (89,94,135). Sum of RGB (Red+Green+Blue) = 89+94+135=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 135 - color contains mainly: blue. Hex color #595E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595E87 is #A6A178. Grayscale: #616161. Windows color (decimal): -10920313 or 8871513. OLE color: 8871513.
HSL color Cylindrical-coordinate representation of color #595E87: hue angle of 233.48º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #595E87 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 94 | 135 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.47 |
| HSL | 233.48º | 0.21% | 0.44% | - |
| HSV(B) | 233.48º | 0.34% | 0.53% | - |
| XYZ | 12.5 | 11.88 | 24.56 | - |
| YUV | 97.18 | 149.34 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 135 | 0.34 | 0.30 | 0 | 0.47 | 233.48 | 0.21 | 0.44 |
| Hex | 59 | 5E | 87 | 22 | 1E | 0 | 2F | E9 | 15 | 2C |
| Octal | 131 | 136 | 207 | 42 | 36 | 0 | 57 | 351 | 25 | 54 |
| Binary | 1011001 | 1011110 | 10000111 | 100010 | 11110 | 0 | 101111 | 11101001 | 10101 | 101100 |
Color Harmonies of #595E87
Complementary color
Monochromatic Colors of #595E87
Black with #595E87
Text Example
Text Example
White with #595E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595E87; }
p { color: rgb(89,94,135); }
H1.HeaderClassName
{
color: #595E87;
}
.AnyTagClassName
{
color: #595E87;
}
</style>
background-color css
<style>
a { background-color: #595E87; }
a { background-color: rgb(89,94,135); }
div.DivClassName
{
background-color: #595E87;
}
.BgClassName
{
background-color: #595E87;
}
</style>
border-color css
<style>
span { border-color: #595E87; }
span { border-color: rgb(89,94,135); }
td.TdClassName
{
border-color: #595E87;
}
.TagClassName
{
border-color: #595E87;
}
</style>