Shades of Governor Bay #55559D
Tints of Governor Bay #55559D
RGB
CMYK
RGB Variations
Color information
#55559D (or 0x55559D) is known color: Governor Bay. HEX triplet: 55, 55 and 9D. RGB value is (85,85,157). Sum of RGB (Red+Green+Blue) = 85+85+157=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #55559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55559D is #AAAA62. Grayscale: #5C5C5C. Windows color (decimal): -11184739 or 10310997. OLE color: 10310997.
HSL color Cylindrical-coordinate representation of color #55559D: hue angle of 240º 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 #55559D is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 85 | 157 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.38 |
| HSL | 240º | 0.3% | 0.47% | - |
| HSV(B) | 240º | 0.46% | 0.62% | - |
| XYZ | 13.08 | 10.86 | 33.31 | - |
| YUV | 93.21 | 164 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 157 | 0.46 | 0.46 | 0 | 0.38 | 240 | 0.3 | 0.47 |
| Hex | 55 | 55 | 9D | 2E | 2E | 0 | 26 | F0 | 1E | 2F |
| Octal | 125 | 125 | 235 | 56 | 56 | 0 | 46 | 360 | 36 | 57 |
| Binary | 1010101 | 1010101 | 10011101 | 101110 | 101110 | 0 | 100110 | 11110000 | 11110 | 101111 |
Color Harmonies of #55559D
Complementary color
Monochromatic Colors of #55559D
Black with #55559D
Text Example
Text Example
White with #55559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55559D; }
p { color: rgb(85,85,157); }
H1.HeaderClassName
{
color: #55559D;
}
.AnyTagClassName
{
color: #55559D;
}
</style>
background-color css
<style>
a { background-color: #55559D; }
a { background-color: rgb(85,85,157); }
div.DivClassName
{
background-color: #55559D;
}
.BgClassName
{
background-color: #55559D;
}
</style>
border-color css
<style>
span { border-color: #55559D; }
span { border-color: rgb(85,85,157); }
td.TdClassName
{
border-color: #55559D;
}
.TagClassName
{
border-color: #55559D;
}
</style>