Shades of Governor Bay #565192
Tints of Governor Bay #565192
RGB
CMYK
RGB Variations
Color information
#565192 (or 0x565192) is known color: Governor Bay. HEX triplet: 56, 51 and 92. RGB value is (86,81,146). Sum of RGB (Red+Green+Blue) = 86+81+146=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #565192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565192 is #A9AE6D. Grayscale: #595959. Windows color (decimal): -11120238 or 9589078. OLE color: 9589078.
HSL color Cylindrical-coordinate representation of color #565192: hue angle of 244.62º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #565192 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 86 | 81 | 146 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.43 |
| HSL | 244.62º | 0.29% | 0.45% | - |
| HSV(B) | 244.62º | 0.45% | 0.57% | - |
| XYZ | 11.97 | 9.94 | 28.48 | - |
| YUV | 89.91 | 159.66 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 146 | 0.41 | 0.45 | 0 | 0.43 | 244.62 | 0.29 | 0.45 |
| Hex | 56 | 51 | 92 | 29 | 2D | 0 | 2B | F5 | 1D | 2D |
| Octal | 126 | 121 | 222 | 51 | 55 | 0 | 53 | 365 | 35 | 55 |
| Binary | 1010110 | 1010001 | 10010010 | 101001 | 101101 | 0 | 101011 | 11110101 | 11101 | 101101 |
Color Harmonies of #565192
Complementary color
Monochromatic Colors of #565192
Black with #565192
Text Example
Text Example
White with #565192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565192; }
p { color: rgb(86,81,146); }
H1.HeaderClassName
{
color: #565192;
}
.AnyTagClassName
{
color: #565192;
}
</style>
background-color css
<style>
a { background-color: #565192; }
a { background-color: rgb(86,81,146); }
div.DivClassName
{
background-color: #565192;
}
.BgClassName
{
background-color: #565192;
}
</style>
border-color css
<style>
span { border-color: #565192; }
span { border-color: rgb(86,81,146); }
td.TdClassName
{
border-color: #565192;
}
.TagClassName
{
border-color: #565192;
}
</style>