Shades of Governor Bay #55599C
Tints of Governor Bay #55599C
RGB
CMYK
RGB Variations
Color information
#55599C (or 0x55599C) is known color: Governor Bay. HEX triplet: 55, 59 and 9C. RGB value is (85,89,156). Sum of RGB (Red+Green+Blue) = 85+89+156=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #55599C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55599C is #AAA663. Grayscale: #5F5F5F. Windows color (decimal): -11183716 or 10246485. OLE color: 10246485.
HSL color Cylindrical-coordinate representation of color #55599C: hue angle of 236.62º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55599C is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 89 | 156 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.39 |
| HSL | 236.62º | 0.29% | 0.47% | - |
| HSV(B) | 236.62º | 0.46% | 0.61% | - |
| XYZ | 13.32 | 11.48 | 32.97 | - |
| YUV | 95.44 | 162.17 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 156 | 0.46 | 0.43 | 0 | 0.39 | 236.62 | 0.29 | 0.47 |
| Hex | 55 | 59 | 9C | 2E | 2B | 0 | 27 | ED | 1D | 2F |
| Octal | 125 | 131 | 234 | 56 | 53 | 0 | 47 | 355 | 35 | 57 |
| Binary | 1010101 | 1011001 | 10011100 | 101110 | 101011 | 0 | 100111 | 11101101 | 11101 | 101111 |
Color Harmonies of #55599C
Complementary color
Monochromatic Colors of #55599C
Black with #55599C
Text Example
Text Example
White with #55599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55599C; }
p { color: rgb(85,89,156); }
H1.HeaderClassName
{
color: #55599C;
}
.AnyTagClassName
{
color: #55599C;
}
</style>
background-color css
<style>
a { background-color: #55599C; }
a { background-color: rgb(85,89,156); }
div.DivClassName
{
background-color: #55599C;
}
.BgClassName
{
background-color: #55599C;
}
</style>
border-color css
<style>
span { border-color: #55599C; }
span { border-color: rgb(85,89,156); }
td.TdClassName
{
border-color: #55599C;
}
.TagClassName
{
border-color: #55599C;
}
</style>