Shades of Governor Bay #595C89
Tints of Governor Bay #595C89
RGB
CMYK
RGB Variations
Color information
#595C89 (or 0x595C89) is known color: Governor Bay. HEX triplet: 59, 5C and 89. RGB value is (89,92,137). Sum of RGB (Red+Green+Blue) = 89+92+137=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 137 - color contains mainly: blue. Hex color #595C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595C89 is #A6A376. Grayscale: #606060. Windows color (decimal): -10920823 or 9002073. OLE color: 9002073.
HSL color Cylindrical-coordinate representation of color #595C89: hue angle of 236.25º 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 #595C89 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 92 | 137 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.46 |
| HSL | 236.25º | 0.21% | 0.44% | - |
| HSV(B) | 236.25º | 0.35% | 0.54% | - |
| XYZ | 12.46 | 11.58 | 25.25 | - |
| YUV | 96.23 | 151.01 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 137 | 0.35 | 0.33 | 0 | 0.46 | 236.25 | 0.21 | 0.44 |
| Hex | 59 | 5C | 89 | 23 | 21 | 0 | 2E | EC | 15 | 2C |
| Octal | 131 | 134 | 211 | 43 | 41 | 0 | 56 | 354 | 25 | 54 |
| Binary | 1011001 | 1011100 | 10001001 | 100011 | 100001 | 0 | 101110 | 11101100 | 10101 | 101100 |
Color Harmonies of #595C89
Complementary color
Monochromatic Colors of #595C89
Black with #595C89
Text Example
Text Example
White with #595C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C89; }
p { color: rgb(89,92,137); }
H1.HeaderClassName
{
color: #595C89;
}
.AnyTagClassName
{
color: #595C89;
}
</style>
background-color css
<style>
a { background-color: #595C89; }
a { background-color: rgb(89,92,137); }
div.DivClassName
{
background-color: #595C89;
}
.BgClassName
{
background-color: #595C89;
}
</style>
border-color css
<style>
span { border-color: #595C89; }
span { border-color: rgb(89,92,137); }
td.TdClassName
{
border-color: #595C89;
}
.TagClassName
{
border-color: #595C89;
}
</style>