Shades of Governor Bay #565D95
Tints of Governor Bay #565D95
RGB
CMYK
RGB Variations
Color information
#565D95 (or 0x565D95) is known color: Governor Bay. HEX triplet: 56, 5D and 95. RGB value is (86,93,149). Sum of RGB (Red+Green+Blue) = 86+93+149=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #565D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565D95 is #A9A26A. Grayscale: #616161. Windows color (decimal): -11117163 or 9788758. OLE color: 9788758.
HSL color Cylindrical-coordinate representation of color #565D95: hue angle of 233.33º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #565D95 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 93 | 149 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.42 |
| HSL | 233.33º | 0.27% | 0.46% | - |
| HSV(B) | 233.33º | 0.42% | 0.58% | - |
| XYZ | 13.18 | 11.98 | 30.05 | - |
| YUV | 97.29 | 157.18 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 149 | 0.42 | 0.38 | 0 | 0.42 | 233.33 | 0.27 | 0.46 |
| Hex | 56 | 5D | 95 | 2A | 26 | 0 | 2A | E9 | 1B | 2E |
| Octal | 126 | 135 | 225 | 52 | 46 | 0 | 52 | 351 | 33 | 56 |
| Binary | 1010110 | 1011101 | 10010101 | 101010 | 100110 | 0 | 101010 | 11101001 | 11011 | 101110 |
Color Harmonies of #565D95
Complementary color
Monochromatic Colors of #565D95
Black with #565D95
Text Example
Text Example
White with #565D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565D95; }
p { color: rgb(86,93,149); }
H1.HeaderClassName
{
color: #565D95;
}
.AnyTagClassName
{
color: #565D95;
}
</style>
background-color css
<style>
a { background-color: #565D95; }
a { background-color: rgb(86,93,149); }
div.DivClassName
{
background-color: #565D95;
}
.BgClassName
{
background-color: #565D95;
}
</style>
border-color css
<style>
span { border-color: #565D95; }
span { border-color: rgb(86,93,149); }
td.TdClassName
{
border-color: #565D95;
}
.TagClassName
{
border-color: #565D95;
}
</style>