Shades of Governor Bay #5B5995
Tints of Governor Bay #5B5995
RGB
CMYK
RGB Variations
Color information
#5B5995 (or 0x5B5995) is known color: Governor Bay. HEX triplet: 5B, 59 and 95. RGB value is (91,89,149). Sum of RGB (Red+Green+Blue) = 91+89+149=329 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.66% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #5B5995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5995 is #A4A66A. Grayscale: #606060. Windows color (decimal): -10790507 or 9787739. OLE color: 9787739.
HSL color Cylindrical-coordinate representation of color #5B5995: hue angle of 242º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B5995 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 89 | 149 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.42 |
| HSL | 242º | 0.25% | 0.47% | - |
| HSV(B) | 242º | 0.4% | 0.58% | - |
| XYZ | 13.31 | 11.54 | 29.96 | - |
| YUV | 96.44 | 157.66 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 89 | 149 | 0.39 | 0.40 | 0 | 0.42 | 242 | 0.25 | 0.47 |
| Hex | 5B | 59 | 95 | 27 | 28 | 0 | 2A | F2 | 19 | 2F |
| Octal | 133 | 131 | 225 | 47 | 50 | 0 | 52 | 362 | 31 | 57 |
| Binary | 1011011 | 1011001 | 10010101 | 100111 | 101000 | 0 | 101010 | 11110010 | 11001 | 101111 |
Color Harmonies of #5B5995
Complementary color
Monochromatic Colors of #5B5995
Black with #5B5995
Text Example
Text Example
White with #5B5995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5995; }
p { color: rgb(91,89,149); }
H1.HeaderClassName
{
color: #5B5995;
}
.AnyTagClassName
{
color: #5B5995;
}
</style>
background-color css
<style>
a { background-color: #5B5995; }
a { background-color: rgb(91,89,149); }
div.DivClassName
{
background-color: #5B5995;
}
.BgClassName
{
background-color: #5B5995;
}
</style>
border-color css
<style>
span { border-color: #5B5995; }
span { border-color: rgb(91,89,149); }
td.TdClassName
{
border-color: #5B5995;
}
.TagClassName
{
border-color: #5B5995;
}
</style>