Shades of Governor Bay #595C90
Tints of Governor Bay #595C90
RGB
CMYK
RGB Variations
Color information
#595C90 (or 0x595C90) is known color: Governor Bay. HEX triplet: 59, 5C and 90. RGB value is (89,92,144). Sum of RGB (Red+Green+Blue) = 89+92+144=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #595C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595C90 is #A6A36F. Grayscale: #606060. Windows color (decimal): -10920816 or 9460825. OLE color: 9460825.
HSL color Cylindrical-coordinate representation of color #595C90: hue angle of 236.73º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #595C90 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 92 | 144 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.44 |
| HSL | 236.73º | 0.24% | 0.46% | - |
| HSV(B) | 236.73º | 0.38% | 0.56% | - |
| XYZ | 12.98 | 11.79 | 27.98 | - |
| YUV | 97.03 | 154.51 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 144 | 0.38 | 0.36 | 0 | 0.44 | 236.73 | 0.24 | 0.46 |
| Hex | 59 | 5C | 90 | 26 | 24 | 0 | 2C | ED | 18 | 2E |
| Octal | 131 | 134 | 220 | 46 | 44 | 0 | 54 | 355 | 30 | 56 |
| Binary | 1011001 | 1011100 | 10010000 | 100110 | 100100 | 0 | 101100 | 11101101 | 11000 | 101110 |
Color Harmonies of #595C90
Complementary color
Monochromatic Colors of #595C90
Black with #595C90
Text Example
Text Example
White with #595C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C90; }
p { color: rgb(89,92,144); }
H1.HeaderClassName
{
color: #595C90;
}
.AnyTagClassName
{
color: #595C90;
}
</style>
background-color css
<style>
a { background-color: #595C90; }
a { background-color: rgb(89,92,144); }
div.DivClassName
{
background-color: #595C90;
}
.BgClassName
{
background-color: #595C90;
}
</style>
border-color css
<style>
span { border-color: #595C90; }
span { border-color: rgb(89,92,144); }
td.TdClassName
{
border-color: #595C90;
}
.TagClassName
{
border-color: #595C90;
}
</style>