Shades of Governor Bay #595E89
Tints of Governor Bay #595E89
RGB
CMYK
RGB Variations
Color information
#595E89 (or 0x595E89) is known color: Governor Bay. HEX triplet: 59, 5E and 89. RGB value is (89,94,137). Sum of RGB (Red+Green+Blue) = 89+94+137=320 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.81% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 137 - color contains mainly: blue. Hex color #595E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595E89 is #A6A176. Grayscale: #616161. Windows color (decimal): -10920311 or 9002585. OLE color: 9002585.
HSL color Cylindrical-coordinate representation of color #595E89: hue angle of 233.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #595E89 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 94 | 137 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.46 |
| HSL | 233.75º | 0.21% | 0.44% | - |
| HSV(B) | 233.75º | 0.35% | 0.54% | - |
| XYZ | 12.64 | 11.94 | 25.3 | - |
| YUV | 97.41 | 150.34 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 137 | 0.35 | 0.31 | 0 | 0.46 | 233.75 | 0.21 | 0.44 |
| Hex | 59 | 5E | 89 | 23 | 1F | 0 | 2E | EA | 15 | 2C |
| Octal | 131 | 136 | 211 | 43 | 37 | 0 | 56 | 352 | 25 | 54 |
| Binary | 1011001 | 1011110 | 10001001 | 100011 | 11111 | 0 | 101110 | 11101010 | 10101 | 101100 |
Color Harmonies of #595E89
Complementary color
Monochromatic Colors of #595E89
Black with #595E89
Text Example
Text Example
White with #595E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595E89; }
p { color: rgb(89,94,137); }
H1.HeaderClassName
{
color: #595E89;
}
.AnyTagClassName
{
color: #595E89;
}
</style>
background-color css
<style>
a { background-color: #595E89; }
a { background-color: rgb(89,94,137); }
div.DivClassName
{
background-color: #595E89;
}
.BgClassName
{
background-color: #595E89;
}
</style>
border-color css
<style>
span { border-color: #595E89; }
span { border-color: rgb(89,94,137); }
td.TdClassName
{
border-color: #595E89;
}
.TagClassName
{
border-color: #595E89;
}
</style>