Shades of Governor Bay #56529C
Tints of Governor Bay #56529C
RGB
CMYK
RGB Variations
Color information
#56529C (or 0x56529C) is known color: Governor Bay. HEX triplet: 56, 52 and 9C. RGB value is (86,82,156). Sum of RGB (Red+Green+Blue) = 86+82+156=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #56529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56529C is #A9AD63. Grayscale: #5B5B5B. Windows color (decimal): -11119972 or 10244694. OLE color: 10244694.
HSL color Cylindrical-coordinate representation of color #56529C: hue angle of 243.24º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56529C is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 86 | 82 | 156 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.39 |
| HSL | 243.24º | 0.31% | 0.47% | - |
| HSV(B) | 243.24º | 0.47% | 0.61% | - |
| XYZ | 12.86 | 10.41 | 32.78 | - |
| YUV | 91.63 | 164.33 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 156 | 0.45 | 0.47 | 0 | 0.39 | 243.24 | 0.31 | 0.47 |
| Hex | 56 | 52 | 9C | 2D | 2F | 0 | 27 | F3 | 1F | 2F |
| Octal | 126 | 122 | 234 | 55 | 57 | 0 | 47 | 363 | 37 | 57 |
| Binary | 1010110 | 1010010 | 10011100 | 101101 | 101111 | 0 | 100111 | 11110011 | 11111 | 101111 |
Color Harmonies of #56529C
Complementary color
Monochromatic Colors of #56529C
Black with #56529C
Text Example
Text Example
White with #56529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56529C; }
p { color: rgb(86,82,156); }
H1.HeaderClassName
{
color: #56529C;
}
.AnyTagClassName
{
color: #56529C;
}
</style>
background-color css
<style>
a { background-color: #56529C; }
a { background-color: rgb(86,82,156); }
div.DivClassName
{
background-color: #56529C;
}
.BgClassName
{
background-color: #56529C;
}
</style>
border-color css
<style>
span { border-color: #56529C; }
span { border-color: rgb(86,82,156); }
td.TdClassName
{
border-color: #56529C;
}
.TagClassName
{
border-color: #56529C;
}
</style>