Shades of Jelly Bean #517C89
Tints of Jelly Bean #517C89
RGB
CMYK
RGB Variations
Color information
#517C89 (or 0x517C89) is known color: Jelly Bean. HEX triplet: 51, 7C and 89. RGB value is (81,124,137). Sum of RGB (Red+Green+Blue) = 81+124+137=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 124 (48.83% from 255 or 36.26% 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 #517C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517C89 is #AE8376. Grayscale: #707070. Windows color (decimal): -11436919 or 9010257. OLE color: 9010257.
HSL color Cylindrical-coordinate representation of color #517C89: hue angle of 193.93º 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 #517C89 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 81 | 124 | 137 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.46 |
| HSL | 193.93º | 0.26% | 0.43% | - |
| HSV(B) | 193.93º | 0.41% | 0.54% | - |
| XYZ | 15.12 | 17.97 | 26.34 | - |
| YUV | 112.63 | 141.75 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 124 | 137 | 0.41 | 0.09 | 0 | 0.46 | 193.93 | 0.26 | 0.43 |
| Hex | 51 | 7C | 89 | 29 | 9 | 0 | 2E | C2 | 1A | 2B |
| Octal | 121 | 174 | 211 | 51 | 11 | 0 | 56 | 302 | 32 | 53 |
| Binary | 1010001 | 1111100 | 10001001 | 101001 | 1001 | 0 | 101110 | 11000010 | 11010 | 101011 |
Color Harmonies of #517C89
Complementary color
Monochromatic Colors of #517C89
Black with #517C89
Text Example
Text Example
White with #517C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517C89; }
p { color: rgb(81,124,137); }
H1.HeaderClassName
{
color: #517C89;
}
.AnyTagClassName
{
color: #517C89;
}
</style>
background-color css
<style>
a { background-color: #517C89; }
a { background-color: rgb(81,124,137); }
div.DivClassName
{
background-color: #517C89;
}
.BgClassName
{
background-color: #517C89;
}
</style>
border-color css
<style>
span { border-color: #517C89; }
span { border-color: rgb(81,124,137); }
td.TdClassName
{
border-color: #517C89;
}
.TagClassName
{
border-color: #517C89;
}
</style>