Shades of Governor Bay #5B5791
Tints of Governor Bay #5B5791
RGB
CMYK
RGB Variations
Color information
#5B5791 (or 0x5B5791) is known color: Governor Bay. HEX triplet: 5B, 57 and 91. RGB value is (91,87,145). Sum of RGB (Red+Green+Blue) = 91+87+145=323 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.17% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: blue. Hex color #5B5791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5791 is #A4A86E. Grayscale: #5E5E5E. Windows color (decimal): -10791023 or 9525083. OLE color: 9525083.
HSL color Cylindrical-coordinate representation of color #5B5791: hue angle of 244.14º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B5791 is Cyan = 0.37, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 87 | 145 | - |
| CMYK | 0.37 | 0.4 | 0 | 0.43 |
| HSL | 244.14º | 0.25% | 0.45% | - |
| HSV(B) | 244.14º | 0.4% | 0.57% | - |
| XYZ | 12.83 | 11.08 | 28.25 | - |
| YUV | 94.81 | 156.33 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 87 | 145 | 0.37 | 0.4 | 0 | 0.43 | 244.14 | 0.25 | 0.45 |
| Hex | 5B | 57 | 91 | 25 | 28 | 0 | 2B | F4 | 19 | 2D |
| Octal | 133 | 127 | 221 | 45 | 50 | 0 | 53 | 364 | 31 | 55 |
| Binary | 1011011 | 1010111 | 10010001 | 100101 | 101000 | 0 | 101011 | 11110100 | 11001 | 101101 |
Color Harmonies of #5B5791
Complementary color
Monochromatic Colors of #5B5791
Black with #5B5791
Text Example
Text Example
White with #5B5791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5791; }
p { color: rgb(91,87,145); }
H1.HeaderClassName
{
color: #5B5791;
}
.AnyTagClassName
{
color: #5B5791;
}
</style>
background-color css
<style>
a { background-color: #5B5791; }
a { background-color: rgb(91,87,145); }
div.DivClassName
{
background-color: #5B5791;
}
.BgClassName
{
background-color: #5B5791;
}
</style>
border-color css
<style>
span { border-color: #5B5791; }
span { border-color: rgb(91,87,145); }
td.TdClassName
{
border-color: #5B5791;
}
.TagClassName
{
border-color: #5B5791;
}
</style>