Shades of Governor Bay #5A5499
Tints of Governor Bay #5A5499
RGB
CMYK
RGB Variations
Color information
#5A5499 (or 0x5A5499) is known color: Governor Bay. HEX triplet: 5A, 54 and 99. RGB value is (90,84,153). Sum of RGB (Red+Green+Blue) = 90+84+153=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #5A5499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5499 is #A5AB66. Grayscale: #5D5D5D. Windows color (decimal): -10857319 or 10048602. OLE color: 10048602.
HSL color Cylindrical-coordinate representation of color #5A5499: hue angle of 245.22º 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 #5A5499 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 90 | 84 | 153 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.4 |
| HSL | 245.22º | 0.29% | 0.46% | - |
| HSV(B) | 245.22º | 0.45% | 0.6% | - |
| XYZ | 13.14 | 10.81 | 31.53 | - |
| YUV | 93.66 | 161.49 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 153 | 0.41 | 0.45 | 0 | 0.4 | 245.22 | 0.29 | 0.46 |
| Hex | 5A | 54 | 99 | 29 | 2D | 0 | 28 | F5 | 1D | 2E |
| Octal | 132 | 124 | 231 | 51 | 55 | 0 | 50 | 365 | 35 | 56 |
| Binary | 1011010 | 1010100 | 10011001 | 101001 | 101101 | 0 | 101000 | 11110101 | 11101 | 101110 |
Color Harmonies of #5A5499
Complementary color
Monochromatic Colors of #5A5499
Black with #5A5499
Text Example
Text Example
White with #5A5499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5499; }
p { color: rgb(90,84,153); }
H1.HeaderClassName
{
color: #5A5499;
}
.AnyTagClassName
{
color: #5A5499;
}
</style>
background-color css
<style>
a { background-color: #5A5499; }
a { background-color: rgb(90,84,153); }
div.DivClassName
{
background-color: #5A5499;
}
.BgClassName
{
background-color: #5A5499;
}
</style>
border-color css
<style>
span { border-color: #5A5499; }
span { border-color: rgb(90,84,153); }
td.TdClassName
{
border-color: #5A5499;
}
.TagClassName
{
border-color: #5A5499;
}
</style>