Shades of Governor Bay #5B6295
Tints of Governor Bay #5B6295
RGB
CMYK
RGB Variations
Color information
#5B6295 (or 0x5B6295) is known color: Governor Bay. HEX triplet: 5B, 62 and 95. RGB value is (91,98,149). Sum of RGB (Red+Green+Blue) = 91+98+149=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #5B6295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6295 is #A49D6A. Grayscale: #656565. Windows color (decimal): -10788203 or 9790043. OLE color: 9790043.
HSL color Cylindrical-coordinate representation of color #5B6295: hue angle of 232.76º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B6295 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 98 | 149 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.42 |
| HSL | 232.76º | 0.24% | 0.47% | - |
| HSV(B) | 232.76º | 0.39% | 0.58% | - |
| XYZ | 14.11 | 13.13 | 30.22 | - |
| YUV | 101.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 98 | 149 | 0.39 | 0.34 | 0 | 0.42 | 232.76 | 0.24 | 0.47 |
| Hex | 5B | 62 | 95 | 27 | 22 | 0 | 2A | E9 | 18 | 2F |
| Octal | 133 | 142 | 225 | 47 | 42 | 0 | 52 | 351 | 30 | 57 |
| Binary | 1011011 | 1100010 | 10010101 | 100111 | 100010 | 0 | 101010 | 11101001 | 11000 | 101111 |
Color Harmonies of #5B6295
Complementary color
Monochromatic Colors of #5B6295
Black with #5B6295
Text Example
Text Example
White with #5B6295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6295; }
p { color: rgb(91,98,149); }
H1.HeaderClassName
{
color: #5B6295;
}
.AnyTagClassName
{
color: #5B6295;
}
</style>
background-color css
<style>
a { background-color: #5B6295; }
a { background-color: rgb(91,98,149); }
div.DivClassName
{
background-color: #5B6295;
}
.BgClassName
{
background-color: #5B6295;
}
</style>
border-color css
<style>
span { border-color: #5B6295; }
span { border-color: rgb(91,98,149); }
td.TdClassName
{
border-color: #5B6295;
}
.TagClassName
{
border-color: #5B6295;
}
</style>