Shades of Governor Bay #595A9A
Tints of Governor Bay #595A9A
RGB
CMYK
RGB Variations
Color information
#595A9A (or 0x595A9A) is known color: Governor Bay. HEX triplet: 59, 5A and 9A. RGB value is (89,90,154). Sum of RGB (Red+Green+Blue) = 89+90+154=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 154 - color contains mainly: blue. Hex color #595A9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595A9A is #A6A565. Grayscale: #606060. Windows color (decimal): -10921318 or 10115673. OLE color: 10115673.
HSL color Cylindrical-coordinate representation of color #595A9A: hue angle of 239.08º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #595A9A is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 90 | 154 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.40 |
| HSL | 239.08º | 0.27% | 0.48% | - |
| HSV(B) | 239.08º | 0.42% | 0.6% | - |
| XYZ | 13.61 | 11.77 | 32.13 | - |
| YUV | 97 | 160.17 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 154 | 0.42 | 0.42 | 0 | 0.40 | 239.08 | 0.27 | 0.48 |
| Hex | 59 | 5A | 9A | 2A | 2A | 0 | 28 | EF | 1B | 30 |
| Octal | 131 | 132 | 232 | 52 | 52 | 0 | 50 | 357 | 33 | 60 |
| Binary | 1011001 | 1011010 | 10011010 | 101010 | 101010 | 0 | 101000 | 11101111 | 11011 | 110000 |
Color Harmonies of #595A9A
Complementary color
Monochromatic Colors of #595A9A
Black with #595A9A
Text Example
Text Example
White with #595A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595A9A; }
p { color: rgb(89,90,154); }
H1.HeaderClassName
{
color: #595A9A;
}
.AnyTagClassName
{
color: #595A9A;
}
</style>
background-color css
<style>
a { background-color: #595A9A; }
a { background-color: rgb(89,90,154); }
div.DivClassName
{
background-color: #595A9A;
}
.BgClassName
{
background-color: #595A9A;
}
</style>
border-color css
<style>
span { border-color: #595A9A; }
span { border-color: rgb(89,90,154); }
td.TdClassName
{
border-color: #595A9A;
}
.TagClassName
{
border-color: #595A9A;
}
</style>