Shades of Governor Bay #5A5198
Tints of Governor Bay #5A5198
RGB
CMYK
RGB Variations
Color information
#5A5198 (or 0x5A5198) is known color: Governor Bay. HEX triplet: 5A, 51 and 98. RGB value is (90,81,152). Sum of RGB (Red+Green+Blue) = 90+81+152=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #5A5198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5198 is #A5AE67. Grayscale: #5B5B5B. Windows color (decimal): -10858088 or 9982298. OLE color: 9982298.
HSL color Cylindrical-coordinate representation of color #5A5198: hue angle of 247.61º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A5198 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 81 | 152 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.40 |
| HSL | 247.61º | 0.3% | 0.46% | - |
| HSV(B) | 247.61º | 0.47% | 0.6% | - |
| XYZ | 12.83 | 10.33 | 31.02 | - |
| YUV | 91.79 | 161.98 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 152 | 0.41 | 0.47 | 0 | 0.40 | 247.61 | 0.3 | 0.46 |
| Hex | 5A | 51 | 98 | 29 | 2F | 0 | 28 | F8 | 1E | 2E |
| Octal | 132 | 121 | 230 | 51 | 57 | 0 | 50 | 370 | 36 | 56 |
| Binary | 1011010 | 1010001 | 10011000 | 101001 | 101111 | 0 | 101000 | 11111000 | 11110 | 101110 |
Color Harmonies of #5A5198
Complementary color
Monochromatic Colors of #5A5198
Black with #5A5198
Text Example
Text Example
White with #5A5198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5198; }
p { color: rgb(90,81,152); }
H1.HeaderClassName
{
color: #5A5198;
}
.AnyTagClassName
{
color: #5A5198;
}
</style>
background-color css
<style>
a { background-color: #5A5198; }
a { background-color: rgb(90,81,152); }
div.DivClassName
{
background-color: #5A5198;
}
.BgClassName
{
background-color: #5A5198;
}
</style>
border-color css
<style>
span { border-color: #5A5198; }
span { border-color: rgb(90,81,152); }
td.TdClassName
{
border-color: #5A5198;
}
.TagClassName
{
border-color: #5A5198;
}
</style>