Shades of Jelly Bean #507A99
Tints of Jelly Bean #507A99
RGB
CMYK
RGB Variations
Color information
#507A99 (or 0x507A99) is known color: Jelly Bean. HEX triplet: 50, 7A and 99. RGB value is (80,122,153). Sum of RGB (Red+Green+Blue) = 80+122+153=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #507A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507A99 is #AF8566. Grayscale: #707070. Windows color (decimal): -11502951 or 10058320. OLE color: 10058320.
HSL color Cylindrical-coordinate representation of color #507A99: hue angle of 205.48º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #507A99 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 122 | 153 | - |
| CMYK | 0.48 | 0.20 | 0 | 0.4 |
| HSL | 205.48º | 0.31% | 0.46% | - |
| HSV(B) | 205.48º | 0.48% | 0.6% | - |
| XYZ | 16.02 | 17.92 | 32.75 | - |
| YUV | 112.98 | 150.59 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 153 | 0.48 | 0.20 | 0 | 0.4 | 205.48 | 0.31 | 0.46 |
| Hex | 50 | 7A | 99 | 30 | 14 | 0 | 28 | CD | 1F | 2E |
| Octal | 120 | 172 | 231 | 60 | 24 | 0 | 50 | 315 | 37 | 56 |
| Binary | 1010000 | 1111010 | 10011001 | 110000 | 10100 | 0 | 101000 | 11001101 | 11111 | 101110 |
Color Harmonies of #507A99
Complementary color
Monochromatic Colors of #507A99
Black with #507A99
Text Example
Text Example
White with #507A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507A99; }
p { color: rgb(80,122,153); }
H1.HeaderClassName
{
color: #507A99;
}
.AnyTagClassName
{
color: #507A99;
}
</style>
background-color css
<style>
a { background-color: #507A99; }
a { background-color: rgb(80,122,153); }
div.DivClassName
{
background-color: #507A99;
}
.BgClassName
{
background-color: #507A99;
}
</style>
border-color css
<style>
span { border-color: #507A99; }
span { border-color: rgb(80,122,153); }
td.TdClassName
{
border-color: #507A99;
}
.TagClassName
{
border-color: #507A99;
}
</style>