Shades of Jelly Bean #547D8E
Tints of Jelly Bean #547D8E
RGB
CMYK
RGB Variations
Color information
#547D8E (or 0x547D8E) is known color: Jelly Bean. HEX triplet: 54, 7D and 8E. RGB value is (84,125,142). Sum of RGB (Red+Green+Blue) = 84+125+142=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #547D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547D8E is #AB8271. Grayscale: #727272. Windows color (decimal): -11240050 or 9338196. OLE color: 9338196.
HSL color Cylindrical-coordinate representation of color #547D8E: hue angle of 197.59º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #547D8E is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 125 | 142 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.44 |
| HSL | 197.59º | 0.26% | 0.44% | - |
| HSV(B) | 197.59º | 0.41% | 0.56% | - |
| XYZ | 15.87 | 18.51 | 28.33 | - |
| YUV | 114.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 142 | 0.41 | 0.12 | 0 | 0.44 | 197.59 | 0.26 | 0.44 |
| Hex | 54 | 7D | 8E | 29 | C | 0 | 2C | C6 | 1A | 2C |
| Octal | 124 | 175 | 216 | 51 | 14 | 0 | 54 | 306 | 32 | 54 |
| Binary | 1010100 | 1111101 | 10001110 | 101001 | 1100 | 0 | 101100 | 11000110 | 11010 | 101100 |
Color Harmonies of #547D8E
Complementary color
Monochromatic Colors of #547D8E
Black with #547D8E
Text Example
Text Example
White with #547D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547D8E; }
p { color: rgb(84,125,142); }
H1.HeaderClassName
{
color: #547D8E;
}
.AnyTagClassName
{
color: #547D8E;
}
</style>
background-color css
<style>
a { background-color: #547D8E; }
a { background-color: rgb(84,125,142); }
div.DivClassName
{
background-color: #547D8E;
}
.BgClassName
{
background-color: #547D8E;
}
</style>
border-color css
<style>
span { border-color: #547D8E; }
span { border-color: rgb(84,125,142); }
td.TdClassName
{
border-color: #547D8E;
}
.TagClassName
{
border-color: #547D8E;
}
</style>