Shades of Governor Bay #55598F
Tints of Governor Bay #55598F
RGB
CMYK
RGB Variations
Color information
#55598F (or 0x55598F) is known color: Governor Bay. HEX triplet: 55, 59 and 8F. RGB value is (85,89,143). Sum of RGB (Red+Green+Blue) = 85+89+143=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 143 - color contains mainly: blue. Hex color #55598F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55598F is #AAA670. Grayscale: #5D5D5D. Windows color (decimal): -11183729 or 9394517. OLE color: 9394517.
HSL color Cylindrical-coordinate representation of color #55598F: hue angle of 235.86º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55598F is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 89 | 143 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.44 |
| HSL | 235.86º | 0.25% | 0.45% | - |
| HSV(B) | 235.86º | 0.41% | 0.56% | - |
| XYZ | 12.28 | 11.06 | 27.47 | - |
| YUV | 93.96 | 155.67 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 143 | 0.41 | 0.38 | 0 | 0.44 | 235.86 | 0.25 | 0.45 |
| Hex | 55 | 59 | 8F | 29 | 26 | 0 | 2C | EC | 19 | 2D |
| Octal | 125 | 131 | 217 | 51 | 46 | 0 | 54 | 354 | 31 | 55 |
| Binary | 1010101 | 1011001 | 10001111 | 101001 | 100110 | 0 | 101100 | 11101100 | 11001 | 101101 |
Color Harmonies of #55598F
Complementary color
Monochromatic Colors of #55598F
Black with #55598F
Text Example
Text Example
White with #55598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55598F; }
p { color: rgb(85,89,143); }
H1.HeaderClassName
{
color: #55598F;
}
.AnyTagClassName
{
color: #55598F;
}
</style>
background-color css
<style>
a { background-color: #55598F; }
a { background-color: rgb(85,89,143); }
div.DivClassName
{
background-color: #55598F;
}
.BgClassName
{
background-color: #55598F;
}
</style>
border-color css
<style>
span { border-color: #55598F; }
span { border-color: rgb(85,89,143); }
td.TdClassName
{
border-color: #55598F;
}
.TagClassName
{
border-color: #55598F;
}
</style>