Shades of Jelly Bean #547D93
Tints of Jelly Bean #547D93
RGB
CMYK
RGB Variations
Color information
#547D93 (or 0x547D93) is known color: Jelly Bean. HEX triplet: 54, 7D and 93. RGB value is (84,125,147). Sum of RGB (Red+Green+Blue) = 84+125+147=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #547D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547D93 is #AB826C. Grayscale: #737373. Windows color (decimal): -11240045 or 9665876. OLE color: 9665876.
HSL color Cylindrical-coordinate representation of color #547D93: hue angle of 200.95º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #547D93 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 125 | 147 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.42 |
| HSL | 200.95º | 0.27% | 0.45% | - |
| HSV(B) | 200.95º | 0.43% | 0.58% | - |
| XYZ | 16.26 | 18.66 | 30.35 | - |
| YUV | 115.25 | 145.92 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 147 | 0.43 | 0.15 | 0 | 0.42 | 200.95 | 0.27 | 0.45 |
| Hex | 54 | 7D | 93 | 2B | F | 0 | 2A | C9 | 1B | 2D |
| Octal | 124 | 175 | 223 | 53 | 17 | 0 | 52 | 311 | 33 | 55 |
| Binary | 1010100 | 1111101 | 10010011 | 101011 | 1111 | 0 | 101010 | 11001001 | 11011 | 101101 |
Color Harmonies of #547D93
Complementary color
Monochromatic Colors of #547D93
Black with #547D93
Text Example
Text Example
White with #547D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547D93; }
p { color: rgb(84,125,147); }
H1.HeaderClassName
{
color: #547D93;
}
.AnyTagClassName
{
color: #547D93;
}
</style>
background-color css
<style>
a { background-color: #547D93; }
a { background-color: rgb(84,125,147); }
div.DivClassName
{
background-color: #547D93;
}
.BgClassName
{
background-color: #547D93;
}
</style>
border-color css
<style>
span { border-color: #547D93; }
span { border-color: rgb(84,125,147); }
td.TdClassName
{
border-color: #547D93;
}
.TagClassName
{
border-color: #547D93;
}
</style>