Shades of Governor Bay #5B5A9B
Tints of Governor Bay #5B5A9B
RGB
CMYK
RGB Variations
Color information
#5B5A9B (or 0x5B5A9B) is known color: Governor Bay. HEX triplet: 5B, 5A and 9B. RGB value is (91,90,155). Sum of RGB (Red+Green+Blue) = 91+90+155=336 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.08% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #5B5A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5A9B is #A4A564. Grayscale: #616161. Windows color (decimal): -10790245 or 10181211. OLE color: 10181211.
HSL color Cylindrical-coordinate representation of color #5B5A9B: hue angle of 240.92º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B5A9B is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 90 | 155 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.39 |
| HSL | 240.92º | 0.27% | 0.48% | - |
| HSV(B) | 240.92º | 0.42% | 0.61% | - |
| XYZ | 13.89 | 11.9 | 32.58 | - |
| YUV | 97.71 | 160.33 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 90 | 155 | 0.41 | 0.42 | 0 | 0.39 | 240.92 | 0.27 | 0.48 |
| Hex | 5B | 5A | 9B | 29 | 2A | 0 | 27 | F1 | 1B | 30 |
| Octal | 133 | 132 | 233 | 51 | 52 | 0 | 47 | 361 | 33 | 60 |
| Binary | 1011011 | 1011010 | 10011011 | 101001 | 101010 | 0 | 100111 | 11110001 | 11011 | 110000 |
Color Harmonies of #5B5A9B
Complementary color
Monochromatic Colors of #5B5A9B
Black with #5B5A9B
Text Example
Text Example
White with #5B5A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5A9B; }
p { color: rgb(91,90,155); }
H1.HeaderClassName
{
color: #5B5A9B;
}
.AnyTagClassName
{
color: #5B5A9B;
}
</style>
background-color css
<style>
a { background-color: #5B5A9B; }
a { background-color: rgb(91,90,155); }
div.DivClassName
{
background-color: #5B5A9B;
}
.BgClassName
{
background-color: #5B5A9B;
}
</style>
border-color css
<style>
span { border-color: #5B5A9B; }
span { border-color: rgb(91,90,155); }
td.TdClassName
{
border-color: #5B5A9B;
}
.TagClassName
{
border-color: #5B5A9B;
}
</style>