Shades of Governor Bay #56529B
Tints of Governor Bay #56529B
RGB
CMYK
RGB Variations
Color information
#56529B (or 0x56529B) is known color: Governor Bay. HEX triplet: 56, 52 and 9B. RGB value is (86,82,155). Sum of RGB (Red+Green+Blue) = 86+82+155=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #56529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56529B is #A9AD64. Grayscale: #5B5B5B. Windows color (decimal): -11119973 or 10179158. OLE color: 10179158.
HSL color Cylindrical-coordinate representation of color #56529B: hue angle of 243.29º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56529B is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 86 | 82 | 155 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.39 |
| HSL | 243.29º | 0.31% | 0.46% | - |
| HSV(B) | 243.29º | 0.47% | 0.61% | - |
| XYZ | 12.77 | 10.38 | 32.34 | - |
| YUV | 91.52 | 163.83 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 155 | 0.45 | 0.47 | 0 | 0.39 | 243.29 | 0.31 | 0.46 |
| Hex | 56 | 52 | 9B | 2D | 2F | 0 | 27 | F3 | 1F | 2E |
| Octal | 126 | 122 | 233 | 55 | 57 | 0 | 47 | 363 | 37 | 56 |
| Binary | 1010110 | 1010010 | 10011011 | 101101 | 101111 | 0 | 100111 | 11110011 | 11111 | 101110 |
Color Harmonies of #56529B
Complementary color
Monochromatic Colors of #56529B
Black with #56529B
Text Example
Text Example
White with #56529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56529B; }
p { color: rgb(86,82,155); }
H1.HeaderClassName
{
color: #56529B;
}
.AnyTagClassName
{
color: #56529B;
}
</style>
background-color css
<style>
a { background-color: #56529B; }
a { background-color: rgb(86,82,155); }
div.DivClassName
{
background-color: #56529B;
}
.BgClassName
{
background-color: #56529B;
}
</style>
border-color css
<style>
span { border-color: #56529B; }
span { border-color: rgb(86,82,155); }
td.TdClassName
{
border-color: #56529B;
}
.TagClassName
{
border-color: #56529B;
}
</style>