Shades of Governor Bay #5E5C9B
Tints of Governor Bay #5E5C9B
RGB
CMYK
RGB Variations
Color information
#5E5C9B (or 0x5E5C9B) is known color: Governor Bay. HEX triplet: 5E, 5C and 9B. RGB value is (94,92,155). Sum of RGB (Red+Green+Blue) = 94+92+155=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E5C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5C9B is #A1A364. Grayscale: #636363. Windows color (decimal): -10593125 or 10181726. OLE color: 10181726.
HSL color Cylindrical-coordinate representation of color #5E5C9B: hue angle of 241.9º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E5C9B is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 92 | 155 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.39 |
| HSL | 241.9º | 0.26% | 0.48% | - |
| HSV(B) | 241.9º | 0.41% | 0.61% | - |
| XYZ | 14.36 | 12.4 | 32.65 | - |
| YUV | 99.78 | 159.16 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 92 | 155 | 0.39 | 0.41 | 0 | 0.39 | 241.9 | 0.26 | 0.48 |
| Hex | 5E | 5C | 9B | 27 | 29 | 0 | 27 | F2 | 1A | 30 |
| Octal | 136 | 134 | 233 | 47 | 51 | 0 | 47 | 362 | 32 | 60 |
| Binary | 1011110 | 1011100 | 10011011 | 100111 | 101001 | 0 | 100111 | 11110010 | 11010 | 110000 |
Color Harmonies of #5E5C9B
Complementary color
Monochromatic Colors of #5E5C9B
Black with #5E5C9B
Text Example
Text Example
White with #5E5C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5C9B; }
p { color: rgb(94,92,155); }
H1.HeaderClassName
{
color: #5E5C9B;
}
.AnyTagClassName
{
color: #5E5C9B;
}
</style>
background-color css
<style>
a { background-color: #5E5C9B; }
a { background-color: rgb(94,92,155); }
div.DivClassName
{
background-color: #5E5C9B;
}
.BgClassName
{
background-color: #5E5C9B;
}
</style>
border-color css
<style>
span { border-color: #5E5C9B; }
span { border-color: rgb(94,92,155); }
td.TdClassName
{
border-color: #5E5C9B;
}
.TagClassName
{
border-color: #5E5C9B;
}
</style>