Shades of Governor Bay #565499
Tints of Governor Bay #565499
RGB
CMYK
RGB Variations
Color information
#565499 (or 0x565499) is known color: Governor Bay. HEX triplet: 56, 54 and 99. RGB value is (86,84,153). Sum of RGB (Red+Green+Blue) = 86+84+153=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #565499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565499 is #A9AB66. Grayscale: #5C5C5C. Windows color (decimal): -11119463 or 10048598. OLE color: 10048598.
HSL color Cylindrical-coordinate representation of color #565499: hue angle of 241.74º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #565499 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 86 | 84 | 153 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.4 |
| HSL | 241.74º | 0.29% | 0.46% | - |
| HSV(B) | 241.74º | 0.45% | 0.6% | - |
| XYZ | 12.76 | 10.62 | 31.51 | - |
| YUV | 92.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 153 | 0.44 | 0.45 | 0 | 0.4 | 241.74 | 0.29 | 0.46 |
| Hex | 56 | 54 | 99 | 2C | 2D | 0 | 28 | F2 | 1D | 2E |
| Octal | 126 | 124 | 231 | 54 | 55 | 0 | 50 | 362 | 35 | 56 |
| Binary | 1010110 | 1010100 | 10011001 | 101100 | 101101 | 0 | 101000 | 11110010 | 11101 | 101110 |
Color Harmonies of #565499
Complementary color
Monochromatic Colors of #565499
Black with #565499
Text Example
Text Example
White with #565499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565499; }
p { color: rgb(86,84,153); }
H1.HeaderClassName
{
color: #565499;
}
.AnyTagClassName
{
color: #565499;
}
</style>
background-color css
<style>
a { background-color: #565499; }
a { background-color: rgb(86,84,153); }
div.DivClassName
{
background-color: #565499;
}
.BgClassName
{
background-color: #565499;
}
</style>
border-color css
<style>
span { border-color: #565499; }
span { border-color: rgb(86,84,153); }
td.TdClassName
{
border-color: #565499;
}
.TagClassName
{
border-color: #565499;
}
</style>