Shades of Governor Bay #5E669B
Tints of Governor Bay #5E669B
RGB
CMYK
RGB Variations
Color information
#5E669B (or 0x5E669B) is known color: Governor Bay. HEX triplet: 5E, 66 and 9B. RGB value is (94,102,155). Sum of RGB (Red+Green+Blue) = 94+102+155=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E669B is #A19964. Grayscale: #696969. Windows color (decimal): -10590565 or 10184286. OLE color: 10184286.
HSL color Cylindrical-coordinate representation of color #5E669B: hue angle of 232.13º 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 #5E669B is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 102 | 155 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.39 |
| HSL | 232.13º | 0.24% | 0.49% | - |
| HSV(B) | 232.13º | 0.39% | 0.61% | - |
| XYZ | 15.28 | 14.25 | 32.96 | - |
| YUV | 105.65 | 155.85 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 102 | 155 | 0.39 | 0.34 | 0 | 0.39 | 232.13 | 0.24 | 0.49 |
| Hex | 5E | 66 | 9B | 27 | 22 | 0 | 27 | E8 | 18 | 31 |
| Octal | 136 | 146 | 233 | 47 | 42 | 0 | 47 | 350 | 30 | 61 |
| Binary | 1011110 | 1100110 | 10011011 | 100111 | 100010 | 0 | 100111 | 11101000 | 11000 | 110001 |
Color Harmonies of #5E669B
Complementary color
Monochromatic Colors of #5E669B
Black with #5E669B
Text Example
Text Example
White with #5E669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E669B; }
p { color: rgb(94,102,155); }
H1.HeaderClassName
{
color: #5E669B;
}
.AnyTagClassName
{
color: #5E669B;
}
</style>
background-color css
<style>
a { background-color: #5E669B; }
a { background-color: rgb(94,102,155); }
div.DivClassName
{
background-color: #5E669B;
}
.BgClassName
{
background-color: #5E669B;
}
</style>
border-color css
<style>
span { border-color: #5E669B; }
span { border-color: rgb(94,102,155); }
td.TdClassName
{
border-color: #5E669B;
}
.TagClassName
{
border-color: #5E669B;
}
</style>