Shades of Jelly Bean #507686
Tints of Jelly Bean #507686
RGB
CMYK
RGB Variations
Color information
#507686 (or 0x507686) is known color: Jelly Bean. HEX triplet: 50, 76 and 86. RGB value is (80,118,134). Sum of RGB (Red+Green+Blue) = 80+118+134=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 134 - color contains mainly: blue. Hex color #507686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507686 is #AF8979. Grayscale: #6C6C6C. Windows color (decimal): -11503994 or 8812112. OLE color: 8812112.
HSL color Cylindrical-coordinate representation of color #507686: hue angle of 197.78º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #507686 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 118 | 134 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.47 |
| HSL | 197.78º | 0.25% | 0.42% | - |
| HSV(B) | 197.78º | 0.4% | 0.53% | - |
| XYZ | 14.09 | 16.38 | 24.97 | - |
| YUV | 108.46 | 142.41 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 134 | 0.40 | 0.12 | 0 | 0.47 | 197.78 | 0.25 | 0.42 |
| Hex | 50 | 76 | 86 | 28 | C | 0 | 2F | C6 | 19 | 2A |
| Octal | 120 | 166 | 206 | 50 | 14 | 0 | 57 | 306 | 31 | 52 |
| Binary | 1010000 | 1110110 | 10000110 | 101000 | 1100 | 0 | 101111 | 11000110 | 11001 | 101010 |
Color Harmonies of #507686
Complementary color
Monochromatic Colors of #507686
Black with #507686
Text Example
Text Example
White with #507686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507686; }
p { color: rgb(80,118,134); }
H1.HeaderClassName
{
color: #507686;
}
.AnyTagClassName
{
color: #507686;
}
</style>
background-color css
<style>
a { background-color: #507686; }
a { background-color: rgb(80,118,134); }
div.DivClassName
{
background-color: #507686;
}
.BgClassName
{
background-color: #507686;
}
</style>
border-color css
<style>
span { border-color: #507686; }
span { border-color: rgb(80,118,134); }
td.TdClassName
{
border-color: #507686;
}
.TagClassName
{
border-color: #507686;
}
</style>