Shades of Governor Bay #565C88
Tints of Governor Bay #565C88
RGB
CMYK
RGB Variations
Color information
#565C88 (or 0x565C88) is known color: Governor Bay. HEX triplet: 56, 5C and 88. RGB value is (86,92,136). Sum of RGB (Red+Green+Blue) = 86+92+136=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #565C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565C88 is #A9A377. Grayscale: #5F5F5F. Windows color (decimal): -11117432 or 8936534. OLE color: 8936534.
HSL color Cylindrical-coordinate representation of color #565C88: hue angle of 232.8º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #565C88 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 92 | 136 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.47 |
| HSL | 232.8º | 0.23% | 0.44% | - |
| HSV(B) | 232.8º | 0.37% | 0.53% | - |
| XYZ | 12.11 | 11.41 | 24.86 | - |
| YUV | 95.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 136 | 0.37 | 0.32 | 0 | 0.47 | 232.8 | 0.23 | 0.44 |
| Hex | 56 | 5C | 88 | 25 | 20 | 0 | 2F | E9 | 17 | 2C |
| Octal | 126 | 134 | 210 | 45 | 40 | 0 | 57 | 351 | 27 | 54 |
| Binary | 1010110 | 1011100 | 10001000 | 100101 | 100000 | 0 | 101111 | 11101001 | 10111 | 101100 |
Color Harmonies of #565C88
Complementary color
Monochromatic Colors of #565C88
Black with #565C88
Text Example
Text Example
White with #565C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565C88; }
p { color: rgb(86,92,136); }
H1.HeaderClassName
{
color: #565C88;
}
.AnyTagClassName
{
color: #565C88;
}
</style>
background-color css
<style>
a { background-color: #565C88; }
a { background-color: rgb(86,92,136); }
div.DivClassName
{
background-color: #565C88;
}
.BgClassName
{
background-color: #565C88;
}
</style>
border-color css
<style>
span { border-color: #565C88; }
span { border-color: rgb(86,92,136); }
td.TdClassName
{
border-color: #565C88;
}
.TagClassName
{
border-color: #565C88;
}
</style>