Shades of Governor Bay #555E89
Tints of Governor Bay #555E89
RGB
CMYK
RGB Variations
Color information
#555E89 (or 0x555E89) is known color: Governor Bay. HEX triplet: 55, 5E and 89. RGB value is (85,94,137). Sum of RGB (Red+Green+Blue) = 85+94+137=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 137 - color contains mainly: blue. Hex color #555E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555E89 is #AAA176. Grayscale: #606060. Windows color (decimal): -11182455 or 9002581. OLE color: 9002581.
HSL color Cylindrical-coordinate representation of color #555E89: hue angle of 229.62º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #555E89 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 94 | 137 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.46 |
| HSL | 229.62º | 0.23% | 0.44% | - |
| HSV(B) | 229.62º | 0.38% | 0.54% | - |
| XYZ | 12.26 | 11.74 | 25.29 | - |
| YUV | 96.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 137 | 0.38 | 0.31 | 0 | 0.46 | 229.62 | 0.23 | 0.44 |
| Hex | 55 | 5E | 89 | 26 | 1F | 0 | 2E | E6 | 17 | 2C |
| Octal | 125 | 136 | 211 | 46 | 37 | 0 | 56 | 346 | 27 | 54 |
| Binary | 1010101 | 1011110 | 10001001 | 100110 | 11111 | 0 | 101110 | 11100110 | 10111 | 101100 |
Color Harmonies of #555E89
Complementary color
Monochromatic Colors of #555E89
Black with #555E89
Text Example
Text Example
White with #555E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555E89; }
p { color: rgb(85,94,137); }
H1.HeaderClassName
{
color: #555E89;
}
.AnyTagClassName
{
color: #555E89;
}
</style>
background-color css
<style>
a { background-color: #555E89; }
a { background-color: rgb(85,94,137); }
div.DivClassName
{
background-color: #555E89;
}
.BgClassName
{
background-color: #555E89;
}
</style>
border-color css
<style>
span { border-color: #555E89; }
span { border-color: rgb(85,94,137); }
td.TdClassName
{
border-color: #555E89;
}
.TagClassName
{
border-color: #555E89;
}
</style>