Shades of Jelly Bean #527C99
Tints of Jelly Bean #527C99
RGB
CMYK
RGB Variations
Color information
#527C99 (or 0x527C99) is known color: Jelly Bean. HEX triplet: 52, 7C and 99. RGB value is (82,124,153). Sum of RGB (Red+Green+Blue) = 82+124+153=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #527C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527C99 is #AD8366. Grayscale: #727272. Windows color (decimal): -11371367 or 10058834. OLE color: 10058834.
HSL color Cylindrical-coordinate representation of color #527C99: hue angle of 204.51º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #527C99 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 124 | 153 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.4 |
| HSL | 204.51º | 0.3% | 0.46% | - |
| HSV(B) | 204.51º | 0.46% | 0.6% | - |
| XYZ | 16.44 | 18.51 | 32.84 | - |
| YUV | 114.75 | 149.59 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 153 | 0.46 | 0.19 | 0 | 0.4 | 204.51 | 0.3 | 0.46 |
| Hex | 52 | 7C | 99 | 2E | 13 | 0 | 28 | CD | 1E | 2E |
| Octal | 122 | 174 | 231 | 56 | 23 | 0 | 50 | 315 | 36 | 56 |
| Binary | 1010010 | 1111100 | 10011001 | 101110 | 10011 | 0 | 101000 | 11001101 | 11110 | 101110 |
Color Harmonies of #527C99
Complementary color
Monochromatic Colors of #527C99
Black with #527C99
Text Example
Text Example
White with #527C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527C99; }
p { color: rgb(82,124,153); }
H1.HeaderClassName
{
color: #527C99;
}
.AnyTagClassName
{
color: #527C99;
}
</style>
background-color css
<style>
a { background-color: #527C99; }
a { background-color: rgb(82,124,153); }
div.DivClassName
{
background-color: #527C99;
}
.BgClassName
{
background-color: #527C99;
}
</style>
border-color css
<style>
span { border-color: #527C99; }
span { border-color: rgb(82,124,153); }
td.TdClassName
{
border-color: #527C99;
}
.TagClassName
{
border-color: #527C99;
}
</style>