Shades of Governor Bay #5A5989
Tints of Governor Bay #5A5989
RGB
CMYK
RGB Variations
Color information
#5A5989 (or 0x5A5989) is known color: Governor Bay. HEX triplet: 5A, 59 and 89. RGB value is (90,89,137). Sum of RGB (Red+Green+Blue) = 90+89+137=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 137 - color contains mainly: blue. Hex color #5A5989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5989 is #A5A676. Grayscale: #5E5E5E. Windows color (decimal): -10856055 or 9001306. OLE color: 9001306.
HSL color Cylindrical-coordinate representation of color #5A5989: hue angle of 241.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A5989 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 89 | 137 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.46 |
| HSL | 241.25º | 0.21% | 0.44% | - |
| HSV(B) | 241.25º | 0.35% | 0.54% | - |
| XYZ | 12.3 | 11.12 | 25.17 | - |
| YUV | 94.77 | 151.83 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 137 | 0.34 | 0.35 | 0 | 0.46 | 241.25 | 0.21 | 0.44 |
| Hex | 5A | 59 | 89 | 22 | 23 | 0 | 2E | F1 | 15 | 2C |
| Octal | 132 | 131 | 211 | 42 | 43 | 0 | 56 | 361 | 25 | 54 |
| Binary | 1011010 | 1011001 | 10001001 | 100010 | 100011 | 0 | 101110 | 11110001 | 10101 | 101100 |
Color Harmonies of #5A5989
Complementary color
Monochromatic Colors of #5A5989
Black with #5A5989
Text Example
Text Example
White with #5A5989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5989; }
p { color: rgb(90,89,137); }
H1.HeaderClassName
{
color: #5A5989;
}
.AnyTagClassName
{
color: #5A5989;
}
</style>
background-color css
<style>
a { background-color: #5A5989; }
a { background-color: rgb(90,89,137); }
div.DivClassName
{
background-color: #5A5989;
}
.BgClassName
{
background-color: #5A5989;
}
</style>
border-color css
<style>
span { border-color: #5A5989; }
span { border-color: rgb(90,89,137); }
td.TdClassName
{
border-color: #5A5989;
}
.TagClassName
{
border-color: #5A5989;
}
</style>