Shades of Governor Bay #555988
Tints of Governor Bay #555988
RGB
CMYK
RGB Variations
Color information
#555988 (or 0x555988) is known color: Governor Bay. HEX triplet: 55, 59 and 88. RGB value is (85,89,136). Sum of RGB (Red+Green+Blue) = 85+89+136=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 136 - color contains mainly: blue. Hex color #555988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555988 is #AAA677. Grayscale: #5C5C5C. Windows color (decimal): -11183736 or 8935765. OLE color: 8935765.
HSL color Cylindrical-coordinate representation of color #555988: hue angle of 235.29º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #555988 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 89 | 136 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.47 |
| HSL | 235.29º | 0.23% | 0.43% | - |
| HSV(B) | 235.29º | 0.38% | 0.53% | - |
| XYZ | 11.76 | 10.85 | 24.77 | - |
| YUV | 93.16 | 152.17 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 136 | 0.38 | 0.35 | 0 | 0.47 | 235.29 | 0.23 | 0.43 |
| Hex | 55 | 59 | 88 | 26 | 23 | 0 | 2F | EB | 17 | 2B |
| Octal | 125 | 131 | 210 | 46 | 43 | 0 | 57 | 353 | 27 | 53 |
| Binary | 1010101 | 1011001 | 10001000 | 100110 | 100011 | 0 | 101111 | 11101011 | 10111 | 101011 |
Color Harmonies of #555988
Complementary color
Monochromatic Colors of #555988
Black with #555988
Text Example
Text Example
White with #555988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555988; }
p { color: rgb(85,89,136); }
H1.HeaderClassName
{
color: #555988;
}
.AnyTagClassName
{
color: #555988;
}
</style>
background-color css
<style>
a { background-color: #555988; }
a { background-color: rgb(85,89,136); }
div.DivClassName
{
background-color: #555988;
}
.BgClassName
{
background-color: #555988;
}
</style>
border-color css
<style>
span { border-color: #555988; }
span { border-color: rgb(85,89,136); }
td.TdClassName
{
border-color: #555988;
}
.TagClassName
{
border-color: #555988;
}
</style>