Shades of Governor Bay #55548C
Tints of Governor Bay #55548C
RGB
CMYK
RGB Variations
Color information
#55548C (or 0x55548C) is known color: Governor Bay. HEX triplet: 55, 54 and 8C. RGB value is (85,84,140). Sum of RGB (Red+Green+Blue) = 85+84+140=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #55548C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55548C is #AAAB73. Grayscale: #5A5A5A. Windows color (decimal): -11185012 or 9196629. OLE color: 9196629.
HSL color Cylindrical-coordinate representation of color #55548C: hue angle of 241.07º 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 #55548C is Cyan = 0.39, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 84 | 140 | - |
| CMYK | 0.39 | 0.4 | 0 | 0.45 |
| HSL | 241.07º | 0.25% | 0.44% | - |
| HSV(B) | 241.07º | 0.4% | 0.55% | - |
| XYZ | 11.65 | 10.17 | 26.16 | - |
| YUV | 90.68 | 155.83 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 140 | 0.39 | 0.4 | 0 | 0.45 | 241.07 | 0.25 | 0.44 |
| Hex | 55 | 54 | 8C | 27 | 28 | 0 | 2D | F1 | 19 | 2C |
| Octal | 125 | 124 | 214 | 47 | 50 | 0 | 55 | 361 | 31 | 54 |
| Binary | 1010101 | 1010100 | 10001100 | 100111 | 101000 | 0 | 101101 | 11110001 | 11001 | 101100 |
Color Harmonies of #55548C
Complementary color
Monochromatic Colors of #55548C
Black with #55548C
Text Example
Text Example
White with #55548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55548C; }
p { color: rgb(85,84,140); }
H1.HeaderClassName
{
color: #55548C;
}
.AnyTagClassName
{
color: #55548C;
}
</style>
background-color css
<style>
a { background-color: #55548C; }
a { background-color: rgb(85,84,140); }
div.DivClassName
{
background-color: #55548C;
}
.BgClassName
{
background-color: #55548C;
}
</style>
border-color css
<style>
span { border-color: #55548C; }
span { border-color: rgb(85,84,140); }
td.TdClassName
{
border-color: #55548C;
}
.TagClassName
{
border-color: #55548C;
}
</style>