Shades of Governor Bay #59529F
Tints of Governor Bay #59529F
RGB
CMYK
RGB Variations
Color information
#59529F (or 0x59529F) is known color: Governor Bay. HEX triplet: 59, 52 and 9F. RGB value is (89,82,159). Sum of RGB (Red+Green+Blue) = 89+82+159=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #59529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59529F is #A6AD60. Grayscale: #5C5C5C. Windows color (decimal): -10923361 or 10441305. OLE color: 10441305.
HSL color Cylindrical-coordinate representation of color #59529F: hue angle of 245.45º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59529F is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 82 | 159 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.38 |
| HSL | 245.45º | 0.32% | 0.47% | - |
| HSV(B) | 245.45º | 0.48% | 0.62% | - |
| XYZ | 13.4 | 10.66 | 34.15 | - |
| YUV | 92.87 | 165.32 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 159 | 0.44 | 0.48 | 0 | 0.38 | 245.45 | 0.32 | 0.47 |
| Hex | 59 | 52 | 9F | 2C | 30 | 0 | 26 | F5 | 20 | 2F |
| Octal | 131 | 122 | 237 | 54 | 60 | 0 | 46 | 365 | 40 | 57 |
| Binary | 1011001 | 1010010 | 10011111 | 101100 | 110000 | 0 | 100110 | 11110101 | 100000 | 101111 |
Color Harmonies of #59529F
Complementary color
Monochromatic Colors of #59529F
Black with #59529F
Text Example
Text Example
White with #59529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59529F; }
p { color: rgb(89,82,159); }
H1.HeaderClassName
{
color: #59529F;
}
.AnyTagClassName
{
color: #59529F;
}
</style>
background-color css
<style>
a { background-color: #59529F; }
a { background-color: rgb(89,82,159); }
div.DivClassName
{
background-color: #59529F;
}
.BgClassName
{
background-color: #59529F;
}
</style>
border-color css
<style>
span { border-color: #59529F; }
span { border-color: rgb(89,82,159); }
td.TdClassName
{
border-color: #59529F;
}
.TagClassName
{
border-color: #59529F;
}
</style>