Shades of Jelly Bean #507D98
Tints of Jelly Bean #507D98
RGB
CMYK
RGB Variations
Color information
#507D98 (or 0x507D98) is known color: Jelly Bean. HEX triplet: 50, 7D and 98. RGB value is (80,125,152). Sum of RGB (Red+Green+Blue) = 80+125+152=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #507D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507D98 is #AF8267. Grayscale: #727272. Windows color (decimal): -11502184 or 9993552. OLE color: 9993552.
HSL color Cylindrical-coordinate representation of color #507D98: hue angle of 202.5º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #507D98 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 125 | 152 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.40 |
| HSL | 202.5º | 0.31% | 0.45% | - |
| HSV(B) | 202.5º | 0.47% | 0.6% | - |
| XYZ | 16.31 | 18.64 | 32.44 | - |
| YUV | 114.62 | 149.09 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 125 | 152 | 0.47 | 0.18 | 0 | 0.40 | 202.5 | 0.31 | 0.45 |
| Hex | 50 | 7D | 98 | 2F | 12 | 0 | 28 | CA | 1F | 2D |
| Octal | 120 | 175 | 230 | 57 | 22 | 0 | 50 | 312 | 37 | 55 |
| Binary | 1010000 | 1111101 | 10011000 | 101111 | 10010 | 0 | 101000 | 11001010 | 11111 | 101101 |
Color Harmonies of #507D98
Complementary color
Monochromatic Colors of #507D98
Black with #507D98
Text Example
Text Example
White with #507D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507D98; }
p { color: rgb(80,125,152); }
H1.HeaderClassName
{
color: #507D98;
}
.AnyTagClassName
{
color: #507D98;
}
</style>
background-color css
<style>
a { background-color: #507D98; }
a { background-color: rgb(80,125,152); }
div.DivClassName
{
background-color: #507D98;
}
.BgClassName
{
background-color: #507D98;
}
</style>
border-color css
<style>
span { border-color: #507D98; }
span { border-color: rgb(80,125,152); }
td.TdClassName
{
border-color: #507D98;
}
.TagClassName
{
border-color: #507D98;
}
</style>