Shades of Governor Bay #555B88
Tints of Governor Bay #555B88
RGB
CMYK
RGB Variations
Color information
#555B88 (or 0x555B88) is known color: Governor Bay. HEX triplet: 55, 5B and 88. RGB value is (85,91,136). Sum of RGB (Red+Green+Blue) = 85+91+136=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 136 - color contains mainly: blue. Hex color #555B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555B88 is #AAA477. Grayscale: #5E5E5E. Windows color (decimal): -11183224 or 8936277. OLE color: 8936277.
HSL color Cylindrical-coordinate representation of color #555B88: hue angle of 232.94º 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 #555B88 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 91 | 136 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.47 |
| HSL | 232.94º | 0.23% | 0.43% | - |
| HSV(B) | 232.94º | 0.38% | 0.53% | - |
| XYZ | 11.93 | 11.19 | 24.82 | - |
| YUV | 94.34 | 151.51 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 136 | 0.38 | 0.33 | 0 | 0.47 | 232.94 | 0.23 | 0.43 |
| Hex | 55 | 5B | 88 | 26 | 21 | 0 | 2F | E9 | 17 | 2B |
| Octal | 125 | 133 | 210 | 46 | 41 | 0 | 57 | 351 | 27 | 53 |
| Binary | 1010101 | 1011011 | 10001000 | 100110 | 100001 | 0 | 101111 | 11101001 | 10111 | 101011 |
Color Harmonies of #555B88
Complementary color
Monochromatic Colors of #555B88
Black with #555B88
Text Example
Text Example
White with #555B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B88; }
p { color: rgb(85,91,136); }
H1.HeaderClassName
{
color: #555B88;
}
.AnyTagClassName
{
color: #555B88;
}
</style>
background-color css
<style>
a { background-color: #555B88; }
a { background-color: rgb(85,91,136); }
div.DivClassName
{
background-color: #555B88;
}
.BgClassName
{
background-color: #555B88;
}
</style>
border-color css
<style>
span { border-color: #555B88; }
span { border-color: rgb(85,91,136); }
td.TdClassName
{
border-color: #555B88;
}
.TagClassName
{
border-color: #555B88;
}
</style>