Shades of Governor Bay #555898
Tints of Governor Bay #555898
RGB
CMYK
RGB Variations
Color information
#555898 (or 0x555898) is known color: Governor Bay. HEX triplet: 55, 58 and 98. RGB value is (85,88,152). Sum of RGB (Red+Green+Blue) = 85+88+152=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #555898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555898 is #AAA767. Grayscale: #5E5E5E. Windows color (decimal): -11183976 or 9984085. OLE color: 9984085.
HSL color Cylindrical-coordinate representation of color #555898: hue angle of 237.31º 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 #555898 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 88 | 152 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.40 |
| HSL | 237.31º | 0.28% | 0.46% | - |
| HSV(B) | 237.31º | 0.44% | 0.6% | - |
| XYZ | 12.9 | 11.18 | 31.18 | - |
| YUV | 94.4 | 160.51 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 152 | 0.44 | 0.42 | 0 | 0.40 | 237.31 | 0.28 | 0.46 |
| Hex | 55 | 58 | 98 | 2C | 2A | 0 | 28 | ED | 1C | 2E |
| Octal | 125 | 130 | 230 | 54 | 52 | 0 | 50 | 355 | 34 | 56 |
| Binary | 1010101 | 1011000 | 10011000 | 101100 | 101010 | 0 | 101000 | 11101101 | 11100 | 101110 |
Color Harmonies of #555898
Complementary color
Monochromatic Colors of #555898
Black with #555898
Text Example
Text Example
White with #555898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555898; }
p { color: rgb(85,88,152); }
H1.HeaderClassName
{
color: #555898;
}
.AnyTagClassName
{
color: #555898;
}
</style>
background-color css
<style>
a { background-color: #555898; }
a { background-color: rgb(85,88,152); }
div.DivClassName
{
background-color: #555898;
}
.BgClassName
{
background-color: #555898;
}
</style>
border-color css
<style>
span { border-color: #555898; }
span { border-color: rgb(85,88,152); }
td.TdClassName
{
border-color: #555898;
}
.TagClassName
{
border-color: #555898;
}
</style>