Shades of Governor Bay #59529B
Tints of Governor Bay #59529B
RGB
CMYK
RGB Variations
Color information
#59529B (or 0x59529B) is known color: Governor Bay. HEX triplet: 59, 52 and 9B. RGB value is (89,82,155). Sum of RGB (Red+Green+Blue) = 89+82+155=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #59529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59529B is #A6AD64. Grayscale: #5C5C5C. Windows color (decimal): -10923365 or 10179161. OLE color: 10179161.
HSL color Cylindrical-coordinate representation of color #59529B: hue angle of 245.75º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59529B is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 82 | 155 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.39 |
| HSL | 245.75º | 0.31% | 0.46% | - |
| HSV(B) | 245.75º | 0.47% | 0.61% | - |
| XYZ | 13.05 | 10.52 | 32.35 | - |
| YUV | 92.42 | 163.32 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 155 | 0.43 | 0.47 | 0 | 0.39 | 245.75 | 0.31 | 0.46 |
| Hex | 59 | 52 | 9B | 2B | 2F | 0 | 27 | F6 | 1F | 2E |
| Octal | 131 | 122 | 233 | 53 | 57 | 0 | 47 | 366 | 37 | 56 |
| Binary | 1011001 | 1010010 | 10011011 | 101011 | 101111 | 0 | 100111 | 11110110 | 11111 | 101110 |
Color Harmonies of #59529B
Complementary color
Monochromatic Colors of #59529B
Black with #59529B
Text Example
Text Example
White with #59529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59529B; }
p { color: rgb(89,82,155); }
H1.HeaderClassName
{
color: #59529B;
}
.AnyTagClassName
{
color: #59529B;
}
</style>
background-color css
<style>
a { background-color: #59529B; }
a { background-color: rgb(89,82,155); }
div.DivClassName
{
background-color: #59529B;
}
.BgClassName
{
background-color: #59529B;
}
</style>
border-color css
<style>
span { border-color: #59529B; }
span { border-color: rgb(89,82,155); }
td.TdClassName
{
border-color: #59529B;
}
.TagClassName
{
border-color: #59529B;
}
</style>