Shades of Governor Bay #5A659E
Tints of Governor Bay #5A659E
RGB
CMYK
RGB Variations
Color information
#5A659E (or 0x5A659E) is known color: Governor Bay. HEX triplet: 5A, 65 and 9E. RGB value is (90,101,158). Sum of RGB (Red+Green+Blue) = 90+101+158=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 158 - color contains mainly: blue. Hex color #5A659E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A659E is #A59A61. Grayscale: #676767. Windows color (decimal): -10852962 or 10380634. OLE color: 10380634.
HSL color Cylindrical-coordinate representation of color #5A659E: hue angle of 230.29º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A659E is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 101 | 158 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.38 |
| HSL | 230.29º | 0.27% | 0.49% | - |
| HSV(B) | 230.29º | 0.43% | 0.62% | - |
| XYZ | 15.04 | 13.95 | 34.25 | - |
| YUV | 104.21 | 158.36 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 158 | 0.43 | 0.36 | 0 | 0.38 | 230.29 | 0.27 | 0.49 |
| Hex | 5A | 65 | 9E | 2B | 24 | 0 | 26 | E6 | 1B | 31 |
| Octal | 132 | 145 | 236 | 53 | 44 | 0 | 46 | 346 | 33 | 61 |
| Binary | 1011010 | 1100101 | 10011110 | 101011 | 100100 | 0 | 100110 | 11100110 | 11011 | 110001 |
Color Harmonies of #5A659E
Complementary color
Monochromatic Colors of #5A659E
Black with #5A659E
Text Example
Text Example
White with #5A659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A659E; }
p { color: rgb(90,101,158); }
H1.HeaderClassName
{
color: #5A659E;
}
.AnyTagClassName
{
color: #5A659E;
}
</style>
background-color css
<style>
a { background-color: #5A659E; }
a { background-color: rgb(90,101,158); }
div.DivClassName
{
background-color: #5A659E;
}
.BgClassName
{
background-color: #5A659E;
}
</style>
border-color css
<style>
span { border-color: #5A659E; }
span { border-color: rgb(90,101,158); }
td.TdClassName
{
border-color: #5A659E;
}
.TagClassName
{
border-color: #5A659E;
}
</style>