Shades of Jelly Bean #53798E
Tints of Jelly Bean #53798E
RGB
CMYK
RGB Variations
Color information
#53798E (or 0x53798E) is known color: Jelly Bean. HEX triplet: 53, 79 and 8E. RGB value is (83,121,142). Sum of RGB (Red+Green+Blue) = 83+121+142=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 142 - color contains mainly: blue. Hex color #53798E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53798E is #AC8671. Grayscale: #6F6F6F. Windows color (decimal): -11306610 or 9337171. OLE color: 9337171.
HSL color Cylindrical-coordinate representation of color #53798E: hue angle of 201.36º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53798E is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 121 | 142 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.44 |
| HSL | 201.36º | 0.26% | 0.44% | - |
| HSV(B) | 201.36º | 0.42% | 0.56% | - |
| XYZ | 15.29 | 17.47 | 28.16 | - |
| YUV | 112.03 | 144.91 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 121 | 142 | 0.42 | 0.15 | 0 | 0.44 | 201.36 | 0.26 | 0.44 |
| Hex | 53 | 79 | 8E | 2A | F | 0 | 2C | C9 | 1A | 2C |
| Octal | 123 | 171 | 216 | 52 | 17 | 0 | 54 | 311 | 32 | 54 |
| Binary | 1010011 | 1111001 | 10001110 | 101010 | 1111 | 0 | 101100 | 11001001 | 11010 | 101100 |
Color Harmonies of #53798E
Complementary color
Monochromatic Colors of #53798E
Black with #53798E
Text Example
Text Example
White with #53798E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53798E; }
p { color: rgb(83,121,142); }
H1.HeaderClassName
{
color: #53798E;
}
.AnyTagClassName
{
color: #53798E;
}
</style>
background-color css
<style>
a { background-color: #53798E; }
a { background-color: rgb(83,121,142); }
div.DivClassName
{
background-color: #53798E;
}
.BgClassName
{
background-color: #53798E;
}
</style>
border-color css
<style>
span { border-color: #53798E; }
span { border-color: rgb(83,121,142); }
td.TdClassName
{
border-color: #53798E;
}
.TagClassName
{
border-color: #53798E;
}
</style>