Shades of Jelly Bean #537891
Tints of Jelly Bean #537891
RGB
CMYK
RGB Variations
Color information
#537891 (or 0x537891) is known color: Jelly Bean. HEX triplet: 53, 78 and 91. RGB value is (83,120,145). Sum of RGB (Red+Green+Blue) = 83+120+145=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 145 - color contains mainly: blue. Hex color #537891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537891 is #AC876E. Grayscale: #6F6F6F. Windows color (decimal): -11306863 or 9533523. OLE color: 9533523.
HSL color Cylindrical-coordinate representation of color #537891: hue angle of 204.19º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #537891 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 120 | 145 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.43 |
| HSL | 204.19º | 0.27% | 0.45% | - |
| HSV(B) | 204.19º | 0.43% | 0.57% | - |
| XYZ | 15.39 | 17.32 | 29.32 | - |
| YUV | 111.79 | 146.74 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 120 | 145 | 0.43 | 0.17 | 0 | 0.43 | 204.19 | 0.27 | 0.45 |
| Hex | 53 | 78 | 91 | 2B | 11 | 0 | 2B | CC | 1B | 2D |
| Octal | 123 | 170 | 221 | 53 | 21 | 0 | 53 | 314 | 33 | 55 |
| Binary | 1010011 | 1111000 | 10010001 | 101011 | 10001 | 0 | 101011 | 11001100 | 11011 | 101101 |
Color Harmonies of #537891
Complementary color
Monochromatic Colors of #537891
Black with #537891
Text Example
Text Example
White with #537891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537891; }
p { color: rgb(83,120,145); }
H1.HeaderClassName
{
color: #537891;
}
.AnyTagClassName
{
color: #537891;
}
</style>
background-color css
<style>
a { background-color: #537891; }
a { background-color: rgb(83,120,145); }
div.DivClassName
{
background-color: #537891;
}
.BgClassName
{
background-color: #537891;
}
</style>
border-color css
<style>
span { border-color: #537891; }
span { border-color: rgb(83,120,145); }
td.TdClassName
{
border-color: #537891;
}
.TagClassName
{
border-color: #537891;
}
</style>