Shades of Governor Bay #59568E
Tints of Governor Bay #59568E
RGB
CMYK
RGB Variations
Color information
#59568E (or 0x59568E) is known color: Governor Bay. HEX triplet: 59, 56 and 8E. RGB value is (89,86,142). Sum of RGB (Red+Green+Blue) = 89+86+142=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #59568E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59568E is #A6A971. Grayscale: #5D5D5D. Windows color (decimal): -10922354 or 9328217. OLE color: 9328217.
HSL color Cylindrical-coordinate representation of color #59568E: hue angle of 243.21º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59568E is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 86 | 142 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.44 |
| HSL | 243.21º | 0.25% | 0.45% | - |
| HSV(B) | 243.21º | 0.39% | 0.56% | - |
| XYZ | 12.33 | 10.73 | 27.01 | - |
| YUV | 93.28 | 155.49 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 86 | 142 | 0.37 | 0.39 | 0 | 0.44 | 243.21 | 0.25 | 0.45 |
| Hex | 59 | 56 | 8E | 25 | 27 | 0 | 2C | F3 | 19 | 2D |
| Octal | 131 | 126 | 216 | 45 | 47 | 0 | 54 | 363 | 31 | 55 |
| Binary | 1011001 | 1010110 | 10001110 | 100101 | 100111 | 0 | 101100 | 11110011 | 11001 | 101101 |
Color Harmonies of #59568E
Complementary color
Monochromatic Colors of #59568E
Black with #59568E
Text Example
Text Example
White with #59568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59568E; }
p { color: rgb(89,86,142); }
H1.HeaderClassName
{
color: #59568E;
}
.AnyTagClassName
{
color: #59568E;
}
</style>
background-color css
<style>
a { background-color: #59568E; }
a { background-color: rgb(89,86,142); }
div.DivClassName
{
background-color: #59568E;
}
.BgClassName
{
background-color: #59568E;
}
</style>
border-color css
<style>
span { border-color: #59568E; }
span { border-color: rgb(89,86,142); }
td.TdClassName
{
border-color: #59568E;
}
.TagClassName
{
border-color: #59568E;
}
</style>