Shades of Governor Bay #565D9B
Tints of Governor Bay #565D9B
RGB
CMYK
RGB Variations
Color information
#565D9B (or 0x565D9B) is known color: Governor Bay. HEX triplet: 56, 5D and 9B. RGB value is (86,93,155). Sum of RGB (Red+Green+Blue) = 86+93+155=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #565D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565D9B is #A9A264. Grayscale: #616161. Windows color (decimal): -11117157 or 10181974. OLE color: 10181974.
HSL color Cylindrical-coordinate representation of color #565D9B: hue angle of 233.91º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #565D9B is Cyan = 0.45, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 86 | 93 | 155 | - |
| CMYK | 0.45 | 0.4 | 0 | 0.39 |
| HSL | 233.91º | 0.29% | 0.47% | - |
| HSV(B) | 233.91º | 0.45% | 0.61% | - |
| XYZ | 13.67 | 12.17 | 32.64 | - |
| YUV | 97.98 | 160.18 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 155 | 0.45 | 0.4 | 0 | 0.39 | 233.91 | 0.29 | 0.47 |
| Hex | 56 | 5D | 9B | 2D | 28 | 0 | 27 | EA | 1D | 2F |
| Octal | 126 | 135 | 233 | 55 | 50 | 0 | 47 | 352 | 35 | 57 |
| Binary | 1010110 | 1011101 | 10011011 | 101101 | 101000 | 0 | 100111 | 11101010 | 11101 | 101111 |
Color Harmonies of #565D9B
Complementary color
Monochromatic Colors of #565D9B
Black with #565D9B
Text Example
Text Example
White with #565D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565D9B; }
p { color: rgb(86,93,155); }
H1.HeaderClassName
{
color: #565D9B;
}
.AnyTagClassName
{
color: #565D9B;
}
</style>
background-color css
<style>
a { background-color: #565D9B; }
a { background-color: rgb(86,93,155); }
div.DivClassName
{
background-color: #565D9B;
}
.BgClassName
{
background-color: #565D9B;
}
</style>
border-color css
<style>
span { border-color: #565D9B; }
span { border-color: rgb(86,93,155); }
td.TdClassName
{
border-color: #565D9B;
}
.TagClassName
{
border-color: #565D9B;
}
</style>