Shades of Governor Bay #595F90
Tints of Governor Bay #595F90
RGB
CMYK
RGB Variations
Color information
#595F90 (or 0x595F90) is known color: Governor Bay. HEX triplet: 59, 5F and 90. RGB value is (89,95,144). Sum of RGB (Red+Green+Blue) = 89+95+144=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #595F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595F90 is #A6A06F. Grayscale: #626262. Windows color (decimal): -10920048 or 9461593. OLE color: 9461593.
HSL color Cylindrical-coordinate representation of color #595F90: hue angle of 233.45º 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 #595F90 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 95 | 144 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.44 |
| HSL | 233.45º | 0.24% | 0.46% | - |
| HSV(B) | 233.45º | 0.38% | 0.56% | - |
| XYZ | 13.25 | 12.32 | 28.07 | - |
| YUV | 98.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 144 | 0.38 | 0.34 | 0 | 0.44 | 233.45 | 0.24 | 0.46 |
| Hex | 59 | 5F | 90 | 26 | 22 | 0 | 2C | E9 | 18 | 2E |
| Octal | 131 | 137 | 220 | 46 | 42 | 0 | 54 | 351 | 30 | 56 |
| Binary | 1011001 | 1011111 | 10010000 | 100110 | 100010 | 0 | 101100 | 11101001 | 11000 | 101110 |
Color Harmonies of #595F90
Complementary color
Monochromatic Colors of #595F90
Black with #595F90
Text Example
Text Example
White with #595F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F90; }
p { color: rgb(89,95,144); }
H1.HeaderClassName
{
color: #595F90;
}
.AnyTagClassName
{
color: #595F90;
}
</style>
background-color css
<style>
a { background-color: #595F90; }
a { background-color: rgb(89,95,144); }
div.DivClassName
{
background-color: #595F90;
}
.BgClassName
{
background-color: #595F90;
}
</style>
border-color css
<style>
span { border-color: #595F90; }
span { border-color: rgb(89,95,144); }
td.TdClassName
{
border-color: #595F90;
}
.TagClassName
{
border-color: #595F90;
}
</style>