Shades of Governor Bay #565599
Tints of Governor Bay #565599
RGB
CMYK
RGB Variations
Color information
#565599 (or 0x565599) is known color: Governor Bay. HEX triplet: 56, 55 and 99. RGB value is (86,85,153). Sum of RGB (Red+Green+Blue) = 86+85+153=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #565599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565599 is #A9AA66. Grayscale: #5C5C5C. Windows color (decimal): -11119207 or 10048854. OLE color: 10048854.
HSL color Cylindrical-coordinate representation of color #565599: hue angle of 240.88º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #565599 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 86 | 85 | 153 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.4 |
| HSL | 240.88º | 0.29% | 0.47% | - |
| HSV(B) | 240.88º | 0.44% | 0.6% | - |
| XYZ | 12.84 | 10.78 | 31.54 | - |
| YUV | 93.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 153 | 0.44 | 0.44 | 0 | 0.4 | 240.88 | 0.29 | 0.47 |
| Hex | 56 | 55 | 99 | 2C | 2C | 0 | 28 | F1 | 1D | 2F |
| Octal | 126 | 125 | 231 | 54 | 54 | 0 | 50 | 361 | 35 | 57 |
| Binary | 1010110 | 1010101 | 10011001 | 101100 | 101100 | 0 | 101000 | 11110001 | 11101 | 101111 |
Color Harmonies of #565599
Complementary color
Monochromatic Colors of #565599
Black with #565599
Text Example
Text Example
White with #565599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565599; }
p { color: rgb(86,85,153); }
H1.HeaderClassName
{
color: #565599;
}
.AnyTagClassName
{
color: #565599;
}
</style>
background-color css
<style>
a { background-color: #565599; }
a { background-color: rgb(86,85,153); }
div.DivClassName
{
background-color: #565599;
}
.BgClassName
{
background-color: #565599;
}
</style>
border-color css
<style>
span { border-color: #565599; }
span { border-color: rgb(86,85,153); }
td.TdClassName
{
border-color: #565599;
}
.TagClassName
{
border-color: #565599;
}
</style>