Shades of Governor Bay #565199
Tints of Governor Bay #565199
RGB
CMYK
RGB Variations
Color information
#565199 (or 0x565199) is known color: Governor Bay. HEX triplet: 56, 51 and 99. RGB value is (86,81,153). Sum of RGB (Red+Green+Blue) = 86+81+153=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #565199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565199 is #A9AE66. Grayscale: #5A5A5A. Windows color (decimal): -11120231 or 10047830. OLE color: 10047830.
HSL color Cylindrical-coordinate representation of color #565199: hue angle of 244.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #565199 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 86 | 81 | 153 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.4 |
| HSL | 244.17º | 0.31% | 0.46% | - |
| HSV(B) | 244.17º | 0.47% | 0.6% | - |
| XYZ | 12.53 | 10.16 | 31.44 | - |
| YUV | 90.7 | 163.16 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 153 | 0.44 | 0.47 | 0 | 0.4 | 244.17 | 0.31 | 0.46 |
| Hex | 56 | 51 | 99 | 2C | 2F | 0 | 28 | F4 | 1F | 2E |
| Octal | 126 | 121 | 231 | 54 | 57 | 0 | 50 | 364 | 37 | 56 |
| Binary | 1010110 | 1010001 | 10011001 | 101100 | 101111 | 0 | 101000 | 11110100 | 11111 | 101110 |
Color Harmonies of #565199
Complementary color
Monochromatic Colors of #565199
Black with #565199
Text Example
Text Example
White with #565199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565199; }
p { color: rgb(86,81,153); }
H1.HeaderClassName
{
color: #565199;
}
.AnyTagClassName
{
color: #565199;
}
</style>
background-color css
<style>
a { background-color: #565199; }
a { background-color: rgb(86,81,153); }
div.DivClassName
{
background-color: #565199;
}
.BgClassName
{
background-color: #565199;
}
</style>
border-color css
<style>
span { border-color: #565199; }
span { border-color: rgb(86,81,153); }
td.TdClassName
{
border-color: #565199;
}
.TagClassName
{
border-color: #565199;
}
</style>