Shades of Governor Bay #595895
Tints of Governor Bay #595895
RGB
CMYK
RGB Variations
Color information
#595895 (or 0x595895) is known color: Governor Bay. HEX triplet: 59, 58 and 95. RGB value is (89,88,149). Sum of RGB (Red+Green+Blue) = 89+88+149=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #595895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595895 is #A6A76A. Grayscale: #5F5F5F. Windows color (decimal): -10921835 or 9787481. OLE color: 9787481.
HSL color Cylindrical-coordinate representation of color #595895: hue angle of 240.98º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #595895 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 88 | 149 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.42 |
| HSL | 240.98º | 0.26% | 0.46% | - |
| HSV(B) | 240.98º | 0.41% | 0.58% | - |
| XYZ | 13.03 | 11.27 | 29.92 | - |
| YUV | 95.25 | 158.33 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 88 | 149 | 0.40 | 0.41 | 0 | 0.42 | 240.98 | 0.26 | 0.46 |
| Hex | 59 | 58 | 95 | 28 | 29 | 0 | 2A | F1 | 1A | 2E |
| Octal | 131 | 130 | 225 | 50 | 51 | 0 | 52 | 361 | 32 | 56 |
| Binary | 1011001 | 1011000 | 10010101 | 101000 | 101001 | 0 | 101010 | 11110001 | 11010 | 101110 |
Color Harmonies of #595895
Complementary color
Monochromatic Colors of #595895
Black with #595895
Text Example
Text Example
White with #595895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595895; }
p { color: rgb(89,88,149); }
H1.HeaderClassName
{
color: #595895;
}
.AnyTagClassName
{
color: #595895;
}
</style>
background-color css
<style>
a { background-color: #595895; }
a { background-color: rgb(89,88,149); }
div.DivClassName
{
background-color: #595895;
}
.BgClassName
{
background-color: #595895;
}
</style>
border-color css
<style>
span { border-color: #595895; }
span { border-color: rgb(89,88,149); }
td.TdClassName
{
border-color: #595895;
}
.TagClassName
{
border-color: #595895;
}
</style>