Shades of Governor Bay #565D88
Tints of Governor Bay #565D88
RGB
CMYK
RGB Variations
Color information
#565D88 (or 0x565D88) is known color: Governor Bay. HEX triplet: 56, 5D and 88. RGB value is (86,93,136). Sum of RGB (Red+Green+Blue) = 86+93+136=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #565D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565D88 is #A9A277. Grayscale: #5F5F5F. Windows color (decimal): -11117176 or 8936790. OLE color: 8936790.
HSL color Cylindrical-coordinate representation of color #565D88: hue angle of 231.6º 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 #565D88 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 93 | 136 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.47 |
| HSL | 231.6º | 0.23% | 0.44% | - |
| HSV(B) | 231.6º | 0.37% | 0.53% | - |
| XYZ | 12.2 | 11.58 | 24.89 | - |
| YUV | 95.81 | 150.68 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 136 | 0.37 | 0.32 | 0 | 0.47 | 231.6 | 0.23 | 0.44 |
| Hex | 56 | 5D | 88 | 25 | 20 | 0 | 2F | E8 | 17 | 2C |
| Octal | 126 | 135 | 210 | 45 | 40 | 0 | 57 | 350 | 27 | 54 |
| Binary | 1010110 | 1011101 | 10001000 | 100101 | 100000 | 0 | 101111 | 11101000 | 10111 | 101100 |
Color Harmonies of #565D88
Complementary color
Monochromatic Colors of #565D88
Black with #565D88
Text Example
Text Example
White with #565D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565D88; }
p { color: rgb(86,93,136); }
H1.HeaderClassName
{
color: #565D88;
}
.AnyTagClassName
{
color: #565D88;
}
</style>
background-color css
<style>
a { background-color: #565D88; }
a { background-color: rgb(86,93,136); }
div.DivClassName
{
background-color: #565D88;
}
.BgClassName
{
background-color: #565D88;
}
</style>
border-color css
<style>
span { border-color: #565D88; }
span { border-color: rgb(86,93,136); }
td.TdClassName
{
border-color: #565D88;
}
.TagClassName
{
border-color: #565D88;
}
</style>