Shades of Governor Bay #565F90
Tints of Governor Bay #565F90
RGB
CMYK
RGB Variations
Color information
#565F90 (or 0x565F90) is known color: Governor Bay. HEX triplet: 56, 5F and 90. RGB value is (86,95,144). Sum of RGB (Red+Green+Blue) = 86+95+144=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #565F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565F90 is #A9A06F. Grayscale: #616161. Windows color (decimal): -11116656 or 9461590. OLE color: 9461590.
HSL color Cylindrical-coordinate representation of color #565F90: hue angle of 230.69º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #565F90 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 95 | 144 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.44 |
| HSL | 230.69º | 0.25% | 0.45% | - |
| HSV(B) | 230.69º | 0.4% | 0.56% | - |
| XYZ | 12.96 | 12.18 | 28.05 | - |
| YUV | 97.9 | 154.02 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 95 | 144 | 0.40 | 0.34 | 0 | 0.44 | 230.69 | 0.25 | 0.45 |
| Hex | 56 | 5F | 90 | 28 | 22 | 0 | 2C | E7 | 19 | 2D |
| Octal | 126 | 137 | 220 | 50 | 42 | 0 | 54 | 347 | 31 | 55 |
| Binary | 1010110 | 1011111 | 10010000 | 101000 | 100010 | 0 | 101100 | 11100111 | 11001 | 101101 |
Color Harmonies of #565F90
Complementary color
Monochromatic Colors of #565F90
Black with #565F90
Text Example
Text Example
White with #565F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565F90; }
p { color: rgb(86,95,144); }
H1.HeaderClassName
{
color: #565F90;
}
.AnyTagClassName
{
color: #565F90;
}
</style>
background-color css
<style>
a { background-color: #565F90; }
a { background-color: rgb(86,95,144); }
div.DivClassName
{
background-color: #565F90;
}
.BgClassName
{
background-color: #565F90;
}
</style>
border-color css
<style>
span { border-color: #565F90; }
span { border-color: rgb(86,95,144); }
td.TdClassName
{
border-color: #565F90;
}
.TagClassName
{
border-color: #565F90;
}
</style>