Shades of Governor Bay #56629B
Tints of Governor Bay #56629B
RGB
CMYK
RGB Variations
Color information
#56629B (or 0x56629B) is known color: Governor Bay. HEX triplet: 56, 62 and 9B. RGB value is (86,98,155). Sum of RGB (Red+Green+Blue) = 86+98+155=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #56629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56629B is #A99D64. Grayscale: #646464. Windows color (decimal): -11115877 or 10183254. OLE color: 10183254.
HSL color Cylindrical-coordinate representation of color #56629B: hue angle of 229.57º 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 #56629B is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 86 | 98 | 155 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.39 |
| HSL | 229.57º | 0.29% | 0.47% | - |
| HSV(B) | 229.57º | 0.45% | 0.61% | - |
| XYZ | 14.12 | 13.08 | 32.79 | - |
| YUV | 100.91 | 158.52 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 98 | 155 | 0.45 | 0.37 | 0 | 0.39 | 229.57 | 0.29 | 0.47 |
| Hex | 56 | 62 | 9B | 2D | 25 | 0 | 27 | E6 | 1D | 2F |
| Octal | 126 | 142 | 233 | 55 | 45 | 0 | 47 | 346 | 35 | 57 |
| Binary | 1010110 | 1100010 | 10011011 | 101101 | 100101 | 0 | 100111 | 11100110 | 11101 | 101111 |
Color Harmonies of #56629B
Complementary color
Monochromatic Colors of #56629B
Black with #56629B
Text Example
Text Example
White with #56629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56629B; }
p { color: rgb(86,98,155); }
H1.HeaderClassName
{
color: #56629B;
}
.AnyTagClassName
{
color: #56629B;
}
</style>
background-color css
<style>
a { background-color: #56629B; }
a { background-color: rgb(86,98,155); }
div.DivClassName
{
background-color: #56629B;
}
.BgClassName
{
background-color: #56629B;
}
</style>
border-color css
<style>
span { border-color: #56629B; }
span { border-color: rgb(86,98,155); }
td.TdClassName
{
border-color: #56629B;
}
.TagClassName
{
border-color: #56629B;
}
</style>