Shades of Governor Bay #59519C
Tints of Governor Bay #59519C
RGB
CMYK
RGB Variations
Color information
#59519C (or 0x59519C) is known color: Governor Bay. HEX triplet: 59, 51 and 9C. RGB value is (89,81,156). Sum of RGB (Red+Green+Blue) = 89+81+156=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #59519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59519C is #A6AE63. Grayscale: #5B5B5B. Windows color (decimal): -10923620 or 10244441. OLE color: 10244441.
HSL color Cylindrical-coordinate representation of color #59519C: hue angle of 246.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59519C is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 81 | 156 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.39 |
| HSL | 246.4º | 0.32% | 0.46% | - |
| HSV(B) | 246.4º | 0.48% | 0.61% | - |
| XYZ | 13.06 | 10.41 | 32.77 | - |
| YUV | 91.94 | 164.15 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 156 | 0.43 | 0.48 | 0 | 0.39 | 246.4 | 0.32 | 0.46 |
| Hex | 59 | 51 | 9C | 2B | 30 | 0 | 27 | F6 | 20 | 2E |
| Octal | 131 | 121 | 234 | 53 | 60 | 0 | 47 | 366 | 40 | 56 |
| Binary | 1011001 | 1010001 | 10011100 | 101011 | 110000 | 0 | 100111 | 11110110 | 100000 | 101110 |
Color Harmonies of #59519C
Complementary color
Monochromatic Colors of #59519C
Black with #59519C
Text Example
Text Example
White with #59519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59519C; }
p { color: rgb(89,81,156); }
H1.HeaderClassName
{
color: #59519C;
}
.AnyTagClassName
{
color: #59519C;
}
</style>
background-color css
<style>
a { background-color: #59519C; }
a { background-color: rgb(89,81,156); }
div.DivClassName
{
background-color: #59519C;
}
.BgClassName
{
background-color: #59519C;
}
</style>
border-color css
<style>
span { border-color: #59519C; }
span { border-color: rgb(89,81,156); }
td.TdClassName
{
border-color: #59519C;
}
.TagClassName
{
border-color: #59519C;
}
</style>