Shades of Governor Bay #56629A
Tints of Governor Bay #56629A
RGB
CMYK
RGB Variations
Color information
#56629A (or 0x56629A) is known color: Governor Bay. HEX triplet: 56, 62 and 9A. RGB value is (86,98,154). Sum of RGB (Red+Green+Blue) = 86+98+154=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 154 - color contains mainly: blue. Hex color #56629A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56629A is #A99D65. Grayscale: #646464. Windows color (decimal): -11115878 or 10117718. OLE color: 10117718.
HSL color Cylindrical-coordinate representation of color #56629A: hue angle of 229.41º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56629A is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 98 | 154 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.40 |
| HSL | 229.41º | 0.28% | 0.47% | - |
| HSV(B) | 229.41º | 0.44% | 0.6% | - |
| XYZ | 14.04 | 13.05 | 32.35 | - |
| YUV | 100.8 | 158.02 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 98 | 154 | 0.44 | 0.36 | 0 | 0.40 | 229.41 | 0.28 | 0.47 |
| Hex | 56 | 62 | 9A | 2C | 24 | 0 | 28 | E5 | 1C | 2F |
| Octal | 126 | 142 | 232 | 54 | 44 | 0 | 50 | 345 | 34 | 57 |
| Binary | 1010110 | 1100010 | 10011010 | 101100 | 100100 | 0 | 101000 | 11100101 | 11100 | 101111 |
Color Harmonies of #56629A
Complementary color
Monochromatic Colors of #56629A
Black with #56629A
Text Example
Text Example
White with #56629A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56629A; }
p { color: rgb(86,98,154); }
H1.HeaderClassName
{
color: #56629A;
}
.AnyTagClassName
{
color: #56629A;
}
</style>
background-color css
<style>
a { background-color: #56629A; }
a { background-color: rgb(86,98,154); }
div.DivClassName
{
background-color: #56629A;
}
.BgClassName
{
background-color: #56629A;
}
</style>
border-color css
<style>
span { border-color: #56629A; }
span { border-color: rgb(86,98,154); }
td.TdClassName
{
border-color: #56629A;
}
.TagClassName
{
border-color: #56629A;
}
</style>