Shades of Governor Bay #5A588E
Tints of Governor Bay #5A588E
RGB
CMYK
RGB Variations
Color information
#5A588E (or 0x5A588E) is known color: Governor Bay. HEX triplet: 5A, 58 and 8E. RGB value is (90,88,142). Sum of RGB (Red+Green+Blue) = 90+88+142=320 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.12% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A588E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A588E is #A5A771. Grayscale: #5E5E5E. Windows color (decimal): -10856306 or 9328730. OLE color: 9328730.
HSL color Cylindrical-coordinate representation of color #5A588E: hue angle of 242.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 #5A588E is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 88 | 142 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.44 |
| HSL | 242.22º | 0.23% | 0.45% | - |
| HSV(B) | 242.22º | 0.38% | 0.56% | - |
| XYZ | 12.59 | 11.11 | 27.07 | - |
| YUV | 94.75 | 154.66 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 88 | 142 | 0.37 | 0.38 | 0 | 0.44 | 242.22 | 0.23 | 0.45 |
| Hex | 5A | 58 | 8E | 25 | 26 | 0 | 2C | F2 | 17 | 2D |
| Octal | 132 | 130 | 216 | 45 | 46 | 0 | 54 | 362 | 27 | 55 |
| Binary | 1011010 | 1011000 | 10001110 | 100101 | 100110 | 0 | 101100 | 11110010 | 10111 | 101101 |
Color Harmonies of #5A588E
Complementary color
Monochromatic Colors of #5A588E
Black with #5A588E
Text Example
Text Example
White with #5A588E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A588E; }
p { color: rgb(90,88,142); }
H1.HeaderClassName
{
color: #5A588E;
}
.AnyTagClassName
{
color: #5A588E;
}
</style>
background-color css
<style>
a { background-color: #5A588E; }
a { background-color: rgb(90,88,142); }
div.DivClassName
{
background-color: #5A588E;
}
.BgClassName
{
background-color: #5A588E;
}
</style>
border-color css
<style>
span { border-color: #5A588E; }
span { border-color: rgb(90,88,142); }
td.TdClassName
{
border-color: #5A588E;
}
.TagClassName
{
border-color: #5A588E;
}
</style>