Shades of Governor Bay #5A588D
Tints of Governor Bay #5A588D
RGB
CMYK
RGB Variations
Color information
#5A588D (or 0x5A588D) is known color: Governor Bay. HEX triplet: 5A, 58 and 8D. RGB value is (90,88,141). Sum of RGB (Red+Green+Blue) = 90+88+141=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A588D is #A5A772. Grayscale: #5E5E5E. Windows color (decimal): -10856307 or 9263194. OLE color: 9263194.
HSL color Cylindrical-coordinate representation of color #5A588D: hue angle of 242.26º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A588D is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 88 | 141 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.45 |
| HSL | 242.26º | 0.23% | 0.45% | - |
| HSV(B) | 242.26º | 0.38% | 0.55% | - |
| XYZ | 12.51 | 11.08 | 26.68 | - |
| YUV | 94.64 | 154.16 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 88 | 141 | 0.36 | 0.38 | 0 | 0.45 | 242.26 | 0.23 | 0.45 |
| Hex | 5A | 58 | 8D | 24 | 26 | 0 | 2D | F2 | 17 | 2D |
| Octal | 132 | 130 | 215 | 44 | 46 | 0 | 55 | 362 | 27 | 55 |
| Binary | 1011010 | 1011000 | 10001101 | 100100 | 100110 | 0 | 101101 | 11110010 | 10111 | 101101 |
Color Harmonies of #5A588D
Complementary color
Monochromatic Colors of #5A588D
Black with #5A588D
Text Example
Text Example
White with #5A588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A588D; }
p { color: rgb(90,88,141); }
H1.HeaderClassName
{
color: #5A588D;
}
.AnyTagClassName
{
color: #5A588D;
}
</style>
background-color css
<style>
a { background-color: #5A588D; }
a { background-color: rgb(90,88,141); }
div.DivClassName
{
background-color: #5A588D;
}
.BgClassName
{
background-color: #5A588D;
}
</style>
border-color css
<style>
span { border-color: #5A588D; }
span { border-color: rgb(90,88,141); }
td.TdClassName
{
border-color: #5A588D;
}
.TagClassName
{
border-color: #5A588D;
}
</style>