Shades of Jelly Bean #507A94
Tints of Jelly Bean #507A94
RGB
CMYK
RGB Variations
Color information
#507A94 (or 0x507A94) is known color: Jelly Bean. HEX triplet: 50, 7A and 94. RGB value is (80,122,148). Sum of RGB (Red+Green+Blue) = 80+122+148=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 148 - color contains mainly: blue. Hex color #507A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507A94 is #AF856B. Grayscale: #707070. Windows color (decimal): -11502956 or 9730640. OLE color: 9730640.
HSL color Cylindrical-coordinate representation of color #507A94: hue angle of 202.94º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #507A94 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 122 | 148 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.42 |
| HSL | 202.94º | 0.3% | 0.45% | - |
| HSV(B) | 202.94º | 0.46% | 0.58% | - |
| XYZ | 15.61 | 17.76 | 30.62 | - |
| YUV | 112.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 148 | 0.46 | 0.18 | 0 | 0.42 | 202.94 | 0.3 | 0.45 |
| Hex | 50 | 7A | 94 | 2E | 12 | 0 | 2A | CB | 1E | 2D |
| Octal | 120 | 172 | 224 | 56 | 22 | 0 | 52 | 313 | 36 | 55 |
| Binary | 1010000 | 1111010 | 10010100 | 101110 | 10010 | 0 | 101010 | 11001011 | 11110 | 101101 |
Color Harmonies of #507A94
Complementary color
Monochromatic Colors of #507A94
Black with #507A94
Text Example
Text Example
White with #507A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507A94; }
p { color: rgb(80,122,148); }
H1.HeaderClassName
{
color: #507A94;
}
.AnyTagClassName
{
color: #507A94;
}
</style>
background-color css
<style>
a { background-color: #507A94; }
a { background-color: rgb(80,122,148); }
div.DivClassName
{
background-color: #507A94;
}
.BgClassName
{
background-color: #507A94;
}
</style>
border-color css
<style>
span { border-color: #507A94; }
span { border-color: rgb(80,122,148); }
td.TdClassName
{
border-color: #507A94;
}
.TagClassName
{
border-color: #507A94;
}
</style>