Shades of Governor Bay #55579E
Tints of Governor Bay #55579E
RGB
CMYK
RGB Variations
Color information
#55579E (or 0x55579E) is known color: Governor Bay. HEX triplet: 55, 57 and 9E. RGB value is (85,87,158). Sum of RGB (Red+Green+Blue) = 85+87+158=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #55579E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55579E is #AAA861. Grayscale: #5E5E5E. Windows color (decimal): -11184226 or 10377045. OLE color: 10377045.
HSL color Cylindrical-coordinate representation of color #55579E: hue angle of 238.36º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55579E is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 87 | 158 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.38 |
| HSL | 238.36º | 0.3% | 0.48% | - |
| HSV(B) | 238.36º | 0.46% | 0.62% | - |
| XYZ | 13.33 | 11.22 | 33.81 | - |
| YUV | 94.5 | 163.84 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 158 | 0.46 | 0.45 | 0 | 0.38 | 238.36 | 0.3 | 0.48 |
| Hex | 55 | 57 | 9E | 2E | 2D | 0 | 26 | EE | 1E | 30 |
| Octal | 125 | 127 | 236 | 56 | 55 | 0 | 46 | 356 | 36 | 60 |
| Binary | 1010101 | 1010111 | 10011110 | 101110 | 101101 | 0 | 100110 | 11101110 | 11110 | 110000 |
Color Harmonies of #55579E
Complementary color
Monochromatic Colors of #55579E
Black with #55579E
Text Example
Text Example
White with #55579E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55579E; }
p { color: rgb(85,87,158); }
H1.HeaderClassName
{
color: #55579E;
}
.AnyTagClassName
{
color: #55579E;
}
</style>
background-color css
<style>
a { background-color: #55579E; }
a { background-color: rgb(85,87,158); }
div.DivClassName
{
background-color: #55579E;
}
.BgClassName
{
background-color: #55579E;
}
</style>
border-color css
<style>
span { border-color: #55579E; }
span { border-color: rgb(85,87,158); }
td.TdClassName
{
border-color: #55579E;
}
.TagClassName
{
border-color: #55579E;
}
</style>