Shades of Governor Bay #55598D
Tints of Governor Bay #55598D
RGB
CMYK
RGB Variations
Color information
#55598D (or 0x55598D) is known color: Governor Bay. HEX triplet: 55, 59 and 8D. RGB value is (85,89,141). Sum of RGB (Red+Green+Blue) = 85+89+141=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #55598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55598D is #AAA672. Grayscale: #5D5D5D. Windows color (decimal): -11183731 or 9263445. OLE color: 9263445.
HSL color Cylindrical-coordinate representation of color #55598D: hue angle of 235.71º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55598D is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 89 | 141 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.45 |
| HSL | 235.71º | 0.25% | 0.44% | - |
| HSV(B) | 235.71º | 0.4% | 0.55% | - |
| XYZ | 12.13 | 11 | 26.68 | - |
| YUV | 93.73 | 154.67 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 141 | 0.40 | 0.37 | 0 | 0.45 | 235.71 | 0.25 | 0.44 |
| Hex | 55 | 59 | 8D | 28 | 25 | 0 | 2D | EC | 19 | 2C |
| Octal | 125 | 131 | 215 | 50 | 45 | 0 | 55 | 354 | 31 | 54 |
| Binary | 1010101 | 1011001 | 10001101 | 101000 | 100101 | 0 | 101101 | 11101100 | 11001 | 101100 |
Color Harmonies of #55598D
Complementary color
Monochromatic Colors of #55598D
Black with #55598D
Text Example
Text Example
White with #55598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55598D; }
p { color: rgb(85,89,141); }
H1.HeaderClassName
{
color: #55598D;
}
.AnyTagClassName
{
color: #55598D;
}
</style>
background-color css
<style>
a { background-color: #55598D; }
a { background-color: rgb(85,89,141); }
div.DivClassName
{
background-color: #55598D;
}
.BgClassName
{
background-color: #55598D;
}
</style>
border-color css
<style>
span { border-color: #55598D; }
span { border-color: rgb(85,89,141); }
td.TdClassName
{
border-color: #55598D;
}
.TagClassName
{
border-color: #55598D;
}
</style>