Shades of Governor Bay #594F98
Tints of Governor Bay #594F98
RGB
CMYK
RGB Variations
Color information
#594F98 (or 0x594F98) is known color: Governor Bay. HEX triplet: 59, 4F and 98. RGB value is (89,79,152). Sum of RGB (Red+Green+Blue) = 89+79+152=320 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.81% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #594F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594F98 is #A6B067. Grayscale: #5A5A5A. Windows color (decimal): -10924136 or 9981785. OLE color: 9981785.
HSL color Cylindrical-coordinate representation of color #594F98: hue angle of 248.22º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #594F98 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 79 | 152 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.40 |
| HSL | 248.22º | 0.32% | 0.45% | - |
| HSV(B) | 248.22º | 0.48% | 0.6% | - |
| XYZ | 12.58 | 9.98 | 30.97 | - |
| YUV | 90.31 | 162.81 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 152 | 0.41 | 0.48 | 0 | 0.40 | 248.22 | 0.32 | 0.45 |
| Hex | 59 | 4F | 98 | 29 | 30 | 0 | 28 | F8 | 20 | 2D |
| Octal | 131 | 117 | 230 | 51 | 60 | 0 | 50 | 370 | 40 | 55 |
| Binary | 1011001 | 1001111 | 10011000 | 101001 | 110000 | 0 | 101000 | 11111000 | 100000 | 101101 |
Color Harmonies of #594F98
Complementary color
Monochromatic Colors of #594F98
Black with #594F98
Text Example
Text Example
White with #594F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594F98; }
p { color: rgb(89,79,152); }
H1.HeaderClassName
{
color: #594F98;
}
.AnyTagClassName
{
color: #594F98;
}
</style>
background-color css
<style>
a { background-color: #594F98; }
a { background-color: rgb(89,79,152); }
div.DivClassName
{
background-color: #594F98;
}
.BgClassName
{
background-color: #594F98;
}
</style>
border-color css
<style>
span { border-color: #594F98; }
span { border-color: rgb(89,79,152); }
td.TdClassName
{
border-color: #594F98;
}
.TagClassName
{
border-color: #594F98;
}
</style>