Shades of Governor Bay #5E5999
Tints of Governor Bay #5E5999
RGB
CMYK
RGB Variations
Color information
#5E5999 (or 0x5E5999) is known color: Governor Bay. HEX triplet: 5E, 59 and 99. RGB value is (94,89,153). Sum of RGB (Red+Green+Blue) = 94+89+153=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E5999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5999 is #A1A666. Grayscale: #616161. Windows color (decimal): -10593895 or 10049886. OLE color: 10049886.
HSL color Cylindrical-coordinate representation of color #5E5999: hue angle of 244.69º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E5999 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 89 | 153 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.4 |
| HSL | 244.69º | 0.26% | 0.47% | - |
| HSV(B) | 244.69º | 0.42% | 0.6% | - |
| XYZ | 13.94 | 11.82 | 31.68 | - |
| YUV | 97.79 | 159.16 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 89 | 153 | 0.39 | 0.42 | 0 | 0.4 | 244.69 | 0.26 | 0.47 |
| Hex | 5E | 59 | 99 | 27 | 2A | 0 | 28 | F5 | 1A | 2F |
| Octal | 136 | 131 | 231 | 47 | 52 | 0 | 50 | 365 | 32 | 57 |
| Binary | 1011110 | 1011001 | 10011001 | 100111 | 101010 | 0 | 101000 | 11110101 | 11010 | 101111 |
Color Harmonies of #5E5999
Complementary color
Monochromatic Colors of #5E5999
Black with #5E5999
Text Example
Text Example
White with #5E5999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5999; }
p { color: rgb(94,89,153); }
H1.HeaderClassName
{
color: #5E5999;
}
.AnyTagClassName
{
color: #5E5999;
}
</style>
background-color css
<style>
a { background-color: #5E5999; }
a { background-color: rgb(94,89,153); }
div.DivClassName
{
background-color: #5E5999;
}
.BgClassName
{
background-color: #5E5999;
}
</style>
border-color css
<style>
span { border-color: #5E5999; }
span { border-color: rgb(94,89,153); }
td.TdClassName
{
border-color: #5E5999;
}
.TagClassName
{
border-color: #5E5999;
}
</style>