Shades of Governor Bay #5E5799
Tints of Governor Bay #5E5799
RGB
CMYK
RGB Variations
Color information
#5E5799 (or 0x5E5799) is known color: Governor Bay. HEX triplet: 5E, 57 and 99. RGB value is (94,87,153). Sum of RGB (Red+Green+Blue) = 94+87+153=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E5799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5799 is #A1A866. Grayscale: #606060. Windows color (decimal): -10594407 or 10049374. OLE color: 10049374.
HSL color Cylindrical-coordinate representation of color #5E5799: hue angle of 246.36º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E5799 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 87 | 153 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.4 |
| HSL | 246.36º | 0.28% | 0.47% | - |
| HSV(B) | 246.36º | 0.43% | 0.6% | - |
| XYZ | 13.77 | 11.5 | 31.63 | - |
| YUV | 96.62 | 159.82 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 87 | 153 | 0.39 | 0.43 | 0 | 0.4 | 246.36 | 0.28 | 0.47 |
| Hex | 5E | 57 | 99 | 27 | 2B | 0 | 28 | F6 | 1C | 2F |
| Octal | 136 | 127 | 231 | 47 | 53 | 0 | 50 | 366 | 34 | 57 |
| Binary | 1011110 | 1010111 | 10011001 | 100111 | 101011 | 0 | 101000 | 11110110 | 11100 | 101111 |
Color Harmonies of #5E5799
Complementary color
Monochromatic Colors of #5E5799
Black with #5E5799
Text Example
Text Example
White with #5E5799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5799; }
p { color: rgb(94,87,153); }
H1.HeaderClassName
{
color: #5E5799;
}
.AnyTagClassName
{
color: #5E5799;
}
</style>
background-color css
<style>
a { background-color: #5E5799; }
a { background-color: rgb(94,87,153); }
div.DivClassName
{
background-color: #5E5799;
}
.BgClassName
{
background-color: #5E5799;
}
</style>
border-color css
<style>
span { border-color: #5E5799; }
span { border-color: rgb(94,87,153); }
td.TdClassName
{
border-color: #5E5799;
}
.TagClassName
{
border-color: #5E5799;
}
</style>