Shades of Jelly Bean #517A89
Tints of Jelly Bean #517A89
RGB
CMYK
RGB Variations
Color information
#517A89 (or 0x517A89) is known color: Jelly Bean. HEX triplet: 51, 7A and 89. RGB value is (81,122,137). Sum of RGB (Red+Green+Blue) = 81+122+137=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 137 - color contains mainly: blue. Hex color #517A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517A89 is #AE8576. Grayscale: #6F6F6F. Windows color (decimal): -11437431 or 9009745. OLE color: 9009745.
HSL color Cylindrical-coordinate representation of color #517A89: hue angle of 196.07º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #517A89 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 81 | 122 | 137 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.46 |
| HSL | 196.07º | 0.26% | 0.43% | - |
| HSV(B) | 196.07º | 0.41% | 0.54% | - |
| XYZ | 14.87 | 17.47 | 26.26 | - |
| YUV | 111.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 137 | 0.41 | 0.11 | 0 | 0.46 | 196.07 | 0.26 | 0.43 |
| Hex | 51 | 7A | 89 | 29 | B | 0 | 2E | C4 | 1A | 2B |
| Octal | 121 | 172 | 211 | 51 | 13 | 0 | 56 | 304 | 32 | 53 |
| Binary | 1010001 | 1111010 | 10001001 | 101001 | 1011 | 0 | 101110 | 11000100 | 11010 | 101011 |
Color Harmonies of #517A89
Complementary color
Monochromatic Colors of #517A89
Black with #517A89
Text Example
Text Example
White with #517A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517A89; }
p { color: rgb(81,122,137); }
H1.HeaderClassName
{
color: #517A89;
}
.AnyTagClassName
{
color: #517A89;
}
</style>
background-color css
<style>
a { background-color: #517A89; }
a { background-color: rgb(81,122,137); }
div.DivClassName
{
background-color: #517A89;
}
.BgClassName
{
background-color: #517A89;
}
</style>
border-color css
<style>
span { border-color: #517A89; }
span { border-color: rgb(81,122,137); }
td.TdClassName
{
border-color: #517A89;
}
.TagClassName
{
border-color: #517A89;
}
</style>