Shades of Jelly Bean #53788D
Tints of Jelly Bean #53788D
RGB
CMYK
RGB Variations
Color information
#53788D (or 0x53788D) is known color: Jelly Bean. HEX triplet: 53, 78 and 8D. RGB value is (83,120,141). Sum of RGB (Red+Green+Blue) = 83+120+141=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #53788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53788D is #AC8772. Grayscale: #6F6F6F. Windows color (decimal): -11306867 or 9271379. OLE color: 9271379.
HSL color Cylindrical-coordinate representation of color #53788D: hue angle of 201.72º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53788D is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 120 | 141 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.45 |
| HSL | 201.72º | 0.26% | 0.44% | - |
| HSV(B) | 201.72º | 0.41% | 0.55% | - |
| XYZ | 15.09 | 17.2 | 27.72 | - |
| YUV | 111.33 | 144.74 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 120 | 141 | 0.41 | 0.15 | 0 | 0.45 | 201.72 | 0.26 | 0.44 |
| Hex | 53 | 78 | 8D | 29 | F | 0 | 2D | CA | 1A | 2C |
| Octal | 123 | 170 | 215 | 51 | 17 | 0 | 55 | 312 | 32 | 54 |
| Binary | 1010011 | 1111000 | 10001101 | 101001 | 1111 | 0 | 101101 | 11001010 | 11010 | 101100 |
Color Harmonies of #53788D
Complementary color
Monochromatic Colors of #53788D
Black with #53788D
Text Example
Text Example
White with #53788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53788D; }
p { color: rgb(83,120,141); }
H1.HeaderClassName
{
color: #53788D;
}
.AnyTagClassName
{
color: #53788D;
}
</style>
background-color css
<style>
a { background-color: #53788D; }
a { background-color: rgb(83,120,141); }
div.DivClassName
{
background-color: #53788D;
}
.BgClassName
{
background-color: #53788D;
}
</style>
border-color css
<style>
span { border-color: #53788D; }
span { border-color: rgb(83,120,141); }
td.TdClassName
{
border-color: #53788D;
}
.TagClassName
{
border-color: #53788D;
}
</style>