Shades of Jelly Bean #547789
Tints of Jelly Bean #547789
RGB
CMYK
RGB Variations
Color information
#547789 (or 0x547789) is known color: Jelly Bean. HEX triplet: 54, 77 and 89. RGB value is (84,119,137). Sum of RGB (Red+Green+Blue) = 84+119+137=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 137 - color contains mainly: blue. Hex color #547789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547789 is #AB8876. Grayscale: #6E6E6E. Windows color (decimal): -11241591 or 9008980. OLE color: 9008980.
HSL color Cylindrical-coordinate representation of color #547789: hue angle of 200.38º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #547789 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 119 | 137 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.46 |
| HSL | 200.38º | 0.24% | 0.43% | - |
| HSV(B) | 200.38º | 0.39% | 0.54% | - |
| XYZ | 14.77 | 16.88 | 26.15 | - |
| YUV | 110.59 | 142.9 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 119 | 137 | 0.39 | 0.13 | 0 | 0.46 | 200.38 | 0.24 | 0.43 |
| Hex | 54 | 77 | 89 | 27 | D | 0 | 2E | C8 | 18 | 2B |
| Octal | 124 | 167 | 211 | 47 | 15 | 0 | 56 | 310 | 30 | 53 |
| Binary | 1010100 | 1110111 | 10001001 | 100111 | 1101 | 0 | 101110 | 11001000 | 11000 | 101011 |
Color Harmonies of #547789
Complementary color
Monochromatic Colors of #547789
Black with #547789
Text Example
Text Example
White with #547789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547789; }
p { color: rgb(84,119,137); }
H1.HeaderClassName
{
color: #547789;
}
.AnyTagClassName
{
color: #547789;
}
</style>
background-color css
<style>
a { background-color: #547789; }
a { background-color: rgb(84,119,137); }
div.DivClassName
{
background-color: #547789;
}
.BgClassName
{
background-color: #547789;
}
</style>
border-color css
<style>
span { border-color: #547789; }
span { border-color: rgb(84,119,137); }
td.TdClassName
{
border-color: #547789;
}
.TagClassName
{
border-color: #547789;
}
</style>