Shades of Jelly Bean #527B88
Tints of Jelly Bean #527B88
RGB
CMYK
RGB Variations
Color information
#527B88 (or 0x527B88) is known color: Jelly Bean. HEX triplet: 52, 7B and 88. RGB value is (82,123,136). Sum of RGB (Red+Green+Blue) = 82+123+136=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 136 - color contains mainly: blue. Hex color #527B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527B88 is #AD8477. Grayscale: #707070. Windows color (decimal): -11371640 or 8944466. OLE color: 8944466.
HSL color Cylindrical-coordinate representation of color #527B88: hue angle of 194.44º 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 #527B88 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 123 | 136 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.47 |
| HSL | 194.44º | 0.25% | 0.43% | - |
| HSV(B) | 194.44º | 0.4% | 0.53% | - |
| XYZ | 15.01 | 17.74 | 25.93 | - |
| YUV | 112.22 | 141.42 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 123 | 136 | 0.40 | 0.10 | 0 | 0.47 | 194.44 | 0.25 | 0.43 |
| Hex | 52 | 7B | 88 | 28 | A | 0 | 2F | C2 | 19 | 2B |
| Octal | 122 | 173 | 210 | 50 | 12 | 0 | 57 | 302 | 31 | 53 |
| Binary | 1010010 | 1111011 | 10001000 | 101000 | 1010 | 0 | 101111 | 11000010 | 11001 | 101011 |
Color Harmonies of #527B88
Complementary color
Monochromatic Colors of #527B88
Black with #527B88
Text Example
Text Example
White with #527B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527B88; }
p { color: rgb(82,123,136); }
H1.HeaderClassName
{
color: #527B88;
}
.AnyTagClassName
{
color: #527B88;
}
</style>
background-color css
<style>
a { background-color: #527B88; }
a { background-color: rgb(82,123,136); }
div.DivClassName
{
background-color: #527B88;
}
.BgClassName
{
background-color: #527B88;
}
</style>
border-color css
<style>
span { border-color: #527B88; }
span { border-color: rgb(82,123,136); }
td.TdClassName
{
border-color: #527B88;
}
.TagClassName
{
border-color: #527B88;
}
</style>