Shades of Jelly Bean #55798C
Tints of Jelly Bean #55798C
RGB
CMYK
RGB Variations
Color information
#55798C (or 0x55798C) is known color: Jelly Bean. HEX triplet: 55, 79 and 8C. RGB value is (85,121,140). Sum of RGB (Red+Green+Blue) = 85+121+140=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #55798C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55798C is #AA8673. Grayscale: #707070. Windows color (decimal): -11175540 or 9206101. OLE color: 9206101.
HSL color Cylindrical-coordinate representation of color #55798C: hue angle of 200.73º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55798C is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 121 | 140 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.45 |
| HSL | 200.73º | 0.24% | 0.44% | - |
| HSV(B) | 200.73º | 0.39% | 0.55% | - |
| XYZ | 15.32 | 17.5 | 27.38 | - |
| YUV | 112.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 121 | 140 | 0.39 | 0.14 | 0 | 0.45 | 200.73 | 0.24 | 0.44 |
| Hex | 55 | 79 | 8C | 27 | E | 0 | 2D | C9 | 18 | 2C |
| Octal | 125 | 171 | 214 | 47 | 16 | 0 | 55 | 311 | 30 | 54 |
| Binary | 1010101 | 1111001 | 10001100 | 100111 | 1110 | 0 | 101101 | 11001001 | 11000 | 101100 |
Color Harmonies of #55798C
Complementary color
Monochromatic Colors of #55798C
Black with #55798C
Text Example
Text Example
White with #55798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55798C; }
p { color: rgb(85,121,140); }
H1.HeaderClassName
{
color: #55798C;
}
.AnyTagClassName
{
color: #55798C;
}
</style>
background-color css
<style>
a { background-color: #55798C; }
a { background-color: rgb(85,121,140); }
div.DivClassName
{
background-color: #55798C;
}
.BgClassName
{
background-color: #55798C;
}
</style>
border-color css
<style>
span { border-color: #55798C; }
span { border-color: rgb(85,121,140); }
td.TdClassName
{
border-color: #55798C;
}
.TagClassName
{
border-color: #55798C;
}
</style>