Shades of Governor Bay #59578D
Tints of Governor Bay #59578D
RGB
CMYK
RGB Variations
Color information
#59578D (or 0x59578D) is known color: Governor Bay. HEX triplet: 59, 57 and 8D. RGB value is (89,87,141). Sum of RGB (Red+Green+Blue) = 89+87+141=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #59578D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59578D is #A6A872. Grayscale: #5D5D5D. Windows color (decimal): -10922099 or 9262937. OLE color: 9262937.
HSL color Cylindrical-coordinate representation of color #59578D: hue angle of 242.22º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59578D is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 87 | 141 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.45 |
| HSL | 242.22º | 0.24% | 0.45% | - |
| HSV(B) | 242.22º | 0.38% | 0.55% | - |
| XYZ | 12.34 | 10.86 | 26.65 | - |
| YUV | 93.75 | 154.66 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 87 | 141 | 0.37 | 0.38 | 0 | 0.45 | 242.22 | 0.24 | 0.45 |
| Hex | 59 | 57 | 8D | 25 | 26 | 0 | 2D | F2 | 18 | 2D |
| Octal | 131 | 127 | 215 | 45 | 46 | 0 | 55 | 362 | 30 | 55 |
| Binary | 1011001 | 1010111 | 10001101 | 100101 | 100110 | 0 | 101101 | 11110010 | 11000 | 101101 |
Color Harmonies of #59578D
Complementary color
Monochromatic Colors of #59578D
Black with #59578D
Text Example
Text Example
White with #59578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59578D; }
p { color: rgb(89,87,141); }
H1.HeaderClassName
{
color: #59578D;
}
.AnyTagClassName
{
color: #59578D;
}
</style>
background-color css
<style>
a { background-color: #59578D; }
a { background-color: rgb(89,87,141); }
div.DivClassName
{
background-color: #59578D;
}
.BgClassName
{
background-color: #59578D;
}
</style>
border-color css
<style>
span { border-color: #59578D; }
span { border-color: rgb(89,87,141); }
td.TdClassName
{
border-color: #59578D;
}
.TagClassName
{
border-color: #59578D;
}
</style>