Shades of Jelly Bean #507C96
Tints of Jelly Bean #507C96
RGB
CMYK
RGB Variations
Color information
#507C96 (or 0x507C96) is known color: Jelly Bean. HEX triplet: 50, 7C and 96. RGB value is (80,124,150). Sum of RGB (Red+Green+Blue) = 80+124+150=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 150 - color contains mainly: blue. Hex color #507C96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507C96 is #AF8369. Grayscale: #717171. Windows color (decimal): -11502442 or 9862224. OLE color: 9862224.
HSL color Cylindrical-coordinate representation of color #507C96: hue angle of 202.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #507C96 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 124 | 150 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.41 |
| HSL | 202.29º | 0.3% | 0.45% | - |
| HSV(B) | 202.29º | 0.47% | 0.59% | - |
| XYZ | 16.02 | 18.32 | 31.55 | - |
| YUV | 113.81 | 148.42 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 150 | 0.47 | 0.17 | 0 | 0.41 | 202.29 | 0.3 | 0.45 |
| Hex | 50 | 7C | 96 | 2F | 11 | 0 | 29 | CA | 1E | 2D |
| Octal | 120 | 174 | 226 | 57 | 21 | 0 | 51 | 312 | 36 | 55 |
| Binary | 1010000 | 1111100 | 10010110 | 101111 | 10001 | 0 | 101001 | 11001010 | 11110 | 101101 |
Color Harmonies of #507C96
Complementary color
Monochromatic Colors of #507C96
Black with #507C96
Text Example
Text Example
White with #507C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507C96; }
p { color: rgb(80,124,150); }
H1.HeaderClassName
{
color: #507C96;
}
.AnyTagClassName
{
color: #507C96;
}
</style>
background-color css
<style>
a { background-color: #507C96; }
a { background-color: rgb(80,124,150); }
div.DivClassName
{
background-color: #507C96;
}
.BgClassName
{
background-color: #507C96;
}
</style>
border-color css
<style>
span { border-color: #507C96; }
span { border-color: rgb(80,124,150); }
td.TdClassName
{
border-color: #507C96;
}
.TagClassName
{
border-color: #507C96;
}
</style>