Shades of Governor Bay #55598B
Tints of Governor Bay #55598B
RGB
CMYK
RGB Variations
Color information
#55598B (or 0x55598B) is known color: Governor Bay. HEX triplet: 55, 59 and 8B. RGB value is (85,89,139). Sum of RGB (Red+Green+Blue) = 85+89+139=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #55598B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55598B is #AAA674. Grayscale: #5D5D5D. Windows color (decimal): -11183733 or 9132373. OLE color: 9132373.
HSL color Cylindrical-coordinate representation of color #55598B: hue angle of 235.56º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55598B is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 89 | 139 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.45 |
| HSL | 235.56º | 0.24% | 0.44% | - |
| HSV(B) | 235.56º | 0.39% | 0.55% | - |
| XYZ | 11.98 | 10.94 | 25.91 | - |
| YUV | 93.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 139 | 0.39 | 0.36 | 0 | 0.45 | 235.56 | 0.24 | 0.44 |
| Hex | 55 | 59 | 8B | 27 | 24 | 0 | 2D | EC | 18 | 2C |
| Octal | 125 | 131 | 213 | 47 | 44 | 0 | 55 | 354 | 30 | 54 |
| Binary | 1010101 | 1011001 | 10001011 | 100111 | 100100 | 0 | 101101 | 11101100 | 11000 | 101100 |
Color Harmonies of #55598B
Complementary color
Monochromatic Colors of #55598B
Black with #55598B
Text Example
Text Example
White with #55598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55598B; }
p { color: rgb(85,89,139); }
H1.HeaderClassName
{
color: #55598B;
}
.AnyTagClassName
{
color: #55598B;
}
</style>
background-color css
<style>
a { background-color: #55598B; }
a { background-color: rgb(85,89,139); }
div.DivClassName
{
background-color: #55598B;
}
.BgClassName
{
background-color: #55598B;
}
</style>
border-color css
<style>
span { border-color: #55598B; }
span { border-color: rgb(85,89,139); }
td.TdClassName
{
border-color: #55598B;
}
.TagClassName
{
border-color: #55598B;
}
</style>