Shades of Governor Bay #5B6095
Tints of Governor Bay #5B6095
RGB
CMYK
RGB Variations
Color information
#5B6095 (or 0x5B6095) is known color: Governor Bay. HEX triplet: 5B, 60 and 95. RGB value is (91,96,149). Sum of RGB (Red+Green+Blue) = 91+96+149=336 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.08% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #5B6095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6095 is #A49F6A. Grayscale: #646464. Windows color (decimal): -10788715 or 9789531. OLE color: 9789531.
HSL color Cylindrical-coordinate representation of color #5B6095: hue angle of 234.83º 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 #5B6095 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 96 | 149 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.42 |
| HSL | 234.83º | 0.24% | 0.47% | - |
| HSV(B) | 234.83º | 0.39% | 0.58% | - |
| XYZ | 13.92 | 12.76 | 30.16 | - |
| YUV | 100.55 | 155.34 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 96 | 149 | 0.39 | 0.36 | 0 | 0.42 | 234.83 | 0.24 | 0.47 |
| Hex | 5B | 60 | 95 | 27 | 24 | 0 | 2A | EB | 18 | 2F |
| Octal | 133 | 140 | 225 | 47 | 44 | 0 | 52 | 353 | 30 | 57 |
| Binary | 1011011 | 1100000 | 10010101 | 100111 | 100100 | 0 | 101010 | 11101011 | 11000 | 101111 |
Color Harmonies of #5B6095
Complementary color
Monochromatic Colors of #5B6095
Black with #5B6095
Text Example
Text Example
White with #5B6095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6095; }
p { color: rgb(91,96,149); }
H1.HeaderClassName
{
color: #5B6095;
}
.AnyTagClassName
{
color: #5B6095;
}
</style>
background-color css
<style>
a { background-color: #5B6095; }
a { background-color: rgb(91,96,149); }
div.DivClassName
{
background-color: #5B6095;
}
.BgClassName
{
background-color: #5B6095;
}
</style>
border-color css
<style>
span { border-color: #5B6095; }
span { border-color: rgb(91,96,149); }
td.TdClassName
{
border-color: #5B6095;
}
.TagClassName
{
border-color: #5B6095;
}
</style>