Shades of Governor Bay #56639B
Tints of Governor Bay #56639B
RGB
CMYK
RGB Variations
Color information
#56639B (or 0x56639B) is known color: Governor Bay. HEX triplet: 56, 63 and 9B. RGB value is (86,99,155). Sum of RGB (Red+Green+Blue) = 86+99+155=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #56639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56639B is #A99C64. Grayscale: #656565. Windows color (decimal): -11115621 or 10183510. OLE color: 10183510.
HSL color Cylindrical-coordinate representation of color #56639B: hue angle of 228.7º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56639B is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 86 | 99 | 155 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.39 |
| HSL | 228.7º | 0.29% | 0.47% | - |
| HSV(B) | 228.7º | 0.45% | 0.61% | - |
| XYZ | 14.22 | 13.27 | 32.82 | - |
| YUV | 101.5 | 158.19 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 99 | 155 | 0.45 | 0.36 | 0 | 0.39 | 228.7 | 0.29 | 0.47 |
| Hex | 56 | 63 | 9B | 2D | 24 | 0 | 27 | E5 | 1D | 2F |
| Octal | 126 | 143 | 233 | 55 | 44 | 0 | 47 | 345 | 35 | 57 |
| Binary | 1010110 | 1100011 | 10011011 | 101101 | 100100 | 0 | 100111 | 11100101 | 11101 | 101111 |
Color Harmonies of #56639B
Complementary color
Monochromatic Colors of #56639B
Black with #56639B
Text Example
Text Example
White with #56639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56639B; }
p { color: rgb(86,99,155); }
H1.HeaderClassName
{
color: #56639B;
}
.AnyTagClassName
{
color: #56639B;
}
</style>
background-color css
<style>
a { background-color: #56639B; }
a { background-color: rgb(86,99,155); }
div.DivClassName
{
background-color: #56639B;
}
.BgClassName
{
background-color: #56639B;
}
</style>
border-color css
<style>
span { border-color: #56639B; }
span { border-color: rgb(86,99,155); }
td.TdClassName
{
border-color: #56639B;
}
.TagClassName
{
border-color: #56639B;
}
</style>