Shades of Governor Bay #55489E
Tints of Governor Bay #55489E
RGB
CMYK
RGB Variations
Color information
#55489E (or 0x55489E) is known color: Governor Bay. HEX triplet: 55, 48 and 9E. RGB value is (85,72,158). Sum of RGB (Red+Green+Blue) = 85+72+158=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #55489E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55489E is #AAB761. Grayscale: #555555. Windows color (decimal): -11188066 or 10373205. OLE color: 10373205.
HSL color Cylindrical-coordinate representation of color #55489E: hue angle of 249.07º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55489E is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 72 | 158 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.38 |
| HSL | 249.07º | 0.37% | 0.45% | - |
| HSV(B) | 249.07º | 0.54% | 0.62% | - |
| XYZ | 12.24 | 9.03 | 33.45 | - |
| YUV | 85.69 | 168.81 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 72 | 158 | 0.46 | 0.54 | 0 | 0.38 | 249.07 | 0.37 | 0.45 |
| Hex | 55 | 48 | 9E | 2E | 36 | 0 | 26 | F9 | 25 | 2D |
| Octal | 125 | 110 | 236 | 56 | 66 | 0 | 46 | 371 | 45 | 55 |
| Binary | 1010101 | 1001000 | 10011110 | 101110 | 110110 | 0 | 100110 | 11111001 | 100101 | 101101 |
Color Harmonies of #55489E
Complementary color
Monochromatic Colors of #55489E
Black with #55489E
Text Example
Text Example
White with #55489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55489E; }
p { color: rgb(85,72,158); }
H1.HeaderClassName
{
color: #55489E;
}
.AnyTagClassName
{
color: #55489E;
}
</style>
background-color css
<style>
a { background-color: #55489E; }
a { background-color: rgb(85,72,158); }
div.DivClassName
{
background-color: #55489E;
}
.BgClassName
{
background-color: #55489E;
}
</style>
border-color css
<style>
span { border-color: #55489E; }
span { border-color: rgb(85,72,158); }
td.TdClassName
{
border-color: #55489E;
}
.TagClassName
{
border-color: #55489E;
}
</style>