Shades of Jelly Bean #507994
Tints of Jelly Bean #507994
RGB
CMYK
RGB Variations
Color information
#507994 (or 0x507994) is known color: Jelly Bean. HEX triplet: 50, 79 and 94. RGB value is (80,121,148). Sum of RGB (Red+Green+Blue) = 80+121+148=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 148 - color contains mainly: blue. Hex color #507994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507994 is #AF866B. Grayscale: #6F6F6F. Windows color (decimal): -11503212 or 9730384. OLE color: 9730384.
HSL color Cylindrical-coordinate representation of color #507994: hue angle of 203.82º 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 #507994 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 121 | 148 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.42 |
| HSL | 203.82º | 0.3% | 0.45% | - |
| HSV(B) | 203.82º | 0.46% | 0.58% | - |
| XYZ | 15.49 | 17.52 | 30.58 | - |
| YUV | 111.82 | 148.42 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 121 | 148 | 0.46 | 0.18 | 0 | 0.42 | 203.82 | 0.3 | 0.45 |
| Hex | 50 | 79 | 94 | 2E | 12 | 0 | 2A | CC | 1E | 2D |
| Octal | 120 | 171 | 224 | 56 | 22 | 0 | 52 | 314 | 36 | 55 |
| Binary | 1010000 | 1111001 | 10010100 | 101110 | 10010 | 0 | 101010 | 11001100 | 11110 | 101101 |
Color Harmonies of #507994
Complementary color
Monochromatic Colors of #507994
Black with #507994
Text Example
Text Example
White with #507994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507994; }
p { color: rgb(80,121,148); }
H1.HeaderClassName
{
color: #507994;
}
.AnyTagClassName
{
color: #507994;
}
</style>
background-color css
<style>
a { background-color: #507994; }
a { background-color: rgb(80,121,148); }
div.DivClassName
{
background-color: #507994;
}
.BgClassName
{
background-color: #507994;
}
</style>
border-color css
<style>
span { border-color: #507994; }
span { border-color: rgb(80,121,148); }
td.TdClassName
{
border-color: #507994;
}
.TagClassName
{
border-color: #507994;
}
</style>