Shades of Jelly Bean #527A87
Tints of Jelly Bean #527A87
RGB
CMYK
RGB Variations
Color information
#527A87 (or 0x527A87) is known color: Jelly Bean. HEX triplet: 52, 7A and 87. RGB value is (82,122,135). Sum of RGB (Red+Green+Blue) = 82+122+135=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 135 - color contains mainly: blue. Hex color #527A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527A87 is #AD8578. Grayscale: #6F6F6F. Windows color (decimal): -11371897 or 8878674. OLE color: 8878674.
HSL color Cylindrical-coordinate representation of color #527A87: hue angle of 194.72º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #527A87 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 122 | 135 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.47 |
| HSL | 194.72º | 0.24% | 0.43% | - |
| HSV(B) | 194.72º | 0.39% | 0.53% | - |
| XYZ | 14.81 | 17.46 | 25.51 | - |
| YUV | 111.52 | 141.25 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 122 | 135 | 0.39 | 0.10 | 0 | 0.47 | 194.72 | 0.24 | 0.43 |
| Hex | 52 | 7A | 87 | 27 | A | 0 | 2F | C3 | 18 | 2B |
| Octal | 122 | 172 | 207 | 47 | 12 | 0 | 57 | 303 | 30 | 53 |
| Binary | 1010010 | 1111010 | 10000111 | 100111 | 1010 | 0 | 101111 | 11000011 | 11000 | 101011 |
Color Harmonies of #527A87
Complementary color
Monochromatic Colors of #527A87
Black with #527A87
Text Example
Text Example
White with #527A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527A87; }
p { color: rgb(82,122,135); }
H1.HeaderClassName
{
color: #527A87;
}
.AnyTagClassName
{
color: #527A87;
}
</style>
background-color css
<style>
a { background-color: #527A87; }
a { background-color: rgb(82,122,135); }
div.DivClassName
{
background-color: #527A87;
}
.BgClassName
{
background-color: #527A87;
}
</style>
border-color css
<style>
span { border-color: #527A87; }
span { border-color: rgb(82,122,135); }
td.TdClassName
{
border-color: #527A87;
}
.TagClassName
{
border-color: #527A87;
}
</style>