Shades of Governor Bay #55568C
Tints of Governor Bay #55568C
RGB
CMYK
RGB Variations
Color information
#55568C (or 0x55568C) is known color: Governor Bay. HEX triplet: 55, 56 and 8C. RGB value is (85,86,140). Sum of RGB (Red+Green+Blue) = 85+86+140=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #55568C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55568C is #AAA973. Grayscale: #5B5B5B. Windows color (decimal): -11184500 or 9197141. OLE color: 9197141.
HSL color Cylindrical-coordinate representation of color #55568C: hue angle of 238.91º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55568C is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 86 | 140 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.45 |
| HSL | 238.91º | 0.24% | 0.44% | - |
| HSV(B) | 238.91º | 0.39% | 0.55% | - |
| XYZ | 11.81 | 10.48 | 26.21 | - |
| YUV | 91.86 | 155.17 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 140 | 0.39 | 0.39 | 0 | 0.45 | 238.91 | 0.24 | 0.44 |
| Hex | 55 | 56 | 8C | 27 | 27 | 0 | 2D | EF | 18 | 2C |
| Octal | 125 | 126 | 214 | 47 | 47 | 0 | 55 | 357 | 30 | 54 |
| Binary | 1010101 | 1010110 | 10001100 | 100111 | 100111 | 0 | 101101 | 11101111 | 11000 | 101100 |
Color Harmonies of #55568C
Complementary color
Monochromatic Colors of #55568C
Black with #55568C
Text Example
Text Example
White with #55568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55568C; }
p { color: rgb(85,86,140); }
H1.HeaderClassName
{
color: #55568C;
}
.AnyTagClassName
{
color: #55568C;
}
</style>
background-color css
<style>
a { background-color: #55568C; }
a { background-color: rgb(85,86,140); }
div.DivClassName
{
background-color: #55568C;
}
.BgClassName
{
background-color: #55568C;
}
</style>
border-color css
<style>
span { border-color: #55568C; }
span { border-color: rgb(85,86,140); }
td.TdClassName
{
border-color: #55568C;
}
.TagClassName
{
border-color: #55568C;
}
</style>