Shades of Governor Bay #59558E
Tints of Governor Bay #59558E
RGB
CMYK
RGB Variations
Color information
#59558E (or 0x59558E) is known color: Governor Bay. HEX triplet: 59, 55 and 8E. RGB value is (89,85,142). Sum of RGB (Red+Green+Blue) = 89+85+142=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #59558E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59558E is #A6AA71. Grayscale: #5C5C5C. Windows color (decimal): -10922610 or 9327961. OLE color: 9327961.
HSL color Cylindrical-coordinate representation of color #59558E: hue angle of 244.21º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59558E is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 85 | 142 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.44 |
| HSL | 244.21º | 0.25% | 0.45% | - |
| HSV(B) | 244.21º | 0.4% | 0.56% | - |
| XYZ | 12.25 | 10.57 | 26.99 | - |
| YUV | 92.69 | 155.83 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 142 | 0.37 | 0.40 | 0 | 0.44 | 244.21 | 0.25 | 0.45 |
| Hex | 59 | 55 | 8E | 25 | 28 | 0 | 2C | F4 | 19 | 2D |
| Octal | 131 | 125 | 216 | 45 | 50 | 0 | 54 | 364 | 31 | 55 |
| Binary | 1011001 | 1010101 | 10001110 | 100101 | 101000 | 0 | 101100 | 11110100 | 11001 | 101101 |
Color Harmonies of #59558E
Complementary color
Monochromatic Colors of #59558E
Black with #59558E
Text Example
Text Example
White with #59558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59558E; }
p { color: rgb(89,85,142); }
H1.HeaderClassName
{
color: #59558E;
}
.AnyTagClassName
{
color: #59558E;
}
</style>
background-color css
<style>
a { background-color: #59558E; }
a { background-color: rgb(89,85,142); }
div.DivClassName
{
background-color: #59558E;
}
.BgClassName
{
background-color: #59558E;
}
</style>
border-color css
<style>
span { border-color: #59558E; }
span { border-color: rgb(89,85,142); }
td.TdClassName
{
border-color: #59558E;
}
.TagClassName
{
border-color: #59558E;
}
</style>