Shades of Governor Bay #55589F
Tints of Governor Bay #55589F
RGB
CMYK
RGB Variations
Color information
#55589F (or 0x55589F) is known color: Governor Bay. HEX triplet: 55, 58 and 9F. RGB value is (85,88,159). Sum of RGB (Red+Green+Blue) = 85+88+159=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #55589F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55589F is #AAA760. Grayscale: #5E5E5E. Windows color (decimal): -11183969 or 10442837. OLE color: 10442837.
HSL color Cylindrical-coordinate representation of color #55589F: hue angle of 237.57º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55589F is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 88 | 159 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.38 |
| HSL | 237.57º | 0.3% | 0.48% | - |
| HSV(B) | 237.57º | 0.47% | 0.62% | - |
| XYZ | 13.49 | 11.41 | 34.29 | - |
| YUV | 95.2 | 164.01 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 159 | 0.47 | 0.45 | 0 | 0.38 | 237.57 | 0.3 | 0.48 |
| Hex | 55 | 58 | 9F | 2F | 2D | 0 | 26 | EE | 1E | 30 |
| Octal | 125 | 130 | 237 | 57 | 55 | 0 | 46 | 356 | 36 | 60 |
| Binary | 1010101 | 1011000 | 10011111 | 101111 | 101101 | 0 | 100110 | 11101110 | 11110 | 110000 |
Color Harmonies of #55589F
Complementary color
Monochromatic Colors of #55589F
Black with #55589F
Text Example
Text Example
White with #55589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55589F; }
p { color: rgb(85,88,159); }
H1.HeaderClassName
{
color: #55589F;
}
.AnyTagClassName
{
color: #55589F;
}
</style>
background-color css
<style>
a { background-color: #55589F; }
a { background-color: rgb(85,88,159); }
div.DivClassName
{
background-color: #55589F;
}
.BgClassName
{
background-color: #55589F;
}
</style>
border-color css
<style>
span { border-color: #55589F; }
span { border-color: rgb(85,88,159); }
td.TdClassName
{
border-color: #55589F;
}
.TagClassName
{
border-color: #55589F;
}
</style>