Shades of Governor Bay #5B589B
Tints of Governor Bay #5B589B
RGB
CMYK
RGB Variations
Color information
#5B589B (or 0x5B589B) is known color: Governor Bay. HEX triplet: 5B, 58 and 9B. RGB value is (91,88,155). Sum of RGB (Red+Green+Blue) = 91+88+155=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #5B589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B589B is #A4A764. Grayscale: #606060. Windows color (decimal): -10790757 or 10180699. OLE color: 10180699.
HSL color Cylindrical-coordinate representation of color #5B589B: hue angle of 242.69º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B589B is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 88 | 155 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.39 |
| HSL | 242.69º | 0.28% | 0.48% | - |
| HSV(B) | 242.69º | 0.43% | 0.61% | - |
| XYZ | 13.72 | 11.57 | 32.52 | - |
| YUV | 96.54 | 160.99 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 88 | 155 | 0.41 | 0.43 | 0 | 0.39 | 242.69 | 0.28 | 0.48 |
| Hex | 5B | 58 | 9B | 29 | 2B | 0 | 27 | F3 | 1C | 30 |
| Octal | 133 | 130 | 233 | 51 | 53 | 0 | 47 | 363 | 34 | 60 |
| Binary | 1011011 | 1011000 | 10011011 | 101001 | 101011 | 0 | 100111 | 11110011 | 11100 | 110000 |
Color Harmonies of #5B589B
Complementary color
Monochromatic Colors of #5B589B
Black with #5B589B
Text Example
Text Example
White with #5B589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B589B; }
p { color: rgb(91,88,155); }
H1.HeaderClassName
{
color: #5B589B;
}
.AnyTagClassName
{
color: #5B589B;
}
</style>
background-color css
<style>
a { background-color: #5B589B; }
a { background-color: rgb(91,88,155); }
div.DivClassName
{
background-color: #5B589B;
}
.BgClassName
{
background-color: #5B589B;
}
</style>
border-color css
<style>
span { border-color: #5B589B; }
span { border-color: rgb(91,88,155); }
td.TdClassName
{
border-color: #5B589B;
}
.TagClassName
{
border-color: #5B589B;
}
</style>