Shades of Governor Bay #564E9F
Tints of Governor Bay #564E9F
RGB
CMYK
RGB Variations
Color information
#564E9F (or 0x564E9F) is known color: Governor Bay. HEX triplet: 56, 4E and 9F. RGB value is (86,78,159). Sum of RGB (Red+Green+Blue) = 86+78+159=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #564E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564E9F is #A9B160. Grayscale: #595959. Windows color (decimal): -11120993 or 10440278. OLE color: 10440278.
HSL color Cylindrical-coordinate representation of color #564E9F: hue angle of 245.93º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #564E9F is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 78 | 159 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.38 |
| HSL | 245.93º | 0.34% | 0.46% | - |
| HSV(B) | 245.93º | 0.51% | 0.62% | - |
| XYZ | 12.82 | 9.93 | 34.04 | - |
| YUV | 89.63 | 167.15 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 159 | 0.46 | 0.51 | 0 | 0.38 | 245.93 | 0.34 | 0.46 |
| Hex | 56 | 4E | 9F | 2E | 33 | 0 | 26 | F6 | 22 | 2E |
| Octal | 126 | 116 | 237 | 56 | 63 | 0 | 46 | 366 | 42 | 56 |
| Binary | 1010110 | 1001110 | 10011111 | 101110 | 110011 | 0 | 100110 | 11110110 | 100010 | 101110 |
Color Harmonies of #564E9F
Complementary color
Monochromatic Colors of #564E9F
Black with #564E9F
Text Example
Text Example
White with #564E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564E9F; }
p { color: rgb(86,78,159); }
H1.HeaderClassName
{
color: #564E9F;
}
.AnyTagClassName
{
color: #564E9F;
}
</style>
background-color css
<style>
a { background-color: #564E9F; }
a { background-color: rgb(86,78,159); }
div.DivClassName
{
background-color: #564E9F;
}
.BgClassName
{
background-color: #564E9F;
}
</style>
border-color css
<style>
span { border-color: #564E9F; }
span { border-color: rgb(86,78,159); }
td.TdClassName
{
border-color: #564E9F;
}
.TagClassName
{
border-color: #564E9F;
}
</style>