Shades of Jelly Bean #50798E
Tints of Jelly Bean #50798E
RGB
CMYK
RGB Variations
Color information
#50798E (or 0x50798E) is known color: Jelly Bean. HEX triplet: 50, 79 and 8E. RGB value is (80,121,142). Sum of RGB (Red+Green+Blue) = 80+121+142=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 142 - color contains mainly: blue. Hex color #50798E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50798E is #AF8671. Grayscale: #6F6F6F. Windows color (decimal): -11503218 or 9337168. OLE color: 9337168.
HSL color Cylindrical-coordinate representation of color #50798E: hue angle of 200.32º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50798E is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 121 | 142 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.44 |
| HSL | 200.32º | 0.28% | 0.44% | - |
| HSV(B) | 200.32º | 0.44% | 0.56% | - |
| XYZ | 15.03 | 17.33 | 28.14 | - |
| YUV | 111.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 121 | 142 | 0.44 | 0.15 | 0 | 0.44 | 200.32 | 0.28 | 0.44 |
| Hex | 50 | 79 | 8E | 2C | F | 0 | 2C | C8 | 1C | 2C |
| Octal | 120 | 171 | 216 | 54 | 17 | 0 | 54 | 310 | 34 | 54 |
| Binary | 1010000 | 1111001 | 10001110 | 101100 | 1111 | 0 | 101100 | 11001000 | 11100 | 101100 |
Color Harmonies of #50798E
Complementary color
Monochromatic Colors of #50798E
Black with #50798E
Text Example
Text Example
White with #50798E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50798E; }
p { color: rgb(80,121,142); }
H1.HeaderClassName
{
color: #50798E;
}
.AnyTagClassName
{
color: #50798E;
}
</style>
background-color css
<style>
a { background-color: #50798E; }
a { background-color: rgb(80,121,142); }
div.DivClassName
{
background-color: #50798E;
}
.BgClassName
{
background-color: #50798E;
}
</style>
border-color css
<style>
span { border-color: #50798E; }
span { border-color: rgb(80,121,142); }
td.TdClassName
{
border-color: #50798E;
}
.TagClassName
{
border-color: #50798E;
}
</style>