Shades of Governor Bay #565095
Tints of Governor Bay #565095
RGB
CMYK
RGB Variations
Color information
#565095 (or 0x565095) is known color: Governor Bay. HEX triplet: 56, 50 and 95. RGB value is (86,80,149). Sum of RGB (Red+Green+Blue) = 86+80+149=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #565095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565095 is #A9AF6A. Grayscale: #595959. Windows color (decimal): -11120491 or 9785430. OLE color: 9785430.
HSL color Cylindrical-coordinate representation of color #565095: hue angle of 245.22º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #565095 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 80 | 149 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.42 |
| HSL | 245.22º | 0.3% | 0.45% | - |
| HSV(B) | 245.22º | 0.46% | 0.58% | - |
| XYZ | 12.13 | 9.89 | 29.7 | - |
| YUV | 89.66 | 161.49 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 149 | 0.42 | 0.46 | 0 | 0.42 | 245.22 | 0.3 | 0.45 |
| Hex | 56 | 50 | 95 | 2A | 2E | 0 | 2A | F5 | 1E | 2D |
| Octal | 126 | 120 | 225 | 52 | 56 | 0 | 52 | 365 | 36 | 55 |
| Binary | 1010110 | 1010000 | 10010101 | 101010 | 101110 | 0 | 101010 | 11110101 | 11110 | 101101 |
Color Harmonies of #565095
Complementary color
Monochromatic Colors of #565095
Black with #565095
Text Example
Text Example
White with #565095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565095; }
p { color: rgb(86,80,149); }
H1.HeaderClassName
{
color: #565095;
}
.AnyTagClassName
{
color: #565095;
}
</style>
background-color css
<style>
a { background-color: #565095; }
a { background-color: rgb(86,80,149); }
div.DivClassName
{
background-color: #565095;
}
.BgClassName
{
background-color: #565095;
}
</style>
border-color css
<style>
span { border-color: #565095; }
span { border-color: rgb(86,80,149); }
td.TdClassName
{
border-color: #565095;
}
.TagClassName
{
border-color: #565095;
}
</style>