Shades of Jelly Bean #527989
Tints of Jelly Bean #527989
RGB
CMYK
RGB Variations
Color information
#527989 (or 0x527989) is known color: Jelly Bean. HEX triplet: 52, 79 and 89. RGB value is (82,121,137). Sum of RGB (Red+Green+Blue) = 82+121+137=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 137 - color contains mainly: blue. Hex color #527989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527989 is #AD8676. Grayscale: #6F6F6F. Windows color (decimal): -11372151 or 9009490. OLE color: 9009490.
HSL color Cylindrical-coordinate representation of color #527989: hue angle of 197.45º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #527989 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 121 | 137 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.46 |
| HSL | 197.45º | 0.25% | 0.43% | - |
| HSV(B) | 197.45º | 0.4% | 0.54% | - |
| XYZ | 14.83 | 17.27 | 26.22 | - |
| YUV | 111.16 | 142.58 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 121 | 137 | 0.40 | 0.12 | 0 | 0.46 | 197.45 | 0.25 | 0.43 |
| Hex | 52 | 79 | 89 | 28 | C | 0 | 2E | C5 | 19 | 2B |
| Octal | 122 | 171 | 211 | 50 | 14 | 0 | 56 | 305 | 31 | 53 |
| Binary | 1010010 | 1111001 | 10001001 | 101000 | 1100 | 0 | 101110 | 11000101 | 11001 | 101011 |
Color Harmonies of #527989
Complementary color
Monochromatic Colors of #527989
Black with #527989
Text Example
Text Example
White with #527989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527989; }
p { color: rgb(82,121,137); }
H1.HeaderClassName
{
color: #527989;
}
.AnyTagClassName
{
color: #527989;
}
</style>
background-color css
<style>
a { background-color: #527989; }
a { background-color: rgb(82,121,137); }
div.DivClassName
{
background-color: #527989;
}
.BgClassName
{
background-color: #527989;
}
</style>
border-color css
<style>
span { border-color: #527989; }
span { border-color: rgb(82,121,137); }
td.TdClassName
{
border-color: #527989;
}
.TagClassName
{
border-color: #527989;
}
</style>