Shades of Jelly Bean #517890
Tints of Jelly Bean #517890
RGB
CMYK
RGB Variations
Color information
#517890 (or 0x517890) is known color: Jelly Bean. HEX triplet: 51, 78 and 90. RGB value is (81,120,144). Sum of RGB (Red+Green+Blue) = 81+120+144=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #517890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517890 is #AE876F. Grayscale: #6E6E6E. Windows color (decimal): -11437936 or 9467985. OLE color: 9467985.
HSL color Cylindrical-coordinate representation of color #517890: hue angle of 202.86º 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 #517890 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 120 | 144 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.44 |
| HSL | 202.86º | 0.28% | 0.44% | - |
| HSV(B) | 202.86º | 0.44% | 0.56% | - |
| XYZ | 15.14 | 17.2 | 28.91 | - |
| YUV | 111.08 | 146.58 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 120 | 144 | 0.44 | 0.17 | 0 | 0.44 | 202.86 | 0.28 | 0.44 |
| Hex | 51 | 78 | 90 | 2C | 11 | 0 | 2C | CB | 1C | 2C |
| Octal | 121 | 170 | 220 | 54 | 21 | 0 | 54 | 313 | 34 | 54 |
| Binary | 1010001 | 1111000 | 10010000 | 101100 | 10001 | 0 | 101100 | 11001011 | 11100 | 101100 |
Color Harmonies of #517890
Complementary color
Monochromatic Colors of #517890
Black with #517890
Text Example
Text Example
White with #517890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517890; }
p { color: rgb(81,120,144); }
H1.HeaderClassName
{
color: #517890;
}
.AnyTagClassName
{
color: #517890;
}
</style>
background-color css
<style>
a { background-color: #517890; }
a { background-color: rgb(81,120,144); }
div.DivClassName
{
background-color: #517890;
}
.BgClassName
{
background-color: #517890;
}
</style>
border-color css
<style>
span { border-color: #517890; }
span { border-color: rgb(81,120,144); }
td.TdClassName
{
border-color: #517890;
}
.TagClassName
{
border-color: #517890;
}
</style>