Shades of Governor Bay #55549D
Tints of Governor Bay #55549D
RGB
CMYK
RGB Variations
Color information
#55549D (or 0x55549D) is known color: Governor Bay. HEX triplet: 55, 54 and 9D. RGB value is (85,84,157). Sum of RGB (Red+Green+Blue) = 85+84+157=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #55549D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55549D is #AAAB62. Grayscale: #5C5C5C. Windows color (decimal): -11184995 or 10310741. OLE color: 10310741.
HSL color Cylindrical-coordinate representation of color #55549D: hue angle of 240.82º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55549D is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 84 | 157 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.38 |
| HSL | 240.82º | 0.3% | 0.47% | - |
| HSV(B) | 240.82º | 0.46% | 0.62% | - |
| XYZ | 13 | 10.71 | 33.28 | - |
| YUV | 92.62 | 164.33 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 157 | 0.46 | 0.46 | 0 | 0.38 | 240.82 | 0.3 | 0.47 |
| Hex | 55 | 54 | 9D | 2E | 2E | 0 | 26 | F1 | 1E | 2F |
| Octal | 125 | 124 | 235 | 56 | 56 | 0 | 46 | 361 | 36 | 57 |
| Binary | 1010101 | 1010100 | 10011101 | 101110 | 101110 | 0 | 100110 | 11110001 | 11110 | 101111 |
Color Harmonies of #55549D
Complementary color
Monochromatic Colors of #55549D
Black with #55549D
Text Example
Text Example
White with #55549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55549D; }
p { color: rgb(85,84,157); }
H1.HeaderClassName
{
color: #55549D;
}
.AnyTagClassName
{
color: #55549D;
}
</style>
background-color css
<style>
a { background-color: #55549D; }
a { background-color: rgb(85,84,157); }
div.DivClassName
{
background-color: #55549D;
}
.BgClassName
{
background-color: #55549D;
}
</style>
border-color css
<style>
span { border-color: #55549D; }
span { border-color: rgb(85,84,157); }
td.TdClassName
{
border-color: #55549D;
}
.TagClassName
{
border-color: #55549D;
}
</style>