Shades of Jelly Bean #547989
Tints of Jelly Bean #547989
RGB
CMYK
RGB Variations
Color information
#547989 (or 0x547989) is known color: Jelly Bean. HEX triplet: 54, 79 and 89. RGB value is (84,121,137). Sum of RGB (Red+Green+Blue) = 84+121+137=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #547989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547989 is #AB8676. Grayscale: #6F6F6F. Windows color (decimal): -11241079 or 9009492. OLE color: 9009492.
HSL color Cylindrical-coordinate representation of color #547989: hue angle of 198.11º 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 #547989 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 121 | 137 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.46 |
| HSL | 198.11º | 0.24% | 0.43% | - |
| HSV(B) | 198.11º | 0.39% | 0.54% | - |
| XYZ | 15.01 | 17.37 | 26.23 | - |
| YUV | 111.76 | 142.24 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 121 | 137 | 0.39 | 0.12 | 0 | 0.46 | 198.11 | 0.24 | 0.43 |
| Hex | 54 | 79 | 89 | 27 | C | 0 | 2E | C6 | 18 | 2B |
| Octal | 124 | 171 | 211 | 47 | 14 | 0 | 56 | 306 | 30 | 53 |
| Binary | 1010100 | 1111001 | 10001001 | 100111 | 1100 | 0 | 101110 | 11000110 | 11000 | 101011 |
Color Harmonies of #547989
Complementary color
Monochromatic Colors of #547989
Black with #547989
Text Example
Text Example
White with #547989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547989; }
p { color: rgb(84,121,137); }
H1.HeaderClassName
{
color: #547989;
}
.AnyTagClassName
{
color: #547989;
}
</style>
background-color css
<style>
a { background-color: #547989; }
a { background-color: rgb(84,121,137); }
div.DivClassName
{
background-color: #547989;
}
.BgClassName
{
background-color: #547989;
}
</style>
border-color css
<style>
span { border-color: #547989; }
span { border-color: rgb(84,121,137); }
td.TdClassName
{
border-color: #547989;
}
.TagClassName
{
border-color: #547989;
}
</style>