Shades of Jelly Bean #507789
Tints of Jelly Bean #507789
RGB
CMYK
RGB Variations
Color information
#507789 (or 0x507789) is known color: Jelly Bean. HEX triplet: 50, 77 and 89. RGB value is (80,119,137). Sum of RGB (Red+Green+Blue) = 80+119+137=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #507789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507789 is #AF8876. Grayscale: #6D6D6D. Windows color (decimal): -11503735 or 9008976. OLE color: 9008976.
HSL color Cylindrical-coordinate representation of color #507789: hue angle of 198.95º degrees, saturation: 0.26, 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 #507789 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 119 | 137 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.46 |
| HSL | 198.95º | 0.26% | 0.43% | - |
| HSV(B) | 198.95º | 0.42% | 0.54% | - |
| XYZ | 14.42 | 16.71 | 26.13 | - |
| YUV | 109.39 | 143.58 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 119 | 137 | 0.42 | 0.13 | 0 | 0.46 | 198.95 | 0.26 | 0.43 |
| Hex | 50 | 77 | 89 | 2A | D | 0 | 2E | C7 | 1A | 2B |
| Octal | 120 | 167 | 211 | 52 | 15 | 0 | 56 | 307 | 32 | 53 |
| Binary | 1010000 | 1110111 | 10001001 | 101010 | 1101 | 0 | 101110 | 11000111 | 11010 | 101011 |
Color Harmonies of #507789
Complementary color
Monochromatic Colors of #507789
Black with #507789
Text Example
Text Example
White with #507789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507789; }
p { color: rgb(80,119,137); }
H1.HeaderClassName
{
color: #507789;
}
.AnyTagClassName
{
color: #507789;
}
</style>
background-color css
<style>
a { background-color: #507789; }
a { background-color: rgb(80,119,137); }
div.DivClassName
{
background-color: #507789;
}
.BgClassName
{
background-color: #507789;
}
</style>
border-color css
<style>
span { border-color: #507789; }
span { border-color: rgb(80,119,137); }
td.TdClassName
{
border-color: #507789;
}
.TagClassName
{
border-color: #507789;
}
</style>