Shades of Governor Bay #55568D
Tints of Governor Bay #55568D
RGB
CMYK
RGB Variations
Color information
#55568D (or 0x55568D) is known color: Governor Bay. HEX triplet: 55, 56 and 8D. RGB value is (85,86,141). Sum of RGB (Red+Green+Blue) = 85+86+141=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #55568D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55568D is #AAA972. Grayscale: #5B5B5B. Windows color (decimal): -11184499 or 9262677. OLE color: 9262677.
HSL color Cylindrical-coordinate representation of color #55568D: hue angle of 238.93º 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 #55568D is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 86 | 141 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.45 |
| HSL | 238.93º | 0.25% | 0.44% | - |
| HSV(B) | 238.93º | 0.4% | 0.55% | - |
| XYZ | 11.88 | 10.51 | 26.6 | - |
| YUV | 91.97 | 155.67 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 141 | 0.40 | 0.39 | 0 | 0.45 | 238.93 | 0.25 | 0.44 |
| Hex | 55 | 56 | 8D | 28 | 27 | 0 | 2D | EF | 19 | 2C |
| Octal | 125 | 126 | 215 | 50 | 47 | 0 | 55 | 357 | 31 | 54 |
| Binary | 1010101 | 1010110 | 10001101 | 101000 | 100111 | 0 | 101101 | 11101111 | 11001 | 101100 |
Color Harmonies of #55568D
Complementary color
Monochromatic Colors of #55568D
Black with #55568D
Text Example
Text Example
White with #55568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55568D; }
p { color: rgb(85,86,141); }
H1.HeaderClassName
{
color: #55568D;
}
.AnyTagClassName
{
color: #55568D;
}
</style>
background-color css
<style>
a { background-color: #55568D; }
a { background-color: rgb(85,86,141); }
div.DivClassName
{
background-color: #55568D;
}
.BgClassName
{
background-color: #55568D;
}
</style>
border-color css
<style>
span { border-color: #55568D; }
span { border-color: rgb(85,86,141); }
td.TdClassName
{
border-color: #55568D;
}
.TagClassName
{
border-color: #55568D;
}
</style>