Shades of Governor Bay #56549D
Tints of Governor Bay #56549D
RGB
CMYK
RGB Variations
Color information
#56549D (or 0x56549D) is known color: Governor Bay. HEX triplet: 56, 54 and 9D. RGB value is (86,84,157). Sum of RGB (Red+Green+Blue) = 86+84+157=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #56549D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56549D is #A9AB62. Grayscale: #5C5C5C. Windows color (decimal): -11119459 or 10310742. OLE color: 10310742.
HSL color Cylindrical-coordinate representation of color #56549D: hue angle of 241.64º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #56549D is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 84 | 157 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.38 |
| HSL | 241.64º | 0.3% | 0.47% | - |
| HSV(B) | 241.64º | 0.46% | 0.62% | - |
| XYZ | 13.09 | 10.75 | 33.28 | - |
| YUV | 92.92 | 164.16 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 157 | 0.45 | 0.46 | 0 | 0.38 | 241.64 | 0.3 | 0.47 |
| Hex | 56 | 54 | 9D | 2D | 2E | 0 | 26 | F2 | 1E | 2F |
| Octal | 126 | 124 | 235 | 55 | 56 | 0 | 46 | 362 | 36 | 57 |
| Binary | 1010110 | 1010100 | 10011101 | 101101 | 101110 | 0 | 100110 | 11110010 | 11110 | 101111 |
Color Harmonies of #56549D
Complementary color
Monochromatic Colors of #56549D
Black with #56549D
Text Example
Text Example
White with #56549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56549D; }
p { color: rgb(86,84,157); }
H1.HeaderClassName
{
color: #56549D;
}
.AnyTagClassName
{
color: #56549D;
}
</style>
background-color css
<style>
a { background-color: #56549D; }
a { background-color: rgb(86,84,157); }
div.DivClassName
{
background-color: #56549D;
}
.BgClassName
{
background-color: #56549D;
}
</style>
border-color css
<style>
span { border-color: #56549D; }
span { border-color: rgb(86,84,157); }
td.TdClassName
{
border-color: #56549D;
}
.TagClassName
{
border-color: #56549D;
}
</style>