Shades of Governor Bay #565E99
Tints of Governor Bay #565E99
RGB
CMYK
RGB Variations
Color information
#565E99 (or 0x565E99) is known color: Governor Bay. HEX triplet: 56, 5E and 99. RGB value is (86,94,153). Sum of RGB (Red+Green+Blue) = 86+94+153=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #565E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565E99 is #A9A166. Grayscale: #626262. Windows color (decimal): -11116903 or 10051158. OLE color: 10051158.
HSL color Cylindrical-coordinate representation of color #565E99: hue angle of 232.84º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #565E99 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 86 | 94 | 153 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.4 |
| HSL | 232.84º | 0.28% | 0.47% | - |
| HSV(B) | 232.84º | 0.44% | 0.6% | - |
| XYZ | 13.59 | 12.28 | 31.79 | - |
| YUV | 98.33 | 158.85 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 94 | 153 | 0.44 | 0.39 | 0 | 0.4 | 232.84 | 0.28 | 0.47 |
| Hex | 56 | 5E | 99 | 2C | 27 | 0 | 28 | E9 | 1C | 2F |
| Octal | 126 | 136 | 231 | 54 | 47 | 0 | 50 | 351 | 34 | 57 |
| Binary | 1010110 | 1011110 | 10011001 | 101100 | 100111 | 0 | 101000 | 11101001 | 11100 | 101111 |
Color Harmonies of #565E99
Complementary color
Monochromatic Colors of #565E99
Black with #565E99
Text Example
Text Example
White with #565E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565E99; }
p { color: rgb(86,94,153); }
H1.HeaderClassName
{
color: #565E99;
}
.AnyTagClassName
{
color: #565E99;
}
</style>
background-color css
<style>
a { background-color: #565E99; }
a { background-color: rgb(86,94,153); }
div.DivClassName
{
background-color: #565E99;
}
.BgClassName
{
background-color: #565E99;
}
</style>
border-color css
<style>
span { border-color: #565E99; }
span { border-color: rgb(86,94,153); }
td.TdClassName
{
border-color: #565E99;
}
.TagClassName
{
border-color: #565E99;
}
</style>