Shades of Governor Bay #56529F
Tints of Governor Bay #56529F
RGB
CMYK
RGB Variations
Color information
#56529F (or 0x56529F) is known color: Governor Bay. HEX triplet: 56, 52 and 9F. RGB value is (86,82,159). Sum of RGB (Red+Green+Blue) = 86+82+159=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #56529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56529F is #A9AD60. Grayscale: #5B5B5B. Windows color (decimal): -11119969 or 10441302. OLE color: 10441302.
HSL color Cylindrical-coordinate representation of color #56529F: hue angle of 243.12º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56529F is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 82 | 159 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.38 |
| HSL | 243.12º | 0.32% | 0.47% | - |
| HSV(B) | 243.12º | 0.48% | 0.62% | - |
| XYZ | 13.11 | 10.52 | 34.14 | - |
| YUV | 91.97 | 165.83 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 159 | 0.46 | 0.48 | 0 | 0.38 | 243.12 | 0.32 | 0.47 |
| Hex | 56 | 52 | 9F | 2E | 30 | 0 | 26 | F3 | 20 | 2F |
| Octal | 126 | 122 | 237 | 56 | 60 | 0 | 46 | 363 | 40 | 57 |
| Binary | 1010110 | 1010010 | 10011111 | 101110 | 110000 | 0 | 100110 | 11110011 | 100000 | 101111 |
Color Harmonies of #56529F
Complementary color
Monochromatic Colors of #56529F
Black with #56529F
Text Example
Text Example
White with #56529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56529F; }
p { color: rgb(86,82,159); }
H1.HeaderClassName
{
color: #56529F;
}
.AnyTagClassName
{
color: #56529F;
}
</style>
background-color css
<style>
a { background-color: #56529F; }
a { background-color: rgb(86,82,159); }
div.DivClassName
{
background-color: #56529F;
}
.BgClassName
{
background-color: #56529F;
}
</style>
border-color css
<style>
span { border-color: #56529F; }
span { border-color: rgb(86,82,159); }
td.TdClassName
{
border-color: #56529F;
}
.TagClassName
{
border-color: #56529F;
}
</style>