Shades of Governor Bay #56549A
Tints of Governor Bay #56549A
RGB
CMYK
RGB Variations
Color information
#56549A (or 0x56549A) is known color: Governor Bay. HEX triplet: 56, 54 and 9A. RGB value is (86,84,154). Sum of RGB (Red+Green+Blue) = 86+84+154=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #56549A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56549A is #A9AB65. Grayscale: #5C5C5C. Windows color (decimal): -11119462 or 10114134. OLE color: 10114134.
HSL color Cylindrical-coordinate representation of color #56549A: hue angle of 241.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56549A is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 84 | 154 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.40 |
| HSL | 241.71º | 0.29% | 0.47% | - |
| HSV(B) | 241.71º | 0.45% | 0.6% | - |
| XYZ | 12.84 | 10.65 | 31.95 | - |
| YUV | 92.58 | 162.66 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 154 | 0.44 | 0.45 | 0 | 0.40 | 241.71 | 0.29 | 0.47 |
| Hex | 56 | 54 | 9A | 2C | 2D | 0 | 28 | F2 | 1D | 2F |
| Octal | 126 | 124 | 232 | 54 | 55 | 0 | 50 | 362 | 35 | 57 |
| Binary | 1010110 | 1010100 | 10011010 | 101100 | 101101 | 0 | 101000 | 11110010 | 11101 | 101111 |
Color Harmonies of #56549A
Complementary color
Monochromatic Colors of #56549A
Black with #56549A
Text Example
Text Example
White with #56549A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56549A; }
p { color: rgb(86,84,154); }
H1.HeaderClassName
{
color: #56549A;
}
.AnyTagClassName
{
color: #56549A;
}
</style>
background-color css
<style>
a { background-color: #56549A; }
a { background-color: rgb(86,84,154); }
div.DivClassName
{
background-color: #56549A;
}
.BgClassName
{
background-color: #56549A;
}
</style>
border-color css
<style>
span { border-color: #56549A; }
span { border-color: rgb(86,84,154); }
td.TdClassName
{
border-color: #56549A;
}
.TagClassName
{
border-color: #56549A;
}
</style>