Shades of Jelly Bean #53798F
Tints of Jelly Bean #53798F
RGB
CMYK
RGB Variations
Color information
#53798F (or 0x53798F) is known color: Jelly Bean. HEX triplet: 53, 79 and 8F. RGB value is (83,121,143). Sum of RGB (Red+Green+Blue) = 83+121+143=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 143 - color contains mainly: blue. Hex color #53798F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53798F is #AC8670. Grayscale: #707070. Windows color (decimal): -11306609 or 9402707. OLE color: 9402707.
HSL color Cylindrical-coordinate representation of color #53798F: hue angle of 202º degrees, saturation: 0.27, 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 #53798F is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 121 | 143 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.44 |
| HSL | 202º | 0.27% | 0.44% | - |
| HSV(B) | 202º | 0.42% | 0.56% | - |
| XYZ | 15.36 | 17.5 | 28.55 | - |
| YUV | 112.15 | 145.41 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 121 | 143 | 0.42 | 0.15 | 0 | 0.44 | 202 | 0.27 | 0.44 |
| Hex | 53 | 79 | 8F | 2A | F | 0 | 2C | CA | 1B | 2C |
| Octal | 123 | 171 | 217 | 52 | 17 | 0 | 54 | 312 | 33 | 54 |
| Binary | 1010011 | 1111001 | 10001111 | 101010 | 1111 | 0 | 101100 | 11001010 | 11011 | 101100 |
Color Harmonies of #53798F
Complementary color
Monochromatic Colors of #53798F
Black with #53798F
Text Example
Text Example
White with #53798F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53798F; }
p { color: rgb(83,121,143); }
H1.HeaderClassName
{
color: #53798F;
}
.AnyTagClassName
{
color: #53798F;
}
</style>
background-color css
<style>
a { background-color: #53798F; }
a { background-color: rgb(83,121,143); }
div.DivClassName
{
background-color: #53798F;
}
.BgClassName
{
background-color: #53798F;
}
</style>
border-color css
<style>
span { border-color: #53798F; }
span { border-color: rgb(83,121,143); }
td.TdClassName
{
border-color: #53798F;
}
.TagClassName
{
border-color: #53798F;
}
</style>