Shades of Jelly Bean #53808C
Tints of Jelly Bean #53808C
RGB
CMYK
RGB Variations
Color information
#53808C (or 0x53808C) is known color: Jelly Bean. HEX triplet: 53, 80 and 8C. RGB value is (83,128,140). Sum of RGB (Red+Green+Blue) = 83+128+140=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #53808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53808C is #AC7F73. Grayscale: #737373. Windows color (decimal): -11304820 or 9207891. OLE color: 9207891.
HSL color Cylindrical-coordinate representation of color #53808C: hue angle of 192.63º 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 #53808C is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 128 | 140 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.45 |
| HSL | 192.63º | 0.26% | 0.44% | - |
| HSV(B) | 192.63º | 0.41% | 0.55% | - |
| XYZ | 16.02 | 19.17 | 27.67 | - |
| YUV | 115.91 | 141.59 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 128 | 140 | 0.41 | 0.09 | 0 | 0.45 | 192.63 | 0.26 | 0.44 |
| Hex | 53 | 80 | 8C | 29 | 9 | 0 | 2D | C1 | 1A | 2C |
| Octal | 123 | 200 | 214 | 51 | 11 | 0 | 55 | 301 | 32 | 54 |
| Binary | 1010011 | 10000000 | 10001100 | 101001 | 1001 | 0 | 101101 | 11000001 | 11010 | 101100 |
Color Harmonies of #53808C
Complementary color
Monochromatic Colors of #53808C
Black with #53808C
Text Example
Text Example
White with #53808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53808C; }
p { color: rgb(83,128,140); }
H1.HeaderClassName
{
color: #53808C;
}
.AnyTagClassName
{
color: #53808C;
}
</style>
background-color css
<style>
a { background-color: #53808C; }
a { background-color: rgb(83,128,140); }
div.DivClassName
{
background-color: #53808C;
}
.BgClassName
{
background-color: #53808C;
}
</style>
border-color css
<style>
span { border-color: #53808C; }
span { border-color: rgb(83,128,140); }
td.TdClassName
{
border-color: #53808C;
}
.TagClassName
{
border-color: #53808C;
}
</style>