Shades of Governor Bay #555998
Tints of Governor Bay #555998
RGB
CMYK
RGB Variations
Color information
#555998 (or 0x555998) is known color: Governor Bay. HEX triplet: 55, 59 and 98. RGB value is (85,89,152). Sum of RGB (Red+Green+Blue) = 85+89+152=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #555998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555998 is #AAA667. Grayscale: #5E5E5E. Windows color (decimal): -11183720 or 9984341. OLE color: 9984341.
HSL color Cylindrical-coordinate representation of color #555998: hue angle of 236.42º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #555998 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 89 | 152 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.40 |
| HSL | 236.42º | 0.28% | 0.46% | - |
| HSV(B) | 236.42º | 0.44% | 0.6% | - |
| XYZ | 12.99 | 11.34 | 31.21 | - |
| YUV | 94.99 | 160.17 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 152 | 0.44 | 0.41 | 0 | 0.40 | 236.42 | 0.28 | 0.46 |
| Hex | 55 | 59 | 98 | 2C | 29 | 0 | 28 | EC | 1C | 2E |
| Octal | 125 | 131 | 230 | 54 | 51 | 0 | 50 | 354 | 34 | 56 |
| Binary | 1010101 | 1011001 | 10011000 | 101100 | 101001 | 0 | 101000 | 11101100 | 11100 | 101110 |
Color Harmonies of #555998
Complementary color
Monochromatic Colors of #555998
Black with #555998
Text Example
Text Example
White with #555998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555998; }
p { color: rgb(85,89,152); }
H1.HeaderClassName
{
color: #555998;
}
.AnyTagClassName
{
color: #555998;
}
</style>
background-color css
<style>
a { background-color: #555998; }
a { background-color: rgb(85,89,152); }
div.DivClassName
{
background-color: #555998;
}
.BgClassName
{
background-color: #555998;
}
</style>
border-color css
<style>
span { border-color: #555998; }
span { border-color: rgb(85,89,152); }
td.TdClassName
{
border-color: #555998;
}
.TagClassName
{
border-color: #555998;
}
</style>