Shades of Governor Bay #5A5E90
Tints of Governor Bay #5A5E90
RGB
CMYK
RGB Variations
Color information
#5A5E90 (or 0x5A5E90) is known color: Governor Bay. HEX triplet: 5A, 5E and 90. RGB value is (90,94,144). Sum of RGB (Red+Green+Blue) = 90+94+144=328 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.44% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #5A5E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5E90 is #A5A16F. Grayscale: #626262. Windows color (decimal): -10854768 or 9461338. OLE color: 9461338.
HSL color Cylindrical-coordinate representation of color #5A5E90: hue angle of 235.56º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A5E90 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 94 | 144 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.44 |
| HSL | 235.56º | 0.23% | 0.46% | - |
| HSV(B) | 235.56º | 0.38% | 0.56% | - |
| XYZ | 13.25 | 12.19 | 28.04 | - |
| YUV | 98.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 94 | 144 | 0.37 | 0.35 | 0 | 0.44 | 235.56 | 0.23 | 0.46 |
| Hex | 5A | 5E | 90 | 25 | 23 | 0 | 2C | EC | 17 | 2E |
| Octal | 132 | 136 | 220 | 45 | 43 | 0 | 54 | 354 | 27 | 56 |
| Binary | 1011010 | 1011110 | 10010000 | 100101 | 100011 | 0 | 101100 | 11101100 | 10111 | 101110 |
Color Harmonies of #5A5E90
Complementary color
Monochromatic Colors of #5A5E90
Black with #5A5E90
Text Example
Text Example
White with #5A5E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5E90; }
p { color: rgb(90,94,144); }
H1.HeaderClassName
{
color: #5A5E90;
}
.AnyTagClassName
{
color: #5A5E90;
}
</style>
background-color css
<style>
a { background-color: #5A5E90; }
a { background-color: rgb(90,94,144); }
div.DivClassName
{
background-color: #5A5E90;
}
.BgClassName
{
background-color: #5A5E90;
}
</style>
border-color css
<style>
span { border-color: #5A5E90; }
span { border-color: rgb(90,94,144); }
td.TdClassName
{
border-color: #5A5E90;
}
.TagClassName
{
border-color: #5A5E90;
}
</style>