Shades of Jelly Bean #507A89
Tints of Jelly Bean #507A89
RGB
CMYK
RGB Variations
Color information
#507A89 (or 0x507A89) is known color: Jelly Bean. HEX triplet: 50, 7A and 89. RGB value is (80,122,137). Sum of RGB (Red+Green+Blue) = 80+122+137=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 137 - color contains mainly: blue. Hex color #507A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507A89 is #AF8576. Grayscale: #6F6F6F. Windows color (decimal): -11502967 or 9009744. OLE color: 9009744.
HSL color Cylindrical-coordinate representation of color #507A89: hue angle of 195.79º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #507A89 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 122 | 137 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.46 |
| HSL | 195.79º | 0.26% | 0.43% | - |
| HSV(B) | 195.79º | 0.42% | 0.54% | - |
| XYZ | 14.78 | 17.43 | 26.25 | - |
| YUV | 111.15 | 142.59 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 137 | 0.42 | 0.11 | 0 | 0.46 | 195.79 | 0.26 | 0.43 |
| Hex | 50 | 7A | 89 | 2A | B | 0 | 2E | C4 | 1A | 2B |
| Octal | 120 | 172 | 211 | 52 | 13 | 0 | 56 | 304 | 32 | 53 |
| Binary | 1010000 | 1111010 | 10001001 | 101010 | 1011 | 0 | 101110 | 11000100 | 11010 | 101011 |
Color Harmonies of #507A89
Complementary color
Monochromatic Colors of #507A89
Black with #507A89
Text Example
Text Example
White with #507A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507A89; }
p { color: rgb(80,122,137); }
H1.HeaderClassName
{
color: #507A89;
}
.AnyTagClassName
{
color: #507A89;
}
</style>
background-color css
<style>
a { background-color: #507A89; }
a { background-color: rgb(80,122,137); }
div.DivClassName
{
background-color: #507A89;
}
.BgClassName
{
background-color: #507A89;
}
</style>
border-color css
<style>
span { border-color: #507A89; }
span { border-color: rgb(80,122,137); }
td.TdClassName
{
border-color: #507A89;
}
.TagClassName
{
border-color: #507A89;
}
</style>