Shades of Governor Bay #5B5598
Tints of Governor Bay #5B5598
RGB
CMYK
RGB Variations
Color information
#5B5598 (or 0x5B5598) is known color: Governor Bay. HEX triplet: 5B, 55 and 98. RGB value is (91,85,152). Sum of RGB (Red+Green+Blue) = 91+85+152=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #5B5598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5598 is #A4AA67. Grayscale: #5E5E5E. Windows color (decimal): -10791528 or 9983323. OLE color: 9983323.
HSL color Cylindrical-coordinate representation of color #5B5598: hue angle of 245.37º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B5598 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 85 | 152 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.40 |
| HSL | 245.37º | 0.28% | 0.46% | - |
| HSV(B) | 245.37º | 0.44% | 0.6% | - |
| XYZ | 13.23 | 10.99 | 31.13 | - |
| YUV | 94.43 | 160.49 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 85 | 152 | 0.40 | 0.44 | 0 | 0.40 | 245.37 | 0.28 | 0.46 |
| Hex | 5B | 55 | 98 | 28 | 2C | 0 | 28 | F5 | 1C | 2E |
| Octal | 133 | 125 | 230 | 50 | 54 | 0 | 50 | 365 | 34 | 56 |
| Binary | 1011011 | 1010101 | 10011000 | 101000 | 101100 | 0 | 101000 | 11110101 | 11100 | 101110 |
Color Harmonies of #5B5598
Complementary color
Monochromatic Colors of #5B5598
Black with #5B5598
Text Example
Text Example
White with #5B5598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5598; }
p { color: rgb(91,85,152); }
H1.HeaderClassName
{
color: #5B5598;
}
.AnyTagClassName
{
color: #5B5598;
}
</style>
background-color css
<style>
a { background-color: #5B5598; }
a { background-color: rgb(91,85,152); }
div.DivClassName
{
background-color: #5B5598;
}
.BgClassName
{
background-color: #5B5598;
}
</style>
border-color css
<style>
span { border-color: #5B5598; }
span { border-color: rgb(91,85,152); }
td.TdClassName
{
border-color: #5B5598;
}
.TagClassName
{
border-color: #5B5598;
}
</style>