Shades of Governor Bay #595699
Tints of Governor Bay #595699
RGB
CMYK
RGB Variations
Color information
#595699 (or 0x595699) is known color: Governor Bay. HEX triplet: 59, 56 and 99. RGB value is (89,86,153). Sum of RGB (Red+Green+Blue) = 89+86+153=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #595699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595699 is #A6A966. Grayscale: #5E5E5E. Windows color (decimal): -10922343 or 10049113. OLE color: 10049113.
HSL color Cylindrical-coordinate representation of color #595699: hue angle of 242.69º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #595699 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 89 | 86 | 153 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.4 |
| HSL | 242.69º | 0.28% | 0.47% | - |
| HSV(B) | 242.69º | 0.44% | 0.6% | - |
| XYZ | 13.2 | 11.08 | 31.58 | - |
| YUV | 94.54 | 160.99 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 86 | 153 | 0.42 | 0.44 | 0 | 0.4 | 242.69 | 0.28 | 0.47 |
| Hex | 59 | 56 | 99 | 2A | 2C | 0 | 28 | F3 | 1C | 2F |
| Octal | 131 | 126 | 231 | 52 | 54 | 0 | 50 | 363 | 34 | 57 |
| Binary | 1011001 | 1010110 | 10011001 | 101010 | 101100 | 0 | 101000 | 11110011 | 11100 | 101111 |
Color Harmonies of #595699
Complementary color
Monochromatic Colors of #595699
Black with #595699
Text Example
Text Example
White with #595699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595699; }
p { color: rgb(89,86,153); }
H1.HeaderClassName
{
color: #595699;
}
.AnyTagClassName
{
color: #595699;
}
</style>
background-color css
<style>
a { background-color: #595699; }
a { background-color: rgb(89,86,153); }
div.DivClassName
{
background-color: #595699;
}
.BgClassName
{
background-color: #595699;
}
</style>
border-color css
<style>
span { border-color: #595699; }
span { border-color: rgb(89,86,153); }
td.TdClassName
{
border-color: #595699;
}
.TagClassName
{
border-color: #595699;
}
</style>