Shades of Jelly Bean #537C93
Tints of Jelly Bean #537C93
RGB
CMYK
RGB Variations
Color information
#537C93 (or 0x537C93) is known color: Jelly Bean. HEX triplet: 53, 7C and 93. RGB value is (83,124,147). Sum of RGB (Red+Green+Blue) = 83+124+147=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #537C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537C93 is #AC836C. Grayscale: #727272. Windows color (decimal): -11305837 or 9665619. OLE color: 9665619.
HSL color Cylindrical-coordinate representation of color #537C93: hue angle of 201.56º 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 #537C93 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 124 | 147 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.42 |
| HSL | 201.56º | 0.28% | 0.45% | - |
| HSV(B) | 201.56º | 0.44% | 0.58% | - |
| XYZ | 16.04 | 18.36 | 30.3 | - |
| YUV | 114.36 | 146.42 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 147 | 0.44 | 0.16 | 0 | 0.42 | 201.56 | 0.28 | 0.45 |
| Hex | 53 | 7C | 93 | 2C | 10 | 0 | 2A | CA | 1C | 2D |
| Octal | 123 | 174 | 223 | 54 | 20 | 0 | 52 | 312 | 34 | 55 |
| Binary | 1010011 | 1111100 | 10010011 | 101100 | 10000 | 0 | 101010 | 11001010 | 11100 | 101101 |
Color Harmonies of #537C93
Complementary color
Monochromatic Colors of #537C93
Black with #537C93
Text Example
Text Example
White with #537C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537C93; }
p { color: rgb(83,124,147); }
H1.HeaderClassName
{
color: #537C93;
}
.AnyTagClassName
{
color: #537C93;
}
</style>
background-color css
<style>
a { background-color: #537C93; }
a { background-color: rgb(83,124,147); }
div.DivClassName
{
background-color: #537C93;
}
.BgClassName
{
background-color: #537C93;
}
</style>
border-color css
<style>
span { border-color: #537C93; }
span { border-color: rgb(83,124,147); }
td.TdClassName
{
border-color: #537C93;
}
.TagClassName
{
border-color: #537C93;
}
</style>