Shades of Governor Bay #5E5992
Tints of Governor Bay #5E5992
RGB
CMYK
RGB Variations
Color information
#5E5992 (or 0x5E5992) is known color: Governor Bay. HEX triplet: 5E, 59 and 92. RGB value is (94,89,146). Sum of RGB (Red+Green+Blue) = 94+89+146=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E5992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5992 is #A1A66D. Grayscale: #606060. Windows color (decimal): -10593902 or 9591134. OLE color: 9591134.
HSL color Cylindrical-coordinate representation of color #5E5992: hue angle of 245.26º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E5992 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 89 | 146 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.43 |
| HSL | 245.26º | 0.24% | 0.46% | - |
| HSV(B) | 245.26º | 0.39% | 0.57% | - |
| XYZ | 13.38 | 11.6 | 28.73 | - |
| YUV | 96.99 | 155.66 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 89 | 146 | 0.36 | 0.39 | 0 | 0.43 | 245.26 | 0.24 | 0.46 |
| Hex | 5E | 59 | 92 | 24 | 27 | 0 | 2B | F5 | 18 | 2E |
| Octal | 136 | 131 | 222 | 44 | 47 | 0 | 53 | 365 | 30 | 56 |
| Binary | 1011110 | 1011001 | 10010010 | 100100 | 100111 | 0 | 101011 | 11110101 | 11000 | 101110 |
Color Harmonies of #5E5992
Complementary color
Monochromatic Colors of #5E5992
Black with #5E5992
Text Example
Text Example
White with #5E5992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5992; }
p { color: rgb(94,89,146); }
H1.HeaderClassName
{
color: #5E5992;
}
.AnyTagClassName
{
color: #5E5992;
}
</style>
background-color css
<style>
a { background-color: #5E5992; }
a { background-color: rgb(94,89,146); }
div.DivClassName
{
background-color: #5E5992;
}
.BgClassName
{
background-color: #5E5992;
}
</style>
border-color css
<style>
span { border-color: #5E5992; }
span { border-color: rgb(94,89,146); }
td.TdClassName
{
border-color: #5E5992;
}
.TagClassName
{
border-color: #5E5992;
}
</style>