Shades of Governor Bay #555588
Tints of Governor Bay #555588
RGB
CMYK
RGB Variations
Color information
#555588 (or 0x555588) is known color: Governor Bay. HEX triplet: 55, 55 and 88. RGB value is (85,85,136). Sum of RGB (Red+Green+Blue) = 85+85+136=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #555588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555588 is #AAAA77. Grayscale: #5A5A5A. Windows color (decimal): -11184760 or 8934741. OLE color: 8934741.
HSL color Cylindrical-coordinate representation of color #555588: hue angle of 240º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #555588 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 85 | 136 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.47 |
| HSL | 240º | 0.23% | 0.43% | - |
| HSV(B) | 240º | 0.38% | 0.53% | - |
| XYZ | 11.44 | 10.21 | 24.66 | - |
| YUV | 90.81 | 153.5 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 136 | 0.38 | 0.38 | 0 | 0.47 | 240 | 0.23 | 0.43 |
| Hex | 55 | 55 | 88 | 26 | 26 | 0 | 2F | F0 | 17 | 2B |
| Octal | 125 | 125 | 210 | 46 | 46 | 0 | 57 | 360 | 27 | 53 |
| Binary | 1010101 | 1010101 | 10001000 | 100110 | 100110 | 0 | 101111 | 11110000 | 10111 | 101011 |
Color Harmonies of #555588
Complementary color
Monochromatic Colors of #555588
Black with #555588
Text Example
Text Example
White with #555588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555588; }
p { color: rgb(85,85,136); }
H1.HeaderClassName
{
color: #555588;
}
.AnyTagClassName
{
color: #555588;
}
</style>
background-color css
<style>
a { background-color: #555588; }
a { background-color: rgb(85,85,136); }
div.DivClassName
{
background-color: #555588;
}
.BgClassName
{
background-color: #555588;
}
</style>
border-color css
<style>
span { border-color: #555588; }
span { border-color: rgb(85,85,136); }
td.TdClassName
{
border-color: #555588;
}
.TagClassName
{
border-color: #555588;
}
</style>