Shades of Governor Bay #5E5A8E
Tints of Governor Bay #5E5A8E
RGB
CMYK
RGB Variations
Color information
#5E5A8E (or 0x5E5A8E) is known color: Governor Bay. HEX triplet: 5E, 5A and 8E. RGB value is (94,90,142). Sum of RGB (Red+Green+Blue) = 94+90+142=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E5A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5A8E is #A1A571. Grayscale: #606060. Windows color (decimal): -10593650 or 9329246. OLE color: 9329246.
HSL color Cylindrical-coordinate representation of color #5E5A8E: hue angle of 244.62º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E5A8E is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 90 | 142 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.44 |
| HSL | 244.62º | 0.22% | 0.45% | - |
| HSV(B) | 244.62º | 0.37% | 0.56% | - |
| XYZ | 13.15 | 11.65 | 27.15 | - |
| YUV | 97.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 90 | 142 | 0.34 | 0.37 | 0 | 0.44 | 244.62 | 0.22 | 0.45 |
| Hex | 5E | 5A | 8E | 22 | 25 | 0 | 2C | F5 | 16 | 2D |
| Octal | 136 | 132 | 216 | 42 | 45 | 0 | 54 | 365 | 26 | 55 |
| Binary | 1011110 | 1011010 | 10001110 | 100010 | 100101 | 0 | 101100 | 11110101 | 10110 | 101101 |
Color Harmonies of #5E5A8E
Complementary color
Monochromatic Colors of #5E5A8E
Black with #5E5A8E
Text Example
Text Example
White with #5E5A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5A8E; }
p { color: rgb(94,90,142); }
H1.HeaderClassName
{
color: #5E5A8E;
}
.AnyTagClassName
{
color: #5E5A8E;
}
</style>
background-color css
<style>
a { background-color: #5E5A8E; }
a { background-color: rgb(94,90,142); }
div.DivClassName
{
background-color: #5E5A8E;
}
.BgClassName
{
background-color: #5E5A8E;
}
</style>
border-color css
<style>
span { border-color: #5E5A8E; }
span { border-color: rgb(94,90,142); }
td.TdClassName
{
border-color: #5E5A8E;
}
.TagClassName
{
border-color: #5E5A8E;
}
</style>