Shades of Jelly Bean #527C88
Tints of Jelly Bean #527C88
RGB
CMYK
RGB Variations
Color information
#527C88 (or 0x527C88) is known color: Jelly Bean. HEX triplet: 52, 7C and 88. RGB value is (82,124,136). Sum of RGB (Red+Green+Blue) = 82+124+136=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 136 - color contains mainly: blue. Hex color #527C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527C88 is #AD8377. Grayscale: #707070. Windows color (decimal): -11371384 or 8944722. OLE color: 8944722.
HSL color Cylindrical-coordinate representation of color #527C88: hue angle of 193.33º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #527C88 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 124 | 136 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.47 |
| HSL | 193.33º | 0.25% | 0.43% | - |
| HSV(B) | 193.33º | 0.4% | 0.53% | - |
| XYZ | 15.13 | 17.99 | 25.97 | - |
| YUV | 112.81 | 141.09 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 136 | 0.40 | 0.09 | 0 | 0.47 | 193.33 | 0.25 | 0.43 |
| Hex | 52 | 7C | 88 | 28 | 9 | 0 | 2F | C1 | 19 | 2B |
| Octal | 122 | 174 | 210 | 50 | 11 | 0 | 57 | 301 | 31 | 53 |
| Binary | 1010010 | 1111100 | 10001000 | 101000 | 1001 | 0 | 101111 | 11000001 | 11001 | 101011 |
Color Harmonies of #527C88
Complementary color
Monochromatic Colors of #527C88
Black with #527C88
Text Example
Text Example
White with #527C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527C88; }
p { color: rgb(82,124,136); }
H1.HeaderClassName
{
color: #527C88;
}
.AnyTagClassName
{
color: #527C88;
}
</style>
background-color css
<style>
a { background-color: #527C88; }
a { background-color: rgb(82,124,136); }
div.DivClassName
{
background-color: #527C88;
}
.BgClassName
{
background-color: #527C88;
}
</style>
border-color css
<style>
span { border-color: #527C88; }
span { border-color: rgb(82,124,136); }
td.TdClassName
{
border-color: #527C88;
}
.TagClassName
{
border-color: #527C88;
}
</style>