Shades of Governor Bay #5E5797
Tints of Governor Bay #5E5797
RGB
CMYK
RGB Variations
Color information
#5E5797 (or 0x5E5797) is known color: Governor Bay. HEX triplet: 5E, 57 and 97. RGB value is (94,87,151). Sum of RGB (Red+Green+Blue) = 94+87+151=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 151 - color contains mainly: blue. Hex color #5E5797 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5797 is #A1A868. Grayscale: #606060. Windows color (decimal): -10594409 or 9918302. OLE color: 9918302.
HSL color Cylindrical-coordinate representation of color #5E5797: hue angle of 246.56º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E5797 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 87 | 151 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.41 |
| HSL | 246.56º | 0.27% | 0.47% | - |
| HSV(B) | 246.56º | 0.42% | 0.59% | - |
| XYZ | 13.61 | 11.43 | 30.77 | - |
| YUV | 96.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 87 | 151 | 0.38 | 0.42 | 0 | 0.41 | 246.56 | 0.27 | 0.47 |
| Hex | 5E | 57 | 97 | 26 | 2A | 0 | 29 | F7 | 1B | 2F |
| Octal | 136 | 127 | 227 | 46 | 52 | 0 | 51 | 367 | 33 | 57 |
| Binary | 1011110 | 1010111 | 10010111 | 100110 | 101010 | 0 | 101001 | 11110111 | 11011 | 101111 |
Color Harmonies of #5E5797
Complementary color
Monochromatic Colors of #5E5797
Black with #5E5797
Text Example
Text Example
White with #5E5797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5797; }
p { color: rgb(94,87,151); }
H1.HeaderClassName
{
color: #5E5797;
}
.AnyTagClassName
{
color: #5E5797;
}
</style>
background-color css
<style>
a { background-color: #5E5797; }
a { background-color: rgb(94,87,151); }
div.DivClassName
{
background-color: #5E5797;
}
.BgClassName
{
background-color: #5E5797;
}
</style>
border-color css
<style>
span { border-color: #5E5797; }
span { border-color: rgb(94,87,151); }
td.TdClassName
{
border-color: #5E5797;
}
.TagClassName
{
border-color: #5E5797;
}
</style>