Shades of Governor Bay #595D91
Tints of Governor Bay #595D91
RGB
CMYK
RGB Variations
Color information
#595D91 (or 0x595D91) is known color: Governor Bay. HEX triplet: 59, 5D and 91. RGB value is (89,93,145). Sum of RGB (Red+Green+Blue) = 89+93+145=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #595D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595D91 is #A6A26E. Grayscale: #616161. Windows color (decimal): -10920559 or 9526617. OLE color: 9526617.
HSL color Cylindrical-coordinate representation of color #595D91: hue angle of 235.71º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #595D91 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 93 | 145 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.43 |
| HSL | 235.71º | 0.24% | 0.46% | - |
| HSV(B) | 235.71º | 0.39% | 0.57% | - |
| XYZ | 13.15 | 12 | 28.41 | - |
| YUV | 97.73 | 154.67 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 145 | 0.39 | 0.36 | 0 | 0.43 | 235.71 | 0.24 | 0.46 |
| Hex | 59 | 5D | 91 | 27 | 24 | 0 | 2B | EC | 18 | 2E |
| Octal | 131 | 135 | 221 | 47 | 44 | 0 | 53 | 354 | 30 | 56 |
| Binary | 1011001 | 1011101 | 10010001 | 100111 | 100100 | 0 | 101011 | 11101100 | 11000 | 101110 |
Color Harmonies of #595D91
Complementary color
Monochromatic Colors of #595D91
Black with #595D91
Text Example
Text Example
White with #595D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D91; }
p { color: rgb(89,93,145); }
H1.HeaderClassName
{
color: #595D91;
}
.AnyTagClassName
{
color: #595D91;
}
</style>
background-color css
<style>
a { background-color: #595D91; }
a { background-color: rgb(89,93,145); }
div.DivClassName
{
background-color: #595D91;
}
.BgClassName
{
background-color: #595D91;
}
</style>
border-color css
<style>
span { border-color: #595D91; }
span { border-color: rgb(89,93,145); }
td.TdClassName
{
border-color: #595D91;
}
.TagClassName
{
border-color: #595D91;
}
</style>