Shades of Governor Bay #5E5896
Tints of Governor Bay #5E5896
RGB
CMYK
RGB Variations
Color information
#5E5896 (or 0x5E5896) is known color: Governor Bay. HEX triplet: 5E, 58 and 96. RGB value is (94,88,150). Sum of RGB (Red+Green+Blue) = 94+88+150=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #5E5896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5896 is #A1A769. Grayscale: #606060. Windows color (decimal): -10594154 or 9853022. OLE color: 9853022.
HSL color Cylindrical-coordinate representation of color #5E5896: hue angle of 245.81º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E5896 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 88 | 150 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.41 |
| HSL | 245.81º | 0.26% | 0.47% | - |
| HSV(B) | 245.81º | 0.41% | 0.59% | - |
| XYZ | 13.61 | 11.56 | 30.37 | - |
| YUV | 96.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 88 | 150 | 0.37 | 0.41 | 0 | 0.41 | 245.81 | 0.26 | 0.47 |
| Hex | 5E | 58 | 96 | 25 | 29 | 0 | 29 | F6 | 1A | 2F |
| Octal | 136 | 130 | 226 | 45 | 51 | 0 | 51 | 366 | 32 | 57 |
| Binary | 1011110 | 1011000 | 10010110 | 100101 | 101001 | 0 | 101001 | 11110110 | 11010 | 101111 |
Color Harmonies of #5E5896
Complementary color
Monochromatic Colors of #5E5896
Black with #5E5896
Text Example
Text Example
White with #5E5896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5896; }
p { color: rgb(94,88,150); }
H1.HeaderClassName
{
color: #5E5896;
}
.AnyTagClassName
{
color: #5E5896;
}
</style>
background-color css
<style>
a { background-color: #5E5896; }
a { background-color: rgb(94,88,150); }
div.DivClassName
{
background-color: #5E5896;
}
.BgClassName
{
background-color: #5E5896;
}
</style>
border-color css
<style>
span { border-color: #5E5896; }
span { border-color: rgb(94,88,150); }
td.TdClassName
{
border-color: #5E5896;
}
.TagClassName
{
border-color: #5E5896;
}
</style>