Shades of Jelly Bean #537993
Tints of Jelly Bean #537993
RGB
CMYK
RGB Variations
Color information
#537993 (or 0x537993) is known color: Jelly Bean. HEX triplet: 53, 79 and 93. RGB value is (83,121,147). Sum of RGB (Red+Green+Blue) = 83+121+147=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 147 - color contains mainly: blue. Hex color #537993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537993 is #AC866C. Grayscale: #707070. Windows color (decimal): -11306605 or 9664851. OLE color: 9664851.
HSL color Cylindrical-coordinate representation of color #537993: hue angle of 204.38º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #537993 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 121 | 147 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.42 |
| HSL | 204.38º | 0.28% | 0.45% | - |
| HSV(B) | 204.38º | 0.44% | 0.58% | - |
| XYZ | 15.67 | 17.62 | 30.18 | - |
| YUV | 112.6 | 147.41 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 121 | 147 | 0.44 | 0.18 | 0 | 0.42 | 204.38 | 0.28 | 0.45 |
| Hex | 53 | 79 | 93 | 2C | 12 | 0 | 2A | CC | 1C | 2D |
| Octal | 123 | 171 | 223 | 54 | 22 | 0 | 52 | 314 | 34 | 55 |
| Binary | 1010011 | 1111001 | 10010011 | 101100 | 10010 | 0 | 101010 | 11001100 | 11100 | 101101 |
Color Harmonies of #537993
Complementary color
Monochromatic Colors of #537993
Black with #537993
Text Example
Text Example
White with #537993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537993; }
p { color: rgb(83,121,147); }
H1.HeaderClassName
{
color: #537993;
}
.AnyTagClassName
{
color: #537993;
}
</style>
background-color css
<style>
a { background-color: #537993; }
a { background-color: rgb(83,121,147); }
div.DivClassName
{
background-color: #537993;
}
.BgClassName
{
background-color: #537993;
}
</style>
border-color css
<style>
span { border-color: #537993; }
span { border-color: rgb(83,121,147); }
td.TdClassName
{
border-color: #537993;
}
.TagClassName
{
border-color: #537993;
}
</style>