Shades of Jelly Bean #517A96
Tints of Jelly Bean #517A96
RGB
CMYK
RGB Variations
Color information
#517A96 (or 0x517A96) is known color: Jelly Bean. HEX triplet: 51, 7A and 96. RGB value is (81,122,150). Sum of RGB (Red+Green+Blue) = 81+122+150=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #517A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517A96 is #AE8569. Grayscale: #707070. Windows color (decimal): -11437418 or 9861713. OLE color: 9861713.
HSL color Cylindrical-coordinate representation of color #517A96: hue angle of 204.35º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #517A96 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 122 | 150 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.41 |
| HSL | 204.35º | 0.3% | 0.45% | - |
| HSV(B) | 204.35º | 0.46% | 0.59% | - |
| XYZ | 15.86 | 17.87 | 31.47 | - |
| YUV | 112.93 | 148.92 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 150 | 0.46 | 0.19 | 0 | 0.41 | 204.35 | 0.3 | 0.45 |
| Hex | 51 | 7A | 96 | 2E | 13 | 0 | 29 | CC | 1E | 2D |
| Octal | 121 | 172 | 226 | 56 | 23 | 0 | 51 | 314 | 36 | 55 |
| Binary | 1010001 | 1111010 | 10010110 | 101110 | 10011 | 0 | 101001 | 11001100 | 11110 | 101101 |
Color Harmonies of #517A96
Complementary color
Monochromatic Colors of #517A96
Black with #517A96
Text Example
Text Example
White with #517A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517A96; }
p { color: rgb(81,122,150); }
H1.HeaderClassName
{
color: #517A96;
}
.AnyTagClassName
{
color: #517A96;
}
</style>
background-color css
<style>
a { background-color: #517A96; }
a { background-color: rgb(81,122,150); }
div.DivClassName
{
background-color: #517A96;
}
.BgClassName
{
background-color: #517A96;
}
</style>
border-color css
<style>
span { border-color: #517A96; }
span { border-color: rgb(81,122,150); }
td.TdClassName
{
border-color: #517A96;
}
.TagClassName
{
border-color: #517A96;
}
</style>