Shades of Governor Bay #5A5889
Tints of Governor Bay #5A5889
RGB
CMYK
RGB Variations
Color information
#5A5889 (or 0x5A5889) is known color: Governor Bay. HEX triplet: 5A, 58 and 89. RGB value is (90,88,137). Sum of RGB (Red+Green+Blue) = 90+88+137=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: blue. Hex color #5A5889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5889 is #A5A776. Grayscale: #5D5D5D. Windows color (decimal): -10856311 or 9001050. OLE color: 9001050.
HSL color Cylindrical-coordinate representation of color #5A5889: hue angle of 242.45º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A5889 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 88 | 137 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.46 |
| HSL | 242.45º | 0.22% | 0.44% | - |
| HSV(B) | 242.45º | 0.36% | 0.54% | - |
| XYZ | 12.22 | 10.96 | 25.14 | - |
| YUV | 94.18 | 152.16 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 88 | 137 | 0.34 | 0.36 | 0 | 0.46 | 242.45 | 0.22 | 0.44 |
| Hex | 5A | 58 | 89 | 22 | 24 | 0 | 2E | F2 | 16 | 2C |
| Octal | 132 | 130 | 211 | 42 | 44 | 0 | 56 | 362 | 26 | 54 |
| Binary | 1011010 | 1011000 | 10001001 | 100010 | 100100 | 0 | 101110 | 11110010 | 10110 | 101100 |
Color Harmonies of #5A5889
Complementary color
Monochromatic Colors of #5A5889
Black with #5A5889
Text Example
Text Example
White with #5A5889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5889; }
p { color: rgb(90,88,137); }
H1.HeaderClassName
{
color: #5A5889;
}
.AnyTagClassName
{
color: #5A5889;
}
</style>
background-color css
<style>
a { background-color: #5A5889; }
a { background-color: rgb(90,88,137); }
div.DivClassName
{
background-color: #5A5889;
}
.BgClassName
{
background-color: #5A5889;
}
</style>
border-color css
<style>
span { border-color: #5A5889; }
span { border-color: rgb(90,88,137); }
td.TdClassName
{
border-color: #5A5889;
}
.TagClassName
{
border-color: #5A5889;
}
</style>