Shades of Jelly Bean #547B8F
Tints of Jelly Bean #547B8F
RGB
CMYK
RGB Variations
Color information
#547B8F (or 0x547B8F) is known color: Jelly Bean. HEX triplet: 54, 7B and 8F. RGB value is (84,123,143). Sum of RGB (Red+Green+Blue) = 84+123+143=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 143 - color contains mainly: blue. Hex color #547B8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547B8F is #AB8470. Grayscale: #717171. Windows color (decimal): -11240561 or 9403220. OLE color: 9403220.
HSL color Cylindrical-coordinate representation of color #547B8F: hue angle of 200.34º 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 #547B8F is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 123 | 143 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.44 |
| HSL | 200.34º | 0.26% | 0.45% | - |
| HSV(B) | 200.34º | 0.41% | 0.56% | - |
| XYZ | 15.7 | 18.03 | 28.64 | - |
| YUV | 113.62 | 144.58 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 143 | 0.41 | 0.14 | 0 | 0.44 | 200.34 | 0.26 | 0.45 |
| Hex | 54 | 7B | 8F | 29 | E | 0 | 2C | C8 | 1A | 2D |
| Octal | 124 | 173 | 217 | 51 | 16 | 0 | 54 | 310 | 32 | 55 |
| Binary | 1010100 | 1111011 | 10001111 | 101001 | 1110 | 0 | 101100 | 11001000 | 11010 | 101101 |
Color Harmonies of #547B8F
Complementary color
Monochromatic Colors of #547B8F
Black with #547B8F
Text Example
Text Example
White with #547B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547B8F; }
p { color: rgb(84,123,143); }
H1.HeaderClassName
{
color: #547B8F;
}
.AnyTagClassName
{
color: #547B8F;
}
</style>
background-color css
<style>
a { background-color: #547B8F; }
a { background-color: rgb(84,123,143); }
div.DivClassName
{
background-color: #547B8F;
}
.BgClassName
{
background-color: #547B8F;
}
</style>
border-color css
<style>
span { border-color: #547B8F; }
span { border-color: rgb(84,123,143); }
td.TdClassName
{
border-color: #547B8F;
}
.TagClassName
{
border-color: #547B8F;
}
</style>