Shades of Governor Bay #59619B
Tints of Governor Bay #59619B
RGB
CMYK
RGB Variations
Color information
#59619B (or 0x59619B) is known color: Governor Bay. HEX triplet: 59, 61 and 9B. RGB value is (89,97,155). Sum of RGB (Red+Green+Blue) = 89+97+155=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #59619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59619B is #A69E64. Grayscale: #646464. Windows color (decimal): -10919525 or 10183001. OLE color: 10183001.
HSL color Cylindrical-coordinate representation of color #59619B: hue angle of 232.73º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59619B is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 97 | 155 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.39 |
| HSL | 232.73º | 0.27% | 0.48% | - |
| HSV(B) | 232.73º | 0.43% | 0.61% | - |
| XYZ | 14.31 | 13.04 | 32.77 | - |
| YUV | 101.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 97 | 155 | 0.43 | 0.37 | 0 | 0.39 | 232.73 | 0.27 | 0.48 |
| Hex | 59 | 61 | 9B | 2B | 25 | 0 | 27 | E9 | 1B | 30 |
| Octal | 131 | 141 | 233 | 53 | 45 | 0 | 47 | 351 | 33 | 60 |
| Binary | 1011001 | 1100001 | 10011011 | 101011 | 100101 | 0 | 100111 | 11101001 | 11011 | 110000 |
Color Harmonies of #59619B
Complementary color
Monochromatic Colors of #59619B
Black with #59619B
Text Example
Text Example
White with #59619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59619B; }
p { color: rgb(89,97,155); }
H1.HeaderClassName
{
color: #59619B;
}
.AnyTagClassName
{
color: #59619B;
}
</style>
background-color css
<style>
a { background-color: #59619B; }
a { background-color: rgb(89,97,155); }
div.DivClassName
{
background-color: #59619B;
}
.BgClassName
{
background-color: #59619B;
}
</style>
border-color css
<style>
span { border-color: #59619B; }
span { border-color: rgb(89,97,155); }
td.TdClassName
{
border-color: #59619B;
}
.TagClassName
{
border-color: #59619B;
}
</style>