Shades of Jelly Bean #507D89
Tints of Jelly Bean #507D89
RGB
CMYK
RGB Variations
Color information
#507D89 (or 0x507D89) is known color: Jelly Bean. HEX triplet: 50, 7D and 89. RGB value is (80,125,137). Sum of RGB (Red+Green+Blue) = 80+125+137=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #507D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507D89 is #AF8276. Grayscale: #707070. Windows color (decimal): -11502199 or 9010512. OLE color: 9010512.
HSL color Cylindrical-coordinate representation of color #507D89: hue angle of 192.63º 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 #507D89 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 125 | 137 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.46 |
| HSL | 192.63º | 0.26% | 0.43% | - |
| HSV(B) | 192.63º | 0.42% | 0.54% | - |
| XYZ | 15.16 | 18.18 | 26.38 | - |
| YUV | 112.91 | 141.59 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 125 | 137 | 0.42 | 0.09 | 0 | 0.46 | 192.63 | 0.26 | 0.43 |
| Hex | 50 | 7D | 89 | 2A | 9 | 0 | 2E | C1 | 1A | 2B |
| Octal | 120 | 175 | 211 | 52 | 11 | 0 | 56 | 301 | 32 | 53 |
| Binary | 1010000 | 1111101 | 10001001 | 101010 | 1001 | 0 | 101110 | 11000001 | 11010 | 101011 |
Color Harmonies of #507D89
Complementary color
Monochromatic Colors of #507D89
Black with #507D89
Text Example
Text Example
White with #507D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507D89; }
p { color: rgb(80,125,137); }
H1.HeaderClassName
{
color: #507D89;
}
.AnyTagClassName
{
color: #507D89;
}
</style>
background-color css
<style>
a { background-color: #507D89; }
a { background-color: rgb(80,125,137); }
div.DivClassName
{
background-color: #507D89;
}
.BgClassName
{
background-color: #507D89;
}
</style>
border-color css
<style>
span { border-color: #507D89; }
span { border-color: rgb(80,125,137); }
td.TdClassName
{
border-color: #507D89;
}
.TagClassName
{
border-color: #507D89;
}
</style>