Shades of Jelly Bean #54788B
Tints of Jelly Bean #54788B
RGB
CMYK
RGB Variations
Color information
#54788B (or 0x54788B) is known color: Jelly Bean. HEX triplet: 54, 78 and 8B. RGB value is (84,120,139). Sum of RGB (Red+Green+Blue) = 84+120+139=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #54788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54788B is #AB8774. Grayscale: #6F6F6F. Windows color (decimal): -11241333 or 9140308. OLE color: 9140308.
HSL color Cylindrical-coordinate representation of color #54788B: hue angle of 200.73º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54788B is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 120 | 139 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.45 |
| HSL | 200.73º | 0.25% | 0.44% | - |
| HSV(B) | 200.73º | 0.4% | 0.55% | - |
| XYZ | 15.03 | 17.18 | 26.95 | - |
| YUV | 111.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 120 | 139 | 0.40 | 0.14 | 0 | 0.45 | 200.73 | 0.25 | 0.44 |
| Hex | 54 | 78 | 8B | 28 | E | 0 | 2D | C9 | 19 | 2C |
| Octal | 124 | 170 | 213 | 50 | 16 | 0 | 55 | 311 | 31 | 54 |
| Binary | 1010100 | 1111000 | 10001011 | 101000 | 1110 | 0 | 101101 | 11001001 | 11001 | 101100 |
Color Harmonies of #54788B
Complementary color
Monochromatic Colors of #54788B
Black with #54788B
Text Example
Text Example
White with #54788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54788B; }
p { color: rgb(84,120,139); }
H1.HeaderClassName
{
color: #54788B;
}
.AnyTagClassName
{
color: #54788B;
}
</style>
background-color css
<style>
a { background-color: #54788B; }
a { background-color: rgb(84,120,139); }
div.DivClassName
{
background-color: #54788B;
}
.BgClassName
{
background-color: #54788B;
}
</style>
border-color css
<style>
span { border-color: #54788B; }
span { border-color: rgb(84,120,139); }
td.TdClassName
{
border-color: #54788B;
}
.TagClassName
{
border-color: #54788B;
}
</style>