Shades of Jelly Bean #507E91
Tints of Jelly Bean #507E91
RGB
CMYK
RGB Variations
Color information
#507E91 (or 0x507E91) is known color: Jelly Bean. HEX triplet: 50, 7E and 91. RGB value is (80,126,145). Sum of RGB (Red+Green+Blue) = 80+126+145=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 145 - color contains mainly: blue. Hex color #507E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507E91 is #AF816E. Grayscale: #727272. Windows color (decimal): -11501935 or 9535056. OLE color: 9535056.
HSL color Cylindrical-coordinate representation of color #507E91: hue angle of 197.54º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #507E91 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 126 | 145 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.43 |
| HSL | 197.54º | 0.29% | 0.44% | - |
| HSV(B) | 197.54º | 0.45% | 0.57% | - |
| XYZ | 15.88 | 18.67 | 29.56 | - |
| YUV | 114.41 | 145.26 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 126 | 145 | 0.45 | 0.13 | 0 | 0.43 | 197.54 | 0.29 | 0.44 |
| Hex | 50 | 7E | 91 | 2D | D | 0 | 2B | C6 | 1D | 2C |
| Octal | 120 | 176 | 221 | 55 | 15 | 0 | 53 | 306 | 35 | 54 |
| Binary | 1010000 | 1111110 | 10010001 | 101101 | 1101 | 0 | 101011 | 11000110 | 11101 | 101100 |
Color Harmonies of #507E91
Complementary color
Monochromatic Colors of #507E91
Black with #507E91
Text Example
Text Example
White with #507E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507E91; }
p { color: rgb(80,126,145); }
H1.HeaderClassName
{
color: #507E91;
}
.AnyTagClassName
{
color: #507E91;
}
</style>
background-color css
<style>
a { background-color: #507E91; }
a { background-color: rgb(80,126,145); }
div.DivClassName
{
background-color: #507E91;
}
.BgClassName
{
background-color: #507E91;
}
</style>
border-color css
<style>
span { border-color: #507E91; }
span { border-color: rgb(80,126,145); }
td.TdClassName
{
border-color: #507E91;
}
.TagClassName
{
border-color: #507E91;
}
</style>