Shades of Governor Bay #5B5E9A
Tints of Governor Bay #5B5E9A
RGB
CMYK
RGB Variations
Color information
#5B5E9A (or 0x5B5E9A) is known color: Governor Bay. HEX triplet: 5B, 5E and 9A. RGB value is (91,94,154). Sum of RGB (Red+Green+Blue) = 91+94+154=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #5B5E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5E9A is #A4A165. Grayscale: #636363. Windows color (decimal): -10789222 or 10116699. OLE color: 10116699.
HSL color Cylindrical-coordinate representation of color #5B5E9A: hue angle of 237.14º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B5E9A is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 94 | 154 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.40 |
| HSL | 237.14º | 0.26% | 0.48% | - |
| HSV(B) | 237.14º | 0.41% | 0.6% | - |
| XYZ | 14.15 | 12.56 | 32.25 | - |
| YUV | 99.94 | 158.51 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 94 | 154 | 0.41 | 0.39 | 0 | 0.40 | 237.14 | 0.26 | 0.48 |
| Hex | 5B | 5E | 9A | 29 | 27 | 0 | 28 | ED | 1A | 30 |
| Octal | 133 | 136 | 232 | 51 | 47 | 0 | 50 | 355 | 32 | 60 |
| Binary | 1011011 | 1011110 | 10011010 | 101001 | 100111 | 0 | 101000 | 11101101 | 11010 | 110000 |
Color Harmonies of #5B5E9A
Complementary color
Monochromatic Colors of #5B5E9A
Black with #5B5E9A
Text Example
Text Example
White with #5B5E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5E9A; }
p { color: rgb(91,94,154); }
H1.HeaderClassName
{
color: #5B5E9A;
}
.AnyTagClassName
{
color: #5B5E9A;
}
</style>
background-color css
<style>
a { background-color: #5B5E9A; }
a { background-color: rgb(91,94,154); }
div.DivClassName
{
background-color: #5B5E9A;
}
.BgClassName
{
background-color: #5B5E9A;
}
</style>
border-color css
<style>
span { border-color: #5B5E9A; }
span { border-color: rgb(91,94,154); }
td.TdClassName
{
border-color: #5B5E9A;
}
.TagClassName
{
border-color: #5B5E9A;
}
</style>