Shades of Governor Bay #55559C
Tints of Governor Bay #55559C
RGB
CMYK
RGB Variations
Color information
#55559C (or 0x55559C) is known color: Governor Bay. HEX triplet: 55, 55 and 9C. RGB value is (85,85,156). Sum of RGB (Red+Green+Blue) = 85+85+156=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #55559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55559C is #AAAA63. Grayscale: #5C5C5C. Windows color (decimal): -11184740 or 10245461. OLE color: 10245461.
HSL color Cylindrical-coordinate representation of color #55559C: 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.46%. Process color model (Four color, CMYK) of #55559C is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 85 | 156 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.39 |
| HSL | 240º | 0.29% | 0.47% | - |
| HSV(B) | 240º | 0.46% | 0.61% | - |
| XYZ | 13 | 10.83 | 32.86 | - |
| YUV | 93.09 | 163.5 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 156 | 0.46 | 0.46 | 0 | 0.39 | 240 | 0.29 | 0.47 |
| Hex | 55 | 55 | 9C | 2E | 2E | 0 | 27 | F0 | 1D | 2F |
| Octal | 125 | 125 | 234 | 56 | 56 | 0 | 47 | 360 | 35 | 57 |
| Binary | 1010101 | 1010101 | 10011100 | 101110 | 101110 | 0 | 100111 | 11110000 | 11101 | 101111 |
Color Harmonies of #55559C
Complementary color
Monochromatic Colors of #55559C
Black with #55559C
Text Example
Text Example
White with #55559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55559C; }
p { color: rgb(85,85,156); }
H1.HeaderClassName
{
color: #55559C;
}
.AnyTagClassName
{
color: #55559C;
}
</style>
background-color css
<style>
a { background-color: #55559C; }
a { background-color: rgb(85,85,156); }
div.DivClassName
{
background-color: #55559C;
}
.BgClassName
{
background-color: #55559C;
}
</style>
border-color css
<style>
span { border-color: #55559C; }
span { border-color: rgb(85,85,156); }
td.TdClassName
{
border-color: #55559C;
}
.TagClassName
{
border-color: #55559C;
}
</style>