Shades of Governor Bay #555994
Tints of Governor Bay #555994
RGB
CMYK
RGB Variations
Color information
#555994 (or 0x555994) is known color: Governor Bay. HEX triplet: 55, 59 and 94. RGB value is (85,89,148). Sum of RGB (Red+Green+Blue) = 85+89+148=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 148 - color contains mainly: blue. Hex color #555994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555994 is #AAA66B. Grayscale: #5E5E5E. Windows color (decimal): -11183724 or 9722197. OLE color: 9722197.
HSL color Cylindrical-coordinate representation of color #555994: hue angle of 236.19º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #555994 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 89 | 148 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.42 |
| HSL | 236.19º | 0.27% | 0.46% | - |
| HSV(B) | 236.19º | 0.43% | 0.58% | - |
| XYZ | 12.66 | 11.21 | 29.51 | - |
| YUV | 94.53 | 158.17 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 148 | 0.43 | 0.40 | 0 | 0.42 | 236.19 | 0.27 | 0.46 |
| Hex | 55 | 59 | 94 | 2B | 28 | 0 | 2A | EC | 1B | 2E |
| Octal | 125 | 131 | 224 | 53 | 50 | 0 | 52 | 354 | 33 | 56 |
| Binary | 1010101 | 1011001 | 10010100 | 101011 | 101000 | 0 | 101010 | 11101100 | 11011 | 101110 |
Color Harmonies of #555994
Complementary color
Monochromatic Colors of #555994
Black with #555994
Text Example
Text Example
White with #555994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555994; }
p { color: rgb(85,89,148); }
H1.HeaderClassName
{
color: #555994;
}
.AnyTagClassName
{
color: #555994;
}
</style>
background-color css
<style>
a { background-color: #555994; }
a { background-color: rgb(85,89,148); }
div.DivClassName
{
background-color: #555994;
}
.BgClassName
{
background-color: #555994;
}
</style>
border-color css
<style>
span { border-color: #555994; }
span { border-color: rgb(85,89,148); }
td.TdClassName
{
border-color: #555994;
}
.TagClassName
{
border-color: #555994;
}
</style>