Shades of Governor Bay #5B5E91
Tints of Governor Bay #5B5E91
RGB
CMYK
RGB Variations
Color information
#5B5E91 (or 0x5B5E91) is known color: Governor Bay. HEX triplet: 5B, 5E and 91. RGB value is (91,94,145). Sum of RGB (Red+Green+Blue) = 91+94+145=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #5B5E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5E91 is #A4A16E. Grayscale: #626262. Windows color (decimal): -10789231 or 9526875. OLE color: 9526875.
HSL color Cylindrical-coordinate representation of color #5B5E91: hue angle of 236.67º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B5E91 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 94 | 145 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.43 |
| HSL | 236.67º | 0.23% | 0.46% | - |
| HSV(B) | 236.67º | 0.37% | 0.57% | - |
| XYZ | 13.43 | 12.27 | 28.45 | - |
| YUV | 98.92 | 154.01 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 94 | 145 | 0.37 | 0.35 | 0 | 0.43 | 236.67 | 0.23 | 0.46 |
| Hex | 5B | 5E | 91 | 25 | 23 | 0 | 2B | ED | 17 | 2E |
| Octal | 133 | 136 | 221 | 45 | 43 | 0 | 53 | 355 | 27 | 56 |
| Binary | 1011011 | 1011110 | 10010001 | 100101 | 100011 | 0 | 101011 | 11101101 | 10111 | 101110 |
Color Harmonies of #5B5E91
Complementary color
Monochromatic Colors of #5B5E91
Black with #5B5E91
Text Example
Text Example
White with #5B5E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5E91; }
p { color: rgb(91,94,145); }
H1.HeaderClassName
{
color: #5B5E91;
}
.AnyTagClassName
{
color: #5B5E91;
}
</style>
background-color css
<style>
a { background-color: #5B5E91; }
a { background-color: rgb(91,94,145); }
div.DivClassName
{
background-color: #5B5E91;
}
.BgClassName
{
background-color: #5B5E91;
}
</style>
border-color css
<style>
span { border-color: #5B5E91; }
span { border-color: rgb(91,94,145); }
td.TdClassName
{
border-color: #5B5E91;
}
.TagClassName
{
border-color: #5B5E91;
}
</style>