Shades of Governor Bay #5A649E
Tints of Governor Bay #5A649E
RGB
CMYK
RGB Variations
Color information
#5A649E (or 0x5A649E) is known color: Governor Bay. HEX triplet: 5A, 64 and 9E. RGB value is (90,100,158). Sum of RGB (Red+Green+Blue) = 90+100+158=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #5A649E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A649E is #A59B61. Grayscale: #676767. Windows color (decimal): -10853218 or 10380378. OLE color: 10380378.
HSL color Cylindrical-coordinate representation of color #5A649E: hue angle of 231.18º 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 #5A649E is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 100 | 158 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.38 |
| HSL | 231.18º | 0.27% | 0.49% | - |
| HSV(B) | 231.18º | 0.43% | 0.62% | - |
| XYZ | 14.95 | 13.76 | 34.22 | - |
| YUV | 103.62 | 158.69 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 100 | 158 | 0.43 | 0.37 | 0 | 0.38 | 231.18 | 0.27 | 0.49 |
| Hex | 5A | 64 | 9E | 2B | 25 | 0 | 26 | E7 | 1B | 31 |
| Octal | 132 | 144 | 236 | 53 | 45 | 0 | 46 | 347 | 33 | 61 |
| Binary | 1011010 | 1100100 | 10011110 | 101011 | 100101 | 0 | 100110 | 11100111 | 11011 | 110001 |
Color Harmonies of #5A649E
Complementary color
Monochromatic Colors of #5A649E
Black with #5A649E
Text Example
Text Example
White with #5A649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A649E; }
p { color: rgb(90,100,158); }
H1.HeaderClassName
{
color: #5A649E;
}
.AnyTagClassName
{
color: #5A649E;
}
</style>
background-color css
<style>
a { background-color: #5A649E; }
a { background-color: rgb(90,100,158); }
div.DivClassName
{
background-color: #5A649E;
}
.BgClassName
{
background-color: #5A649E;
}
</style>
border-color css
<style>
span { border-color: #5A649E; }
span { border-color: rgb(90,100,158); }
td.TdClassName
{
border-color: #5A649E;
}
.TagClassName
{
border-color: #5A649E;
}
</style>