Shades of Governor Bay #56519D
Tints of Governor Bay #56519D
RGB
CMYK
RGB Variations
Color information
#56519D (or 0x56519D) is known color: Governor Bay. HEX triplet: 56, 51 and 9D. RGB value is (86,81,157). Sum of RGB (Red+Green+Blue) = 86+81+157=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #56519D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56519D is #A9AE62. Grayscale: #5A5A5A. Windows color (decimal): -11120227 or 10309974. OLE color: 10309974.
HSL color Cylindrical-coordinate representation of color #56519D: hue angle of 243.95º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56519D is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 81 | 157 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.38 |
| HSL | 243.95º | 0.32% | 0.47% | - |
| HSV(B) | 243.95º | 0.48% | 0.62% | - |
| XYZ | 12.87 | 10.3 | 33.21 | - |
| YUV | 91.16 | 165.16 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 157 | 0.45 | 0.48 | 0 | 0.38 | 243.95 | 0.32 | 0.47 |
| Hex | 56 | 51 | 9D | 2D | 30 | 0 | 26 | F4 | 20 | 2F |
| Octal | 126 | 121 | 235 | 55 | 60 | 0 | 46 | 364 | 40 | 57 |
| Binary | 1010110 | 1010001 | 10011101 | 101101 | 110000 | 0 | 100110 | 11110100 | 100000 | 101111 |
Color Harmonies of #56519D
Complementary color
Monochromatic Colors of #56519D
Black with #56519D
Text Example
Text Example
White with #56519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56519D; }
p { color: rgb(86,81,157); }
H1.HeaderClassName
{
color: #56519D;
}
.AnyTagClassName
{
color: #56519D;
}
</style>
background-color css
<style>
a { background-color: #56519D; }
a { background-color: rgb(86,81,157); }
div.DivClassName
{
background-color: #56519D;
}
.BgClassName
{
background-color: #56519D;
}
</style>
border-color css
<style>
span { border-color: #56519D; }
span { border-color: rgb(86,81,157); }
td.TdClassName
{
border-color: #56519D;
}
.TagClassName
{
border-color: #56519D;
}
</style>