Shades of East Bay #55596B
Tints of East Bay #55596B
RGB
CMYK
RGB Variations
Color information
#55596B (or 0x55596B) is known color: East Bay. HEX triplet: 55, 59 and 6B. RGB value is (85,89,107). Sum of RGB (Red+Green+Blue) = 85+89+107=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 107 - color contains mainly: blue. Hex color #55596B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55596B is #AAA694. Grayscale: #595959. Windows color (decimal): -11183765 or 7035221. OLE color: 7035221.
HSL color Cylindrical-coordinate representation of color #55596B: hue angle of 229.09º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #55596B is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 89 | 107 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.58 |
| HSL | 229.09º | 0.11% | 0.38% | - |
| HSV(B) | 229.09º | 0.21% | 0.42% | - |
| XYZ | 9.97 | 10.14 | 15.34 | - |
| YUV | 89.86 | 137.67 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 107 | 0.21 | 0.17 | 0 | 0.58 | 229.09 | 0.11 | 0.38 |
| Hex | 55 | 59 | 6B | 15 | 11 | 0 | 3A | E5 | B | 26 |
| Octal | 125 | 131 | 153 | 25 | 21 | 0 | 72 | 345 | 13 | 46 |
| Binary | 1010101 | 1011001 | 1101011 | 10101 | 10001 | 0 | 111010 | 11100101 | 1011 | 100110 |
Color Harmonies of #55596B
Complementary color
Monochromatic Colors of #55596B
Black with #55596B
Text Example
Text Example
White with #55596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55596B; }
p { color: rgb(85,89,107); }
H1.HeaderClassName
{
color: #55596B;
}
.AnyTagClassName
{
color: #55596B;
}
</style>
background-color css
<style>
a { background-color: #55596B; }
a { background-color: rgb(85,89,107); }
div.DivClassName
{
background-color: #55596B;
}
.BgClassName
{
background-color: #55596B;
}
</style>
border-color css
<style>
span { border-color: #55596B; }
span { border-color: rgb(85,89,107); }
td.TdClassName
{
border-color: #55596B;
}
.TagClassName
{
border-color: #55596B;
}
</style>