Shades of Governor Bay #55529E
Tints of Governor Bay #55529E
RGB
CMYK
RGB Variations
Color information
#55529E (or 0x55529E) is known color: Governor Bay. HEX triplet: 55, 52 and 9E. RGB value is (85,82,158). Sum of RGB (Red+Green+Blue) = 85+82+158=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #55529E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55529E is #AAAD61. Grayscale: #5B5B5B. Windows color (decimal): -11185506 or 10375765. OLE color: 10375765.
HSL color Cylindrical-coordinate representation of color #55529E: hue angle of 242.37º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55529E is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 82 | 158 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.38 |
| HSL | 242.37º | 0.32% | 0.47% | - |
| HSV(B) | 242.37º | 0.48% | 0.62% | - |
| XYZ | 12.94 | 10.43 | 33.68 | - |
| YUV | 91.56 | 165.49 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 158 | 0.46 | 0.48 | 0 | 0.38 | 242.37 | 0.32 | 0.47 |
| Hex | 55 | 52 | 9E | 2E | 30 | 0 | 26 | F2 | 20 | 2F |
| Octal | 125 | 122 | 236 | 56 | 60 | 0 | 46 | 362 | 40 | 57 |
| Binary | 1010101 | 1010010 | 10011110 | 101110 | 110000 | 0 | 100110 | 11110010 | 100000 | 101111 |
Color Harmonies of #55529E
Complementary color
Monochromatic Colors of #55529E
Black with #55529E
Text Example
Text Example
White with #55529E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55529E; }
p { color: rgb(85,82,158); }
H1.HeaderClassName
{
color: #55529E;
}
.AnyTagClassName
{
color: #55529E;
}
</style>
background-color css
<style>
a { background-color: #55529E; }
a { background-color: rgb(85,82,158); }
div.DivClassName
{
background-color: #55529E;
}
.BgClassName
{
background-color: #55529E;
}
</style>
border-color css
<style>
span { border-color: #55529E; }
span { border-color: rgb(85,82,158); }
td.TdClassName
{
border-color: #55529E;
}
.TagClassName
{
border-color: #55529E;
}
</style>