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