Shades of Governor Bay #59569D
Tints of Governor Bay #59569D
RGB
CMYK
RGB Variations
Color information
#59569D (or 0x59569D) is known color: Governor Bay. HEX triplet: 59, 56 and 9D. RGB value is (89,86,157). Sum of RGB (Red+Green+Blue) = 89+86+157=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #59569D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59569D is #A6A962. Grayscale: #5E5E5E. Windows color (decimal): -10922339 or 10311257. OLE color: 10311257.
HSL color Cylindrical-coordinate representation of color #59569D: hue angle of 242.54º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #59569D is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 86 | 157 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.38 |
| HSL | 242.54º | 0.29% | 0.48% | - |
| HSV(B) | 242.54º | 0.45% | 0.62% | - |
| XYZ | 13.53 | 11.21 | 33.35 | - |
| YUV | 94.99 | 162.99 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 86 | 157 | 0.43 | 0.45 | 0 | 0.38 | 242.54 | 0.29 | 0.48 |
| Hex | 59 | 56 | 9D | 2B | 2D | 0 | 26 | F3 | 1D | 30 |
| Octal | 131 | 126 | 235 | 53 | 55 | 0 | 46 | 363 | 35 | 60 |
| Binary | 1011001 | 1010110 | 10011101 | 101011 | 101101 | 0 | 100110 | 11110011 | 11101 | 110000 |
Color Harmonies of #59569D
Complementary color
Monochromatic Colors of #59569D
Black with #59569D
Text Example
Text Example
White with #59569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59569D; }
p { color: rgb(89,86,157); }
H1.HeaderClassName
{
color: #59569D;
}
.AnyTagClassName
{
color: #59569D;
}
</style>
background-color css
<style>
a { background-color: #59569D; }
a { background-color: rgb(89,86,157); }
div.DivClassName
{
background-color: #59569D;
}
.BgClassName
{
background-color: #59569D;
}
</style>
border-color css
<style>
span { border-color: #59569D; }
span { border-color: rgb(89,86,157); }
td.TdClassName
{
border-color: #59569D;
}
.TagClassName
{
border-color: #59569D;
}
</style>