Shades of Governor Bay #56619B
Tints of Governor Bay #56619B
RGB
CMYK
RGB Variations
Color information
#56619B (or 0x56619B) is known color: Governor Bay. HEX triplet: 56, 61 and 9B. RGB value is (86,97,155). Sum of RGB (Red+Green+Blue) = 86+97+155=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #56619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56619B is #A99E64. Grayscale: #646464. Windows color (decimal): -11116133 or 10182998. OLE color: 10182998.
HSL color Cylindrical-coordinate representation of color #56619B: hue angle of 230.43º 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 #56619B is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 86 | 97 | 155 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.39 |
| HSL | 230.43º | 0.29% | 0.47% | - |
| HSV(B) | 230.43º | 0.45% | 0.61% | - |
| XYZ | 14.03 | 12.89 | 32.76 | - |
| YUV | 100.32 | 158.86 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 97 | 155 | 0.45 | 0.37 | 0 | 0.39 | 230.43 | 0.29 | 0.47 |
| Hex | 56 | 61 | 9B | 2D | 25 | 0 | 27 | E6 | 1D | 2F |
| Octal | 126 | 141 | 233 | 55 | 45 | 0 | 47 | 346 | 35 | 57 |
| Binary | 1010110 | 1100001 | 10011011 | 101101 | 100101 | 0 | 100111 | 11100110 | 11101 | 101111 |
Color Harmonies of #56619B
Complementary color
Monochromatic Colors of #56619B
Black with #56619B
Text Example
Text Example
White with #56619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56619B; }
p { color: rgb(86,97,155); }
H1.HeaderClassName
{
color: #56619B;
}
.AnyTagClassName
{
color: #56619B;
}
</style>
background-color css
<style>
a { background-color: #56619B; }
a { background-color: rgb(86,97,155); }
div.DivClassName
{
background-color: #56619B;
}
.BgClassName
{
background-color: #56619B;
}
</style>
border-color css
<style>
span { border-color: #56619B; }
span { border-color: rgb(86,97,155); }
td.TdClassName
{
border-color: #56619B;
}
.TagClassName
{
border-color: #56619B;
}
</style>