Shades of Governor Bay #5E6599
Tints of Governor Bay #5E6599
RGB
CMYK
RGB Variations
Color information
#5E6599 (or 0x5E6599) is known color: Governor Bay. HEX triplet: 5E, 65 and 99. RGB value is (94,101,153). Sum of RGB (Red+Green+Blue) = 94+101+153=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E6599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6599 is #A19A66. Grayscale: #686868. Windows color (decimal): -10590823 or 10052958. OLE color: 10052958.
HSL color Cylindrical-coordinate representation of color #5E6599: hue angle of 232.88º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E6599 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 101 | 153 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.4 |
| HSL | 232.88º | 0.24% | 0.48% | - |
| HSV(B) | 232.88º | 0.39% | 0.6% | - |
| XYZ | 15.02 | 13.99 | 32.05 | - |
| YUV | 104.84 | 155.18 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 153 | 0.39 | 0.34 | 0 | 0.4 | 232.88 | 0.24 | 0.48 |
| Hex | 5E | 65 | 99 | 27 | 22 | 0 | 28 | E9 | 18 | 30 |
| Octal | 136 | 145 | 231 | 47 | 42 | 0 | 50 | 351 | 30 | 60 |
| Binary | 1011110 | 1100101 | 10011001 | 100111 | 100010 | 0 | 101000 | 11101001 | 11000 | 110000 |
Color Harmonies of #5E6599
Complementary color
Monochromatic Colors of #5E6599
Black with #5E6599
Text Example
Text Example
White with #5E6599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6599; }
p { color: rgb(94,101,153); }
H1.HeaderClassName
{
color: #5E6599;
}
.AnyTagClassName
{
color: #5E6599;
}
</style>
background-color css
<style>
a { background-color: #5E6599; }
a { background-color: rgb(94,101,153); }
div.DivClassName
{
background-color: #5E6599;
}
.BgClassName
{
background-color: #5E6599;
}
</style>
border-color css
<style>
span { border-color: #5E6599; }
span { border-color: rgb(94,101,153); }
td.TdClassName
{
border-color: #5E6599;
}
.TagClassName
{
border-color: #5E6599;
}
</style>