Shades of Jelly Bean #55788D
Tints of Jelly Bean #55788D
RGB
CMYK
RGB Variations
Color information
#55788D (or 0x55788D) is known color: Jelly Bean. HEX triplet: 55, 78 and 8D. RGB value is (85,120,141). Sum of RGB (Red+Green+Blue) = 85+120+141=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #55788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55788D is #AA8772. Grayscale: #6F6F6F. Windows color (decimal): -11175795 or 9271381. OLE color: 9271381.
HSL color Cylindrical-coordinate representation of color #55788D: hue angle of 202.5º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55788D is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 120 | 141 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.45 |
| HSL | 202.5º | 0.25% | 0.44% | - |
| HSV(B) | 202.5º | 0.4% | 0.55% | - |
| XYZ | 15.27 | 17.29 | 27.73 | - |
| YUV | 111.93 | 144.4 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 120 | 141 | 0.40 | 0.15 | 0 | 0.45 | 202.5 | 0.25 | 0.44 |
| Hex | 55 | 78 | 8D | 28 | F | 0 | 2D | CA | 19 | 2C |
| Octal | 125 | 170 | 215 | 50 | 17 | 0 | 55 | 312 | 31 | 54 |
| Binary | 1010101 | 1111000 | 10001101 | 101000 | 1111 | 0 | 101101 | 11001010 | 11001 | 101100 |
Color Harmonies of #55788D
Complementary color
Monochromatic Colors of #55788D
Black with #55788D
Text Example
Text Example
White with #55788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55788D; }
p { color: rgb(85,120,141); }
H1.HeaderClassName
{
color: #55788D;
}
.AnyTagClassName
{
color: #55788D;
}
</style>
background-color css
<style>
a { background-color: #55788D; }
a { background-color: rgb(85,120,141); }
div.DivClassName
{
background-color: #55788D;
}
.BgClassName
{
background-color: #55788D;
}
</style>
border-color css
<style>
span { border-color: #55788D; }
span { border-color: rgb(85,120,141); }
td.TdClassName
{
border-color: #55788D;
}
.TagClassName
{
border-color: #55788D;
}
</style>