Shades of Governor Bay #55598C
Tints of Governor Bay #55598C
RGB
CMYK
RGB Variations
Color information
#55598C (or 0x55598C) is known color: Governor Bay. HEX triplet: 55, 59 and 8C. RGB value is (85,89,140). Sum of RGB (Red+Green+Blue) = 85+89+140=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #55598C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55598C is #AAA673. Grayscale: #5D5D5D. Windows color (decimal): -11183732 or 9197909. OLE color: 9197909.
HSL color Cylindrical-coordinate representation of color #55598C: hue angle of 235.64º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55598C is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 89 | 140 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.45 |
| HSL | 235.64º | 0.24% | 0.44% | - |
| HSV(B) | 235.64º | 0.39% | 0.55% | - |
| XYZ | 12.05 | 10.97 | 26.29 | - |
| YUV | 93.62 | 154.17 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 140 | 0.39 | 0.36 | 0 | 0.45 | 235.64 | 0.24 | 0.44 |
| Hex | 55 | 59 | 8C | 27 | 24 | 0 | 2D | EC | 18 | 2C |
| Octal | 125 | 131 | 214 | 47 | 44 | 0 | 55 | 354 | 30 | 54 |
| Binary | 1010101 | 1011001 | 10001100 | 100111 | 100100 | 0 | 101101 | 11101100 | 11000 | 101100 |
Color Harmonies of #55598C
Complementary color
Monochromatic Colors of #55598C
Black with #55598C
Text Example
Text Example
White with #55598C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55598C; }
p { color: rgb(85,89,140); }
H1.HeaderClassName
{
color: #55598C;
}
.AnyTagClassName
{
color: #55598C;
}
</style>
background-color css
<style>
a { background-color: #55598C; }
a { background-color: rgb(85,89,140); }
div.DivClassName
{
background-color: #55598C;
}
.BgClassName
{
background-color: #55598C;
}
</style>
border-color css
<style>
span { border-color: #55598C; }
span { border-color: rgb(85,89,140); }
td.TdClassName
{
border-color: #55598C;
}
.TagClassName
{
border-color: #55598C;
}
</style>