Shades of Jelly Bean #517D90
Tints of Jelly Bean #517D90
RGB
CMYK
RGB Variations
Color information
#517D90 (or 0x517D90) is known color: Jelly Bean. HEX triplet: 51, 7D and 90. RGB value is (81,125,144). Sum of RGB (Red+Green+Blue) = 81+125+144=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #517D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517D90 is #AE826F. Grayscale: #717171. Windows color (decimal): -11436656 or 9469265. OLE color: 9469265.
HSL color Cylindrical-coordinate representation of color #517D90: hue angle of 198.1º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #517D90 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 125 | 144 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.44 |
| HSL | 198.1º | 0.28% | 0.44% | - |
| HSV(B) | 198.1º | 0.44% | 0.56% | - |
| XYZ | 15.76 | 18.43 | 29.11 | - |
| YUV | 114.01 | 144.92 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 144 | 0.44 | 0.13 | 0 | 0.44 | 198.1 | 0.28 | 0.44 |
| Hex | 51 | 7D | 90 | 2C | D | 0 | 2C | C6 | 1C | 2C |
| Octal | 121 | 175 | 220 | 54 | 15 | 0 | 54 | 306 | 34 | 54 |
| Binary | 1010001 | 1111101 | 10010000 | 101100 | 1101 | 0 | 101100 | 11000110 | 11100 | 101100 |
Color Harmonies of #517D90
Complementary color
Monochromatic Colors of #517D90
Black with #517D90
Text Example
Text Example
White with #517D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517D90; }
p { color: rgb(81,125,144); }
H1.HeaderClassName
{
color: #517D90;
}
.AnyTagClassName
{
color: #517D90;
}
</style>
background-color css
<style>
a { background-color: #517D90; }
a { background-color: rgb(81,125,144); }
div.DivClassName
{
background-color: #517D90;
}
.BgClassName
{
background-color: #517D90;
}
</style>
border-color css
<style>
span { border-color: #517D90; }
span { border-color: rgb(81,125,144); }
td.TdClassName
{
border-color: #517D90;
}
.TagClassName
{
border-color: #517D90;
}
</style>