Shades of Governor Bay #5E5795
Tints of Governor Bay #5E5795
RGB
CMYK
RGB Variations
Color information
#5E5795 (or 0x5E5795) is known color: Governor Bay. HEX triplet: 5E, 57 and 95. RGB value is (94,87,149). Sum of RGB (Red+Green+Blue) = 94+87+149=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #5E5795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5795 is #A1A86A. Grayscale: #5F5F5F. Windows color (decimal): -10594411 or 9787230. OLE color: 9787230.
HSL color Cylindrical-coordinate representation of color #5E5795: hue angle of 246.77º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E5795 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 87 | 149 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.42 |
| HSL | 246.77º | 0.26% | 0.46% | - |
| HSV(B) | 246.77º | 0.42% | 0.58% | - |
| XYZ | 13.45 | 11.37 | 29.92 | - |
| YUV | 96.16 | 157.82 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 87 | 149 | 0.37 | 0.42 | 0 | 0.42 | 246.77 | 0.26 | 0.46 |
| Hex | 5E | 57 | 95 | 25 | 2A | 0 | 2A | F7 | 1A | 2E |
| Octal | 136 | 127 | 225 | 45 | 52 | 0 | 52 | 367 | 32 | 56 |
| Binary | 1011110 | 1010111 | 10010101 | 100101 | 101010 | 0 | 101010 | 11110111 | 11010 | 101110 |
Color Harmonies of #5E5795
Complementary color
Monochromatic Colors of #5E5795
Black with #5E5795
Text Example
Text Example
White with #5E5795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5795; }
p { color: rgb(94,87,149); }
H1.HeaderClassName
{
color: #5E5795;
}
.AnyTagClassName
{
color: #5E5795;
}
</style>
background-color css
<style>
a { background-color: #5E5795; }
a { background-color: rgb(94,87,149); }
div.DivClassName
{
background-color: #5E5795;
}
.BgClassName
{
background-color: #5E5795;
}
</style>
border-color css
<style>
span { border-color: #5E5795; }
span { border-color: rgb(94,87,149); }
td.TdClassName
{
border-color: #5E5795;
}
.TagClassName
{
border-color: #5E5795;
}
</style>