Shades of Jelly Bean #547B98
Tints of Jelly Bean #547B98
RGB
CMYK
RGB Variations
Color information
#547B98 (or 0x547B98) is known color: Jelly Bean. HEX triplet: 54, 7B and 98. RGB value is (84,123,152). Sum of RGB (Red+Green+Blue) = 84+123+152=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 152 - color contains mainly: blue. Hex color #547B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547B98 is #AB8467. Grayscale: #727272. Windows color (decimal): -11240552 or 9993044. OLE color: 9993044.
HSL color Cylindrical-coordinate representation of color #547B98: hue angle of 205.59º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #547B98 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 123 | 152 | - |
| CMYK | 0.45 | 0.19 | 0 | 0.40 |
| HSL | 205.59º | 0.29% | 0.46% | - |
| HSV(B) | 205.59º | 0.45% | 0.6% | - |
| XYZ | 16.41 | 18.32 | 32.38 | - |
| YUV | 114.65 | 149.08 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 152 | 0.45 | 0.19 | 0 | 0.40 | 205.59 | 0.29 | 0.46 |
| Hex | 54 | 7B | 98 | 2D | 13 | 0 | 28 | CE | 1D | 2E |
| Octal | 124 | 173 | 230 | 55 | 23 | 0 | 50 | 316 | 35 | 56 |
| Binary | 1010100 | 1111011 | 10011000 | 101101 | 10011 | 0 | 101000 | 11001110 | 11101 | 101110 |
Color Harmonies of #547B98
Complementary color
Monochromatic Colors of #547B98
Black with #547B98
Text Example
Text Example
White with #547B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547B98; }
p { color: rgb(84,123,152); }
H1.HeaderClassName
{
color: #547B98;
}
.AnyTagClassName
{
color: #547B98;
}
</style>
background-color css
<style>
a { background-color: #547B98; }
a { background-color: rgb(84,123,152); }
div.DivClassName
{
background-color: #547B98;
}
.BgClassName
{
background-color: #547B98;
}
</style>
border-color css
<style>
span { border-color: #547B98; }
span { border-color: rgb(84,123,152); }
td.TdClassName
{
border-color: #547B98;
}
.TagClassName
{
border-color: #547B98;
}
</style>