Shades of Jelly Bean #507889
Tints of Jelly Bean #507889
RGB
CMYK
RGB Variations
Color information
#507889 (or 0x507889) is known color: Jelly Bean. HEX triplet: 50, 78 and 89. RGB value is (80,120,137). Sum of RGB (Red+Green+Blue) = 80+120+137=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 137 - color contains mainly: blue. Hex color #507889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507889 is #AF8776. Grayscale: #6D6D6D. Windows color (decimal): -11503479 or 9009232. OLE color: 9009232.
HSL color Cylindrical-coordinate representation of color #507889: hue angle of 197.89º 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 #507889 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 120 | 137 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.46 |
| HSL | 197.89º | 0.26% | 0.43% | - |
| HSV(B) | 197.89º | 0.42% | 0.54% | - |
| XYZ | 14.54 | 16.94 | 26.17 | - |
| YUV | 109.98 | 143.25 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 120 | 137 | 0.42 | 0.12 | 0 | 0.46 | 197.89 | 0.26 | 0.43 |
| Hex | 50 | 78 | 89 | 2A | C | 0 | 2E | C6 | 1A | 2B |
| Octal | 120 | 170 | 211 | 52 | 14 | 0 | 56 | 306 | 32 | 53 |
| Binary | 1010000 | 1111000 | 10001001 | 101010 | 1100 | 0 | 101110 | 11000110 | 11010 | 101011 |
Color Harmonies of #507889
Complementary color
Monochromatic Colors of #507889
Black with #507889
Text Example
Text Example
White with #507889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507889; }
p { color: rgb(80,120,137); }
H1.HeaderClassName
{
color: #507889;
}
.AnyTagClassName
{
color: #507889;
}
</style>
background-color css
<style>
a { background-color: #507889; }
a { background-color: rgb(80,120,137); }
div.DivClassName
{
background-color: #507889;
}
.BgClassName
{
background-color: #507889;
}
</style>
border-color css
<style>
span { border-color: #507889; }
span { border-color: rgb(80,120,137); }
td.TdClassName
{
border-color: #507889;
}
.TagClassName
{
border-color: #507889;
}
</style>