Shades of Governor Bay #55559B
Tints of Governor Bay #55559B
RGB
CMYK
RGB Variations
Color information
#55559B (or 0x55559B) is known color: Governor Bay. HEX triplet: 55, 55 and 9B. RGB value is (85,85,155). Sum of RGB (Red+Green+Blue) = 85+85+155=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #55559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55559B is #AAAA64. Grayscale: #5C5C5C. Windows color (decimal): -11184741 or 10179925. OLE color: 10179925.
HSL color Cylindrical-coordinate representation of color #55559B: hue angle of 240º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55559B is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 85 | 155 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.39 |
| HSL | 240º | 0.29% | 0.47% | - |
| HSV(B) | 240º | 0.45% | 0.61% | - |
| XYZ | 12.91 | 10.79 | 32.41 | - |
| YUV | 92.98 | 163 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 155 | 0.45 | 0.45 | 0 | 0.39 | 240 | 0.29 | 0.47 |
| Hex | 55 | 55 | 9B | 2D | 2D | 0 | 27 | F0 | 1D | 2F |
| Octal | 125 | 125 | 233 | 55 | 55 | 0 | 47 | 360 | 35 | 57 |
| Binary | 1010101 | 1010101 | 10011011 | 101101 | 101101 | 0 | 100111 | 11110000 | 11101 | 101111 |
Color Harmonies of #55559B
Complementary color
Monochromatic Colors of #55559B
Black with #55559B
Text Example
Text Example
White with #55559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55559B; }
p { color: rgb(85,85,155); }
H1.HeaderClassName
{
color: #55559B;
}
.AnyTagClassName
{
color: #55559B;
}
</style>
background-color css
<style>
a { background-color: #55559B; }
a { background-color: rgb(85,85,155); }
div.DivClassName
{
background-color: #55559B;
}
.BgClassName
{
background-color: #55559B;
}
</style>
border-color css
<style>
span { border-color: #55559B; }
span { border-color: rgb(85,85,155); }
td.TdClassName
{
border-color: #55559B;
}
.TagClassName
{
border-color: #55559B;
}
</style>