Shades of Governor Bay #564A9B
Tints of Governor Bay #564A9B
RGB
CMYK
RGB Variations
Color information
#564A9B (or 0x564A9B) is known color: Governor Bay. HEX triplet: 56, 4A and 9B. RGB value is (86,74,155). Sum of RGB (Red+Green+Blue) = 86+74+155=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #564A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564A9B is #A9B564. Grayscale: #565656. Windows color (decimal): -11122021 or 10177110. OLE color: 10177110.
HSL color Cylindrical-coordinate representation of color #564A9B: hue angle of 248.89º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #564A9B is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 86 | 74 | 155 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.39 |
| HSL | 248.89º | 0.35% | 0.45% | - |
| HSV(B) | 248.89º | 0.52% | 0.61% | - |
| XYZ | 12.2 | 9.24 | 32.15 | - |
| YUV | 86.82 | 166.48 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 155 | 0.45 | 0.52 | 0 | 0.39 | 248.89 | 0.35 | 0.45 |
| Hex | 56 | 4A | 9B | 2D | 34 | 0 | 27 | F9 | 23 | 2D |
| Octal | 126 | 112 | 233 | 55 | 64 | 0 | 47 | 371 | 43 | 55 |
| Binary | 1010110 | 1001010 | 10011011 | 101101 | 110100 | 0 | 100111 | 11111001 | 100011 | 101101 |
Color Harmonies of #564A9B
Complementary color
Monochromatic Colors of #564A9B
Black with #564A9B
Text Example
Text Example
White with #564A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564A9B; }
p { color: rgb(86,74,155); }
H1.HeaderClassName
{
color: #564A9B;
}
.AnyTagClassName
{
color: #564A9B;
}
</style>
background-color css
<style>
a { background-color: #564A9B; }
a { background-color: rgb(86,74,155); }
div.DivClassName
{
background-color: #564A9B;
}
.BgClassName
{
background-color: #564A9B;
}
</style>
border-color css
<style>
span { border-color: #564A9B; }
span { border-color: rgb(86,74,155); }
td.TdClassName
{
border-color: #564A9B;
}
.TagClassName
{
border-color: #564A9B;
}
</style>