Shades of Governor Bay #5A5498
Tints of Governor Bay #5A5498
RGB
CMYK
RGB Variations
Color information
#5A5498 (or 0x5A5498) is known color: Governor Bay. HEX triplet: 5A, 54 and 98. RGB value is (90,84,152). Sum of RGB (Red+Green+Blue) = 90+84+152=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #5A5498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5498 is #A5AB67. Grayscale: #5D5D5D. Windows color (decimal): -10857320 or 9983066. OLE color: 9983066.
HSL color Cylindrical-coordinate representation of color #5A5498: hue angle of 245.29º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5A5498 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 84 | 152 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.40 |
| HSL | 245.29º | 0.29% | 0.46% | - |
| HSV(B) | 245.29º | 0.45% | 0.6% | - |
| XYZ | 13.05 | 10.78 | 31.1 | - |
| YUV | 93.55 | 160.99 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 152 | 0.41 | 0.45 | 0 | 0.40 | 245.29 | 0.29 | 0.46 |
| Hex | 5A | 54 | 98 | 29 | 2D | 0 | 28 | F5 | 1D | 2E |
| Octal | 132 | 124 | 230 | 51 | 55 | 0 | 50 | 365 | 35 | 56 |
| Binary | 1011010 | 1010100 | 10011000 | 101001 | 101101 | 0 | 101000 | 11110101 | 11101 | 101110 |
Color Harmonies of #5A5498
Complementary color
Monochromatic Colors of #5A5498
Black with #5A5498
Text Example
Text Example
White with #5A5498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5498; }
p { color: rgb(90,84,152); }
H1.HeaderClassName
{
color: #5A5498;
}
.AnyTagClassName
{
color: #5A5498;
}
</style>
background-color css
<style>
a { background-color: #5A5498; }
a { background-color: rgb(90,84,152); }
div.DivClassName
{
background-color: #5A5498;
}
.BgClassName
{
background-color: #5A5498;
}
</style>
border-color css
<style>
span { border-color: #5A5498; }
span { border-color: rgb(90,84,152); }
td.TdClassName
{
border-color: #5A5498;
}
.TagClassName
{
border-color: #5A5498;
}
</style>