Shades of Jelly Bean #54798F
Tints of Jelly Bean #54798F
RGB
CMYK
RGB Variations
Color information
#54798F (or 0x54798F) is known color: Jelly Bean. HEX triplet: 54, 79 and 8F. RGB value is (84,121,143). Sum of RGB (Red+Green+Blue) = 84+121+143=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 143 - color contains mainly: blue. Hex color #54798F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54798F is #AB8670. Grayscale: #707070. Windows color (decimal): -11241073 or 9402708. OLE color: 9402708.
HSL color Cylindrical-coordinate representation of color #54798F: hue angle of 202.37º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #54798F is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 121 | 143 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.44 |
| HSL | 202.37º | 0.26% | 0.45% | - |
| HSV(B) | 202.37º | 0.41% | 0.56% | - |
| XYZ | 15.45 | 17.54 | 28.56 | - |
| YUV | 112.45 | 145.24 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 121 | 143 | 0.41 | 0.15 | 0 | 0.44 | 202.37 | 0.26 | 0.45 |
| Hex | 54 | 79 | 8F | 29 | F | 0 | 2C | CA | 1A | 2D |
| Octal | 124 | 171 | 217 | 51 | 17 | 0 | 54 | 312 | 32 | 55 |
| Binary | 1010100 | 1111001 | 10001111 | 101001 | 1111 | 0 | 101100 | 11001010 | 11010 | 101101 |
Color Harmonies of #54798F
Complementary color
Monochromatic Colors of #54798F
Black with #54798F
Text Example
Text Example
White with #54798F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54798F; }
p { color: rgb(84,121,143); }
H1.HeaderClassName
{
color: #54798F;
}
.AnyTagClassName
{
color: #54798F;
}
</style>
background-color css
<style>
a { background-color: #54798F; }
a { background-color: rgb(84,121,143); }
div.DivClassName
{
background-color: #54798F;
}
.BgClassName
{
background-color: #54798F;
}
</style>
border-color css
<style>
span { border-color: #54798F; }
span { border-color: rgb(84,121,143); }
td.TdClassName
{
border-color: #54798F;
}
.TagClassName
{
border-color: #54798F;
}
</style>