Shades of Governor Bay #59608F
Tints of Governor Bay #59608F
RGB
CMYK
RGB Variations
Color information
#59608F (or 0x59608F) is known color: Governor Bay. HEX triplet: 59, 60 and 8F. RGB value is (89,96,143). Sum of RGB (Red+Green+Blue) = 89+96+143=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 143 - color contains mainly: blue. Hex color #59608F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59608F is #A69F70. Grayscale: #636363. Windows color (decimal): -10919793 or 9396313. OLE color: 9396313.
HSL color Cylindrical-coordinate representation of color #59608F: hue angle of 232.22º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59608F is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 96 | 143 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.44 |
| HSL | 232.22º | 0.23% | 0.45% | - |
| HSV(B) | 232.22º | 0.38% | 0.56% | - |
| XYZ | 13.26 | 12.47 | 27.7 | - |
| YUV | 99.27 | 152.68 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 143 | 0.38 | 0.33 | 0 | 0.44 | 232.22 | 0.23 | 0.45 |
| Hex | 59 | 60 | 8F | 26 | 21 | 0 | 2C | E8 | 17 | 2D |
| Octal | 131 | 140 | 217 | 46 | 41 | 0 | 54 | 350 | 27 | 55 |
| Binary | 1011001 | 1100000 | 10001111 | 100110 | 100001 | 0 | 101100 | 11101000 | 10111 | 101101 |
Color Harmonies of #59608F
Complementary color
Monochromatic Colors of #59608F
Black with #59608F
Text Example
Text Example
White with #59608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59608F; }
p { color: rgb(89,96,143); }
H1.HeaderClassName
{
color: #59608F;
}
.AnyTagClassName
{
color: #59608F;
}
</style>
background-color css
<style>
a { background-color: #59608F; }
a { background-color: rgb(89,96,143); }
div.DivClassName
{
background-color: #59608F;
}
.BgClassName
{
background-color: #59608F;
}
</style>
border-color css
<style>
span { border-color: #59608F; }
span { border-color: rgb(89,96,143); }
td.TdClassName
{
border-color: #59608F;
}
.TagClassName
{
border-color: #59608F;
}
</style>