Shades of Governor Bay #55558E
Tints of Governor Bay #55558E
RGB
CMYK
RGB Variations
Color information
#55558E (or 0x55558E) is known color: Governor Bay. HEX triplet: 55, 55 and 8E. RGB value is (85,85,142). Sum of RGB (Red+Green+Blue) = 85+85+142=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #55558E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55558E is #AAAA71. Grayscale: #5B5B5B. Windows color (decimal): -11184754 or 9327957. OLE color: 9327957.
HSL color Cylindrical-coordinate representation of color #55558E: hue angle of 240º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55558E is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 85 | 142 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.44 |
| HSL | 240º | 0.25% | 0.45% | - |
| HSV(B) | 240º | 0.4% | 0.56% | - |
| XYZ | 11.88 | 10.38 | 26.97 | - |
| YUV | 91.5 | 156.5 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 142 | 0.40 | 0.40 | 0 | 0.44 | 240 | 0.25 | 0.45 |
| Hex | 55 | 55 | 8E | 28 | 28 | 0 | 2C | F0 | 19 | 2D |
| Octal | 125 | 125 | 216 | 50 | 50 | 0 | 54 | 360 | 31 | 55 |
| Binary | 1010101 | 1010101 | 10001110 | 101000 | 101000 | 0 | 101100 | 11110000 | 11001 | 101101 |
Color Harmonies of #55558E
Complementary color
Monochromatic Colors of #55558E
Black with #55558E
Text Example
Text Example
White with #55558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55558E; }
p { color: rgb(85,85,142); }
H1.HeaderClassName
{
color: #55558E;
}
.AnyTagClassName
{
color: #55558E;
}
</style>
background-color css
<style>
a { background-color: #55558E; }
a { background-color: rgb(85,85,142); }
div.DivClassName
{
background-color: #55558E;
}
.BgClassName
{
background-color: #55558E;
}
</style>
border-color css
<style>
span { border-color: #55558E; }
span { border-color: rgb(85,85,142); }
td.TdClassName
{
border-color: #55558E;
}
.TagClassName
{
border-color: #55558E;
}
</style>