Shades of Jelly Bean #50768A
Tints of Jelly Bean #50768A
RGB
CMYK
RGB Variations
Color information
#50768A (or 0x50768A) is known color: Jelly Bean. HEX triplet: 50, 76 and 8A. RGB value is (80,118,138). Sum of RGB (Red+Green+Blue) = 80+118+138=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 138 - color contains mainly: blue. Hex color #50768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50768A is #AF8975. Grayscale: #6C6C6C. Windows color (decimal): -11503990 or 9074256. OLE color: 9074256.
HSL color Cylindrical-coordinate representation of color #50768A: hue angle of 200.69º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50768A is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 118 | 138 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.46 |
| HSL | 200.69º | 0.27% | 0.43% | - |
| HSV(B) | 200.69º | 0.42% | 0.54% | - |
| XYZ | 14.37 | 16.5 | 26.47 | - |
| YUV | 108.92 | 144.41 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 138 | 0.42 | 0.14 | 0 | 0.46 | 200.69 | 0.27 | 0.43 |
| Hex | 50 | 76 | 8A | 2A | E | 0 | 2E | C9 | 1B | 2B |
| Octal | 120 | 166 | 212 | 52 | 16 | 0 | 56 | 311 | 33 | 53 |
| Binary | 1010000 | 1110110 | 10001010 | 101010 | 1110 | 0 | 101110 | 11001001 | 11011 | 101011 |
Color Harmonies of #50768A
Complementary color
Monochromatic Colors of #50768A
Black with #50768A
Text Example
Text Example
White with #50768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50768A; }
p { color: rgb(80,118,138); }
H1.HeaderClassName
{
color: #50768A;
}
.AnyTagClassName
{
color: #50768A;
}
</style>
background-color css
<style>
a { background-color: #50768A; }
a { background-color: rgb(80,118,138); }
div.DivClassName
{
background-color: #50768A;
}
.BgClassName
{
background-color: #50768A;
}
</style>
border-color css
<style>
span { border-color: #50768A; }
span { border-color: rgb(80,118,138); }
td.TdClassName
{
border-color: #50768A;
}
.TagClassName
{
border-color: #50768A;
}
</style>