Shades of Governor Bay #5E5D8E
Tints of Governor Bay #5E5D8E
RGB
CMYK
RGB Variations
Color information
#5E5D8E (or 0x5E5D8E) is known color: Governor Bay. HEX triplet: 5E, 5D and 8E. RGB value is (94,93,142). Sum of RGB (Red+Green+Blue) = 94+93+142=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E5D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5D8E is #A1A271. Grayscale: #626262. Windows color (decimal): -10592882 or 9330014. OLE color: 9330014.
HSL color Cylindrical-coordinate representation of color #5E5D8E: hue angle of 241.22º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E5D8E is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 93 | 142 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.44 |
| HSL | 241.22º | 0.21% | 0.46% | - |
| HSV(B) | 241.22º | 0.35% | 0.56% | - |
| XYZ | 13.41 | 12.16 | 27.23 | - |
| YUV | 98.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 93 | 142 | 0.34 | 0.35 | 0 | 0.44 | 241.22 | 0.21 | 0.46 |
| Hex | 5E | 5D | 8E | 22 | 23 | 0 | 2C | F1 | 15 | 2E |
| Octal | 136 | 135 | 216 | 42 | 43 | 0 | 54 | 361 | 25 | 56 |
| Binary | 1011110 | 1011101 | 10001110 | 100010 | 100011 | 0 | 101100 | 11110001 | 10101 | 101110 |
Color Harmonies of #5E5D8E
Complementary color
Monochromatic Colors of #5E5D8E
Black with #5E5D8E
Text Example
Text Example
White with #5E5D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5D8E; }
p { color: rgb(94,93,142); }
H1.HeaderClassName
{
color: #5E5D8E;
}
.AnyTagClassName
{
color: #5E5D8E;
}
</style>
background-color css
<style>
a { background-color: #5E5D8E; }
a { background-color: rgb(94,93,142); }
div.DivClassName
{
background-color: #5E5D8E;
}
.BgClassName
{
background-color: #5E5D8E;
}
</style>
border-color css
<style>
span { border-color: #5E5D8E; }
span { border-color: rgb(94,93,142); }
td.TdClassName
{
border-color: #5E5D8E;
}
.TagClassName
{
border-color: #5E5D8E;
}
</style>