Shades of East Bay #55586E
Tints of East Bay #55586E
RGB
CMYK
RGB Variations
Color information
#55586E (or 0x55586E) is known color: East Bay. HEX triplet: 55, 58 and 6E. RGB value is (85,88,110). Sum of RGB (Red+Green+Blue) = 85+88+110=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 110 - color contains mainly: blue. Hex color #55586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55586E is #AAA791. Grayscale: #595959. Windows color (decimal): -11184018 or 7231573. OLE color: 7231573.
HSL color Cylindrical-coordinate representation of color #55586E: hue angle of 232.8º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #55586E is Cyan = 0.23, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 88 | 110 | - |
| CMYK | 0.23 | 0.2 | 0 | 0.57 |
| HSL | 232.8º | 0.13% | 0.38% | - |
| HSV(B) | 232.8º | 0.23% | 0.43% | - |
| XYZ | 10.05 | 10.04 | 16.16 | - |
| YUV | 89.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 110 | 0.23 | 0.2 | 0 | 0.57 | 232.8 | 0.13 | 0.38 |
| Hex | 55 | 58 | 6E | 17 | 14 | 0 | 39 | E9 | D | 26 |
| Octal | 125 | 130 | 156 | 27 | 24 | 0 | 71 | 351 | 15 | 46 |
| Binary | 1010101 | 1011000 | 1101110 | 10111 | 10100 | 0 | 111001 | 11101001 | 1101 | 100110 |
Color Harmonies of #55586E
Complementary color
Monochromatic Colors of #55586E
Black with #55586E
Text Example
Text Example
White with #55586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55586E; }
p { color: rgb(85,88,110); }
H1.HeaderClassName
{
color: #55586E;
}
.AnyTagClassName
{
color: #55586E;
}
</style>
background-color css
<style>
a { background-color: #55586E; }
a { background-color: rgb(85,88,110); }
div.DivClassName
{
background-color: #55586E;
}
.BgClassName
{
background-color: #55586E;
}
</style>
border-color css
<style>
span { border-color: #55586E; }
span { border-color: rgb(85,88,110); }
td.TdClassName
{
border-color: #55586E;
}
.TagClassName
{
border-color: #55586E;
}
</style>