Shades of Governor Bay #5A5991
Tints of Governor Bay #5A5991
RGB
CMYK
RGB Variations
Color information
#5A5991 (or 0x5A5991) is known color: Governor Bay. HEX triplet: 5A, 59 and 91. RGB value is (90,89,145). Sum of RGB (Red+Green+Blue) = 90+89+145=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #5A5991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5991 is #A5A66E. Grayscale: #5F5F5F. Windows color (decimal): -10856047 or 9525594. OLE color: 9525594.
HSL color Cylindrical-coordinate representation of color #5A5991: hue angle of 241.07º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A5991 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 89 | 145 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.43 |
| HSL | 241.07º | 0.24% | 0.46% | - |
| HSV(B) | 241.07º | 0.39% | 0.57% | - |
| XYZ | 12.9 | 11.36 | 28.3 | - |
| YUV | 95.68 | 155.83 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 145 | 0.38 | 0.39 | 0 | 0.43 | 241.07 | 0.24 | 0.46 |
| Hex | 5A | 59 | 91 | 26 | 27 | 0 | 2B | F1 | 18 | 2E |
| Octal | 132 | 131 | 221 | 46 | 47 | 0 | 53 | 361 | 30 | 56 |
| Binary | 1011010 | 1011001 | 10010001 | 100110 | 100111 | 0 | 101011 | 11110001 | 11000 | 101110 |
Color Harmonies of #5A5991
Complementary color
Monochromatic Colors of #5A5991
Black with #5A5991
Text Example
Text Example
White with #5A5991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5991; }
p { color: rgb(90,89,145); }
H1.HeaderClassName
{
color: #5A5991;
}
.AnyTagClassName
{
color: #5A5991;
}
</style>
background-color css
<style>
a { background-color: #5A5991; }
a { background-color: rgb(90,89,145); }
div.DivClassName
{
background-color: #5A5991;
}
.BgClassName
{
background-color: #5A5991;
}
</style>
border-color css
<style>
span { border-color: #5A5991; }
span { border-color: rgb(90,89,145); }
td.TdClassName
{
border-color: #5A5991;
}
.TagClassName
{
border-color: #5A5991;
}
</style>