Shades of Governor Bay #555987
Tints of Governor Bay #555987
RGB
CMYK
RGB Variations
Color information
#555987 (or 0x555987) is known color: Governor Bay. HEX triplet: 55, 59 and 87. RGB value is (85,89,135). Sum of RGB (Red+Green+Blue) = 85+89+135=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 135 - color contains mainly: blue. Hex color #555987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555987 is #AAA678. Grayscale: #5C5C5C. Windows color (decimal): -11183737 or 8870229. OLE color: 8870229.
HSL color Cylindrical-coordinate representation of color #555987: hue angle of 235.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #555987 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 89 | 135 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.47 |
| HSL | 235.2º | 0.23% | 0.43% | - |
| HSV(B) | 235.2º | 0.37% | 0.53% | - |
| XYZ | 11.69 | 10.83 | 24.39 | - |
| YUV | 93.05 | 151.67 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 135 | 0.37 | 0.34 | 0 | 0.47 | 235.2 | 0.23 | 0.43 |
| Hex | 55 | 59 | 87 | 25 | 22 | 0 | 2F | EB | 17 | 2B |
| Octal | 125 | 131 | 207 | 45 | 42 | 0 | 57 | 353 | 27 | 53 |
| Binary | 1010101 | 1011001 | 10000111 | 100101 | 100010 | 0 | 101111 | 11101011 | 10111 | 101011 |
Color Harmonies of #555987
Complementary color
Monochromatic Colors of #555987
Black with #555987
Text Example
Text Example
White with #555987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555987; }
p { color: rgb(85,89,135); }
H1.HeaderClassName
{
color: #555987;
}
.AnyTagClassName
{
color: #555987;
}
</style>
background-color css
<style>
a { background-color: #555987; }
a { background-color: rgb(85,89,135); }
div.DivClassName
{
background-color: #555987;
}
.BgClassName
{
background-color: #555987;
}
</style>
border-color css
<style>
span { border-color: #555987; }
span { border-color: rgb(85,89,135); }
td.TdClassName
{
border-color: #555987;
}
.TagClassName
{
border-color: #555987;
}
</style>