Shades of Governor Bay #5E5699
Tints of Governor Bay #5E5699
RGB
CMYK
RGB Variations
Color information
#5E5699 (or 0x5E5699) is known color: Governor Bay. HEX triplet: 5E, 56 and 99. RGB value is (94,86,153). Sum of RGB (Red+Green+Blue) = 94+86+153=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E5699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5699 is #A1A966. Grayscale: #5F5F5F. Windows color (decimal): -10594663 or 10049118. OLE color: 10049118.
HSL color Cylindrical-coordinate representation of color #5E5699: hue angle of 247.16º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E5699 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 86 | 153 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.4 |
| HSL | 247.16º | 0.28% | 0.47% | - |
| HSV(B) | 247.16º | 0.44% | 0.6% | - |
| XYZ | 13.69 | 11.34 | 31.6 | - |
| YUV | 96.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 86 | 153 | 0.39 | 0.44 | 0 | 0.4 | 247.16 | 0.28 | 0.47 |
| Hex | 5E | 56 | 99 | 27 | 2C | 0 | 28 | F7 | 1C | 2F |
| Octal | 136 | 126 | 231 | 47 | 54 | 0 | 50 | 367 | 34 | 57 |
| Binary | 1011110 | 1010110 | 10011001 | 100111 | 101100 | 0 | 101000 | 11110111 | 11100 | 101111 |
Color Harmonies of #5E5699
Complementary color
Monochromatic Colors of #5E5699
Black with #5E5699
Text Example
Text Example
White with #5E5699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5699; }
p { color: rgb(94,86,153); }
H1.HeaderClassName
{
color: #5E5699;
}
.AnyTagClassName
{
color: #5E5699;
}
</style>
background-color css
<style>
a { background-color: #5E5699; }
a { background-color: rgb(94,86,153); }
div.DivClassName
{
background-color: #5E5699;
}
.BgClassName
{
background-color: #5E5699;
}
</style>
border-color css
<style>
span { border-color: #5E5699; }
span { border-color: rgb(94,86,153); }
td.TdClassName
{
border-color: #5E5699;
}
.TagClassName
{
border-color: #5E5699;
}
</style>