Shades of Governor Bay #56519F
Tints of Governor Bay #56519F
RGB
CMYK
RGB Variations
Color information
#56519F (or 0x56519F) is known color: Governor Bay. HEX triplet: 56, 51 and 9F. RGB value is (86,81,159). Sum of RGB (Red+Green+Blue) = 86+81+159=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #56519F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56519F is #A9AE60. Grayscale: #5B5B5B. Windows color (decimal): -11120225 or 10441046. OLE color: 10441046.
HSL color Cylindrical-coordinate representation of color #56519F: hue angle of 243.85º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56519F is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 81 | 159 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.38 |
| HSL | 243.85º | 0.33% | 0.47% | - |
| HSV(B) | 243.85º | 0.49% | 0.62% | - |
| XYZ | 13.04 | 10.37 | 34.11 | - |
| YUV | 91.39 | 166.16 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 159 | 0.46 | 0.49 | 0 | 0.38 | 243.85 | 0.33 | 0.47 |
| Hex | 56 | 51 | 9F | 2E | 31 | 0 | 26 | F4 | 20 | 2F |
| Octal | 126 | 121 | 237 | 56 | 61 | 0 | 46 | 364 | 40 | 57 |
| Binary | 1010110 | 1010001 | 10011111 | 101110 | 110001 | 0 | 100110 | 11110100 | 100000 | 101111 |
Color Harmonies of #56519F
Complementary color
Monochromatic Colors of #56519F
Black with #56519F
Text Example
Text Example
White with #56519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56519F; }
p { color: rgb(86,81,159); }
H1.HeaderClassName
{
color: #56519F;
}
.AnyTagClassName
{
color: #56519F;
}
</style>
background-color css
<style>
a { background-color: #56519F; }
a { background-color: rgb(86,81,159); }
div.DivClassName
{
background-color: #56519F;
}
.BgClassName
{
background-color: #56519F;
}
</style>
border-color css
<style>
span { border-color: #56519F; }
span { border-color: rgb(86,81,159); }
td.TdClassName
{
border-color: #56519F;
}
.TagClassName
{
border-color: #56519F;
}
</style>