Shades of Governor Bay #565C95
Tints of Governor Bay #565C95
RGB
CMYK
RGB Variations
Color information
#565C95 (or 0x565C95) is known color: Governor Bay. HEX triplet: 56, 5C and 95. RGB value is (86,92,149). Sum of RGB (Red+Green+Blue) = 86+92+149=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #565C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565C95 is #A9A36A. Grayscale: #606060. Windows color (decimal): -11117419 or 9788502. OLE color: 9788502.
HSL color Cylindrical-coordinate representation of color #565C95: hue angle of 234.29º 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 #565C95 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 92 | 149 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.42 |
| HSL | 234.29º | 0.27% | 0.46% | - |
| HSV(B) | 234.29º | 0.42% | 0.58% | - |
| XYZ | 13.09 | 11.8 | 30.02 | - |
| YUV | 96.7 | 157.51 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 149 | 0.42 | 0.38 | 0 | 0.42 | 234.29 | 0.27 | 0.46 |
| Hex | 56 | 5C | 95 | 2A | 26 | 0 | 2A | EA | 1B | 2E |
| Octal | 126 | 134 | 225 | 52 | 46 | 0 | 52 | 352 | 33 | 56 |
| Binary | 1010110 | 1011100 | 10010101 | 101010 | 100110 | 0 | 101010 | 11101010 | 11011 | 101110 |
Color Harmonies of #565C95
Complementary color
Monochromatic Colors of #565C95
Black with #565C95
Text Example
Text Example
White with #565C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565C95; }
p { color: rgb(86,92,149); }
H1.HeaderClassName
{
color: #565C95;
}
.AnyTagClassName
{
color: #565C95;
}
</style>
background-color css
<style>
a { background-color: #565C95; }
a { background-color: rgb(86,92,149); }
div.DivClassName
{
background-color: #565C95;
}
.BgClassName
{
background-color: #565C95;
}
</style>
border-color css
<style>
span { border-color: #565C95; }
span { border-color: rgb(86,92,149); }
td.TdClassName
{
border-color: #565C95;
}
.TagClassName
{
border-color: #565C95;
}
</style>