Shades of Governor Bay #5E6597
Tints of Governor Bay #5E6597
RGB
CMYK
RGB Variations
Color information
#5E6597 (or 0x5E6597) is known color: Governor Bay. HEX triplet: 5E, 65 and 97. RGB value is (94,101,151). Sum of RGB (Red+Green+Blue) = 94+101+151=346 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.17% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 151 - color contains mainly: blue. Hex color #5E6597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6597 is #A19A68. Grayscale: #686868. Windows color (decimal): -10590825 or 9921886. OLE color: 9921886.
HSL color Cylindrical-coordinate representation of color #5E6597: hue angle of 232.63º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E6597 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 101 | 151 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.41 |
| HSL | 232.63º | 0.23% | 0.48% | - |
| HSV(B) | 232.63º | 0.38% | 0.59% | - |
| XYZ | 14.86 | 13.92 | 31.18 | - |
| YUV | 104.61 | 154.18 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 151 | 0.38 | 0.33 | 0 | 0.41 | 232.63 | 0.23 | 0.48 |
| Hex | 5E | 65 | 97 | 26 | 21 | 0 | 29 | E9 | 17 | 30 |
| Octal | 136 | 145 | 227 | 46 | 41 | 0 | 51 | 351 | 27 | 60 |
| Binary | 1011110 | 1100101 | 10010111 | 100110 | 100001 | 0 | 101001 | 11101001 | 10111 | 110000 |
Color Harmonies of #5E6597
Complementary color
Monochromatic Colors of #5E6597
Black with #5E6597
Text Example
Text Example
White with #5E6597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6597; }
p { color: rgb(94,101,151); }
H1.HeaderClassName
{
color: #5E6597;
}
.AnyTagClassName
{
color: #5E6597;
}
</style>
background-color css
<style>
a { background-color: #5E6597; }
a { background-color: rgb(94,101,151); }
div.DivClassName
{
background-color: #5E6597;
}
.BgClassName
{
background-color: #5E6597;
}
</style>
border-color css
<style>
span { border-color: #5E6597; }
span { border-color: rgb(94,101,151); }
td.TdClassName
{
border-color: #5E6597;
}
.TagClassName
{
border-color: #5E6597;
}
</style>