Shades of Governor Bay #5E5599
Tints of Governor Bay #5E5599
RGB
CMYK
RGB Variations
Color information
#5E5599 (or 0x5E5599) is known color: Governor Bay. HEX triplet: 5E, 55 and 99. RGB value is (94,85,153). Sum of RGB (Red+Green+Blue) = 94+85+153=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E5599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5599 is #A1AA66. Grayscale: #5F5F5F. Windows color (decimal): -10594919 or 10048862. OLE color: 10048862.
HSL color Cylindrical-coordinate representation of color #5E5599: hue angle of 247.94º degrees, saturation: 0.29, 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 #5E5599 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 85 | 153 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.4 |
| HSL | 247.94º | 0.29% | 0.47% | - |
| HSV(B) | 247.94º | 0.44% | 0.6% | - |
| XYZ | 13.61 | 11.18 | 31.58 | - |
| YUV | 95.44 | 160.48 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 85 | 153 | 0.39 | 0.44 | 0 | 0.4 | 247.94 | 0.29 | 0.47 |
| Hex | 5E | 55 | 99 | 27 | 2C | 0 | 28 | F8 | 1D | 2F |
| Octal | 136 | 125 | 231 | 47 | 54 | 0 | 50 | 370 | 35 | 57 |
| Binary | 1011110 | 1010101 | 10011001 | 100111 | 101100 | 0 | 101000 | 11111000 | 11101 | 101111 |
Color Harmonies of #5E5599
Complementary color
Monochromatic Colors of #5E5599
Black with #5E5599
Text Example
Text Example
White with #5E5599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5599; }
p { color: rgb(94,85,153); }
H1.HeaderClassName
{
color: #5E5599;
}
.AnyTagClassName
{
color: #5E5599;
}
</style>
background-color css
<style>
a { background-color: #5E5599; }
a { background-color: rgb(94,85,153); }
div.DivClassName
{
background-color: #5E5599;
}
.BgClassName
{
background-color: #5E5599;
}
</style>
border-color css
<style>
span { border-color: #5E5599; }
span { border-color: rgb(94,85,153); }
td.TdClassName
{
border-color: #5E5599;
}
.TagClassName
{
border-color: #5E5599;
}
</style>