Shades of Jelly Bean #507A8D
Tints of Jelly Bean #507A8D
RGB
CMYK
RGB Variations
Color information
#507A8D (or 0x507A8D) is known color: Jelly Bean. HEX triplet: 50, 7A and 8D. RGB value is (80,122,141). Sum of RGB (Red+Green+Blue) = 80+122+141=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #507A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507A8D is #AF8572. Grayscale: #6F6F6F. Windows color (decimal): -11502963 or 9271888. OLE color: 9271888.
HSL color Cylindrical-coordinate representation of color #507A8D: hue angle of 198.69º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #507A8D is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 122 | 141 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.45 |
| HSL | 198.69º | 0.28% | 0.43% | - |
| HSV(B) | 198.69º | 0.43% | 0.55% | - |
| XYZ | 15.08 | 17.55 | 27.79 | - |
| YUV | 111.61 | 144.59 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 141 | 0.43 | 0.13 | 0 | 0.45 | 198.69 | 0.28 | 0.43 |
| Hex | 50 | 7A | 8D | 2B | D | 0 | 2D | C7 | 1C | 2B |
| Octal | 120 | 172 | 215 | 53 | 15 | 0 | 55 | 307 | 34 | 53 |
| Binary | 1010000 | 1111010 | 10001101 | 101011 | 1101 | 0 | 101101 | 11000111 | 11100 | 101011 |
Color Harmonies of #507A8D
Complementary color
Monochromatic Colors of #507A8D
Black with #507A8D
Text Example
Text Example
White with #507A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507A8D; }
p { color: rgb(80,122,141); }
H1.HeaderClassName
{
color: #507A8D;
}
.AnyTagClassName
{
color: #507A8D;
}
</style>
background-color css
<style>
a { background-color: #507A8D; }
a { background-color: rgb(80,122,141); }
div.DivClassName
{
background-color: #507A8D;
}
.BgClassName
{
background-color: #507A8D;
}
</style>
border-color css
<style>
span { border-color: #507A8D; }
span { border-color: rgb(80,122,141); }
td.TdClassName
{
border-color: #507A8D;
}
.TagClassName
{
border-color: #507A8D;
}
</style>