Shades of Jelly Bean #50798C
Tints of Jelly Bean #50798C
RGB
CMYK
RGB Variations
Color information
#50798C (or 0x50798C) is known color: Jelly Bean. HEX triplet: 50, 79 and 8C. RGB value is (80,121,140). Sum of RGB (Red+Green+Blue) = 80+121+140=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #50798C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50798C is #AF8673. Grayscale: #6E6E6E. Windows color (decimal): -11503220 or 9206096. OLE color: 9206096.
HSL color Cylindrical-coordinate representation of color #50798C: hue angle of 199º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50798C is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 121 | 140 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.45 |
| HSL | 199º | 0.27% | 0.43% | - |
| HSV(B) | 199º | 0.43% | 0.55% | - |
| XYZ | 14.88 | 17.27 | 27.36 | - |
| YUV | 110.91 | 144.42 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 121 | 140 | 0.43 | 0.14 | 0 | 0.45 | 199 | 0.27 | 0.43 |
| Hex | 50 | 79 | 8C | 2B | E | 0 | 2D | C7 | 1B | 2B |
| Octal | 120 | 171 | 214 | 53 | 16 | 0 | 55 | 307 | 33 | 53 |
| Binary | 1010000 | 1111001 | 10001100 | 101011 | 1110 | 0 | 101101 | 11000111 | 11011 | 101011 |
Color Harmonies of #50798C
Complementary color
Monochromatic Colors of #50798C
Black with #50798C
Text Example
Text Example
White with #50798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50798C; }
p { color: rgb(80,121,140); }
H1.HeaderClassName
{
color: #50798C;
}
.AnyTagClassName
{
color: #50798C;
}
</style>
background-color css
<style>
a { background-color: #50798C; }
a { background-color: rgb(80,121,140); }
div.DivClassName
{
background-color: #50798C;
}
.BgClassName
{
background-color: #50798C;
}
</style>
border-color css
<style>
span { border-color: #50798C; }
span { border-color: rgb(80,121,140); }
td.TdClassName
{
border-color: #50798C;
}
.TagClassName
{
border-color: #50798C;
}
</style>