Shades of Governor Bay #59579A
Tints of Governor Bay #59579A
RGB
CMYK
RGB Variations
Color information
#59579A (or 0x59579A) is known color: Governor Bay. HEX triplet: 59, 57 and 9A. RGB value is (89,87,154). Sum of RGB (Red+Green+Blue) = 89+87+154=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #59579A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59579A is #A6A865. Grayscale: #5E5E5E. Windows color (decimal): -10922086 or 10114905. OLE color: 10114905.
HSL color Cylindrical-coordinate representation of color #59579A: hue angle of 241.79º 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 #59579A is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 87 | 154 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.40 |
| HSL | 241.79º | 0.28% | 0.47% | - |
| HSV(B) | 241.79º | 0.44% | 0.6% | - |
| XYZ | 13.36 | 11.27 | 32.04 | - |
| YUV | 95.24 | 161.16 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 87 | 154 | 0.42 | 0.44 | 0 | 0.40 | 241.79 | 0.28 | 0.47 |
| Hex | 59 | 57 | 9A | 2A | 2C | 0 | 28 | F2 | 1C | 2F |
| Octal | 131 | 127 | 232 | 52 | 54 | 0 | 50 | 362 | 34 | 57 |
| Binary | 1011001 | 1010111 | 10011010 | 101010 | 101100 | 0 | 101000 | 11110010 | 11100 | 101111 |
Color Harmonies of #59579A
Complementary color
Monochromatic Colors of #59579A
Black with #59579A
Text Example
Text Example
White with #59579A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59579A; }
p { color: rgb(89,87,154); }
H1.HeaderClassName
{
color: #59579A;
}
.AnyTagClassName
{
color: #59579A;
}
</style>
background-color css
<style>
a { background-color: #59579A; }
a { background-color: rgb(89,87,154); }
div.DivClassName
{
background-color: #59579A;
}
.BgClassName
{
background-color: #59579A;
}
</style>
border-color css
<style>
span { border-color: #59579A; }
span { border-color: rgb(89,87,154); }
td.TdClassName
{
border-color: #59579A;
}
.TagClassName
{
border-color: #59579A;
}
</style>