Shades of Governor Bay #5B5E88
Tints of Governor Bay #5B5E88
RGB
CMYK
RGB Variations
Color information
#5B5E88 (or 0x5B5E88) is known color: Governor Bay. HEX triplet: 5B, 5E and 88. RGB value is (91,94,136). Sum of RGB (Red+Green+Blue) = 91+94+136=321 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.35% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 136 - color contains mainly: blue. Hex color #5B5E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5E88 is #A4A177. Grayscale: #616161. Windows color (decimal): -10789240 or 8937051. OLE color: 8937051.
HSL color Cylindrical-coordinate representation of color #5B5E88: hue angle of 236º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B5E88 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 94 | 136 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.47 |
| HSL | 236º | 0.2% | 0.45% | - |
| HSV(B) | 236º | 0.33% | 0.53% | - |
| XYZ | 12.76 | 12.01 | 24.94 | - |
| YUV | 97.89 | 149.51 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 94 | 136 | 0.33 | 0.31 | 0 | 0.47 | 236 | 0.2 | 0.45 |
| Hex | 5B | 5E | 88 | 21 | 1F | 0 | 2F | EC | 14 | 2D |
| Octal | 133 | 136 | 210 | 41 | 37 | 0 | 57 | 354 | 24 | 55 |
| Binary | 1011011 | 1011110 | 10001000 | 100001 | 11111 | 0 | 101111 | 11101100 | 10100 | 101101 |
Color Harmonies of #5B5E88
Complementary color
Monochromatic Colors of #5B5E88
Black with #5B5E88
Text Example
Text Example
White with #5B5E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5E88; }
p { color: rgb(91,94,136); }
H1.HeaderClassName
{
color: #5B5E88;
}
.AnyTagClassName
{
color: #5B5E88;
}
</style>
background-color css
<style>
a { background-color: #5B5E88; }
a { background-color: rgb(91,94,136); }
div.DivClassName
{
background-color: #5B5E88;
}
.BgClassName
{
background-color: #5B5E88;
}
</style>
border-color css
<style>
span { border-color: #5B5E88; }
span { border-color: rgb(91,94,136); }
td.TdClassName
{
border-color: #5B5E88;
}
.TagClassName
{
border-color: #5B5E88;
}
</style>