Shades of Jelly Bean #517686
Tints of Jelly Bean #517686
RGB
CMYK
RGB Variations
Color information
#517686 (or 0x517686) is known color: Jelly Bean. HEX triplet: 51, 76 and 86. RGB value is (81,118,134). Sum of RGB (Red+Green+Blue) = 81+118+134=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 134 - color contains mainly: blue. Hex color #517686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517686 is #AE8979. Grayscale: #6C6C6C. Windows color (decimal): -11438458 or 8812113. OLE color: 8812113.
HSL color Cylindrical-coordinate representation of color #517686: hue angle of 198.11º 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 #517686 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 118 | 134 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.47 |
| HSL | 198.11º | 0.25% | 0.42% | - |
| HSV(B) | 198.11º | 0.4% | 0.53% | - |
| XYZ | 14.17 | 16.43 | 24.98 | - |
| YUV | 108.76 | 142.24 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 118 | 134 | 0.40 | 0.12 | 0 | 0.47 | 198.11 | 0.25 | 0.42 |
| Hex | 51 | 76 | 86 | 28 | C | 0 | 2F | C6 | 19 | 2A |
| Octal | 121 | 166 | 206 | 50 | 14 | 0 | 57 | 306 | 31 | 52 |
| Binary | 1010001 | 1110110 | 10000110 | 101000 | 1100 | 0 | 101111 | 11000110 | 11001 | 101010 |
Color Harmonies of #517686
Complementary color
Monochromatic Colors of #517686
Black with #517686
Text Example
Text Example
White with #517686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517686; }
p { color: rgb(81,118,134); }
H1.HeaderClassName
{
color: #517686;
}
.AnyTagClassName
{
color: #517686;
}
</style>
background-color css
<style>
a { background-color: #517686; }
a { background-color: rgb(81,118,134); }
div.DivClassName
{
background-color: #517686;
}
.BgClassName
{
background-color: #517686;
}
</style>
border-color css
<style>
span { border-color: #517686; }
span { border-color: rgb(81,118,134); }
td.TdClassName
{
border-color: #517686;
}
.TagClassName
{
border-color: #517686;
}
</style>