Shades of Governor Bay #5B5A89
Tints of Governor Bay #5B5A89
RGB
CMYK
RGB Variations
Color information
#5B5A89 (or 0x5B5A89) is known color: Governor Bay. HEX triplet: 5B, 5A and 89. RGB value is (91,90,137). Sum of RGB (Red+Green+Blue) = 91+90+137=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 137 - color contains mainly: blue. Hex color #5B5A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5A89 is #A4A576. Grayscale: #5F5F5F. Windows color (decimal): -10790263 or 9001563. OLE color: 9001563.
HSL color Cylindrical-coordinate representation of color #5B5A89: hue angle of 241.28º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B5A89 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 91 | 90 | 137 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.46 |
| HSL | 241.28º | 0.21% | 0.45% | - |
| HSV(B) | 241.28º | 0.34% | 0.54% | - |
| XYZ | 12.49 | 11.34 | 25.2 | - |
| YUV | 95.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 90 | 137 | 0.34 | 0.34 | 0 | 0.46 | 241.28 | 0.21 | 0.45 |
| Hex | 5B | 5A | 89 | 22 | 22 | 0 | 2E | F1 | 15 | 2D |
| Octal | 133 | 132 | 211 | 42 | 42 | 0 | 56 | 361 | 25 | 55 |
| Binary | 1011011 | 1011010 | 10001001 | 100010 | 100010 | 0 | 101110 | 11110001 | 10101 | 101101 |
Color Harmonies of #5B5A89
Complementary color
Monochromatic Colors of #5B5A89
Black with #5B5A89
Text Example
Text Example
White with #5B5A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5A89; }
p { color: rgb(91,90,137); }
H1.HeaderClassName
{
color: #5B5A89;
}
.AnyTagClassName
{
color: #5B5A89;
}
</style>
background-color css
<style>
a { background-color: #5B5A89; }
a { background-color: rgb(91,90,137); }
div.DivClassName
{
background-color: #5B5A89;
}
.BgClassName
{
background-color: #5B5A89;
}
</style>
border-color css
<style>
span { border-color: #5B5A89; }
span { border-color: rgb(91,90,137); }
td.TdClassName
{
border-color: #5B5A89;
}
.TagClassName
{
border-color: #5B5A89;
}
</style>