Shades of Governor Bay #5E619B
Tints of Governor Bay #5E619B
RGB
CMYK
RGB Variations
Color information
#5E619B (or 0x5E619B) is known color: Governor Bay. HEX triplet: 5E, 61 and 9B. RGB value is (94,97,155). Sum of RGB (Red+Green+Blue) = 94+97+155=346 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.17% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E619B is #A19E64. Grayscale: #666666. Windows color (decimal): -10591845 or 10183006. OLE color: 10183006.
HSL color Cylindrical-coordinate representation of color #5E619B: hue angle of 237.05º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E619B is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 97 | 155 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.39 |
| HSL | 237.05º | 0.24% | 0.49% | - |
| HSV(B) | 237.05º | 0.39% | 0.61% | - |
| XYZ | 14.81 | 13.3 | 32.8 | - |
| YUV | 102.72 | 157.51 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 155 | 0.39 | 0.37 | 0 | 0.39 | 237.05 | 0.24 | 0.49 |
| Hex | 5E | 61 | 9B | 27 | 25 | 0 | 27 | ED | 18 | 31 |
| Octal | 136 | 141 | 233 | 47 | 45 | 0 | 47 | 355 | 30 | 61 |
| Binary | 1011110 | 1100001 | 10011011 | 100111 | 100101 | 0 | 100111 | 11101101 | 11000 | 110001 |
Color Harmonies of #5E619B
Complementary color
Monochromatic Colors of #5E619B
Black with #5E619B
Text Example
Text Example
White with #5E619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E619B; }
p { color: rgb(94,97,155); }
H1.HeaderClassName
{
color: #5E619B;
}
.AnyTagClassName
{
color: #5E619B;
}
</style>
background-color css
<style>
a { background-color: #5E619B; }
a { background-color: rgb(94,97,155); }
div.DivClassName
{
background-color: #5E619B;
}
.BgClassName
{
background-color: #5E619B;
}
</style>
border-color css
<style>
span { border-color: #5E619B; }
span { border-color: rgb(94,97,155); }
td.TdClassName
{
border-color: #5E619B;
}
.TagClassName
{
border-color: #5E619B;
}
</style>