Shades of Jelly Bean #547C91
Tints of Jelly Bean #547C91
RGB
CMYK
RGB Variations
Color information
#547C91 (or 0x547C91) is known color: Jelly Bean. HEX triplet: 54, 7C and 91. RGB value is (84,124,145). Sum of RGB (Red+Green+Blue) = 84+124+145=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 145 - color contains mainly: blue. Hex color #547C91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547C91 is #AB836E. Grayscale: #727272. Windows color (decimal): -11240303 or 9534548. OLE color: 9534548.
HSL color Cylindrical-coordinate representation of color #547C91: hue angle of 200.66º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #547C91 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 124 | 145 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.43 |
| HSL | 200.66º | 0.27% | 0.45% | - |
| HSV(B) | 200.66º | 0.42% | 0.57% | - |
| XYZ | 15.97 | 18.34 | 29.49 | - |
| YUV | 114.43 | 145.25 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 124 | 145 | 0.42 | 0.14 | 0 | 0.43 | 200.66 | 0.27 | 0.45 |
| Hex | 54 | 7C | 91 | 2A | E | 0 | 2B | C9 | 1B | 2D |
| Octal | 124 | 174 | 221 | 52 | 16 | 0 | 53 | 311 | 33 | 55 |
| Binary | 1010100 | 1111100 | 10010001 | 101010 | 1110 | 0 | 101011 | 11001001 | 11011 | 101101 |
Color Harmonies of #547C91
Complementary color
Monochromatic Colors of #547C91
Black with #547C91
Text Example
Text Example
White with #547C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547C91; }
p { color: rgb(84,124,145); }
H1.HeaderClassName
{
color: #547C91;
}
.AnyTagClassName
{
color: #547C91;
}
</style>
background-color css
<style>
a { background-color: #547C91; }
a { background-color: rgb(84,124,145); }
div.DivClassName
{
background-color: #547C91;
}
.BgClassName
{
background-color: #547C91;
}
</style>
border-color css
<style>
span { border-color: #547C91; }
span { border-color: rgb(84,124,145); }
td.TdClassName
{
border-color: #547C91;
}
.TagClassName
{
border-color: #547C91;
}
</style>