Shades of Jelly Bean #527C8D
Tints of Jelly Bean #527C8D
RGB
CMYK
RGB Variations
Color information
#527C8D (or 0x527C8D) is known color: Jelly Bean. HEX triplet: 52, 7C and 8D. RGB value is (82,124,141). Sum of RGB (Red+Green+Blue) = 82+124+141=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #527C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527C8D is #AD8372. Grayscale: #717171. Windows color (decimal): -11371379 or 9272402. OLE color: 9272402.
HSL color Cylindrical-coordinate representation of color #527C8D: hue angle of 197.29º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #527C8D is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 124 | 141 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.45 |
| HSL | 197.29º | 0.26% | 0.44% | - |
| HSV(B) | 197.29º | 0.42% | 0.55% | - |
| XYZ | 15.5 | 18.13 | 27.88 | - |
| YUV | 113.38 | 143.59 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 141 | 0.42 | 0.12 | 0 | 0.45 | 197.29 | 0.26 | 0.44 |
| Hex | 52 | 7C | 8D | 2A | C | 0 | 2D | C5 | 1A | 2C |
| Octal | 122 | 174 | 215 | 52 | 14 | 0 | 55 | 305 | 32 | 54 |
| Binary | 1010010 | 1111100 | 10001101 | 101010 | 1100 | 0 | 101101 | 11000101 | 11010 | 101100 |
Color Harmonies of #527C8D
Complementary color
Monochromatic Colors of #527C8D
Black with #527C8D
Text Example
Text Example
White with #527C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527C8D; }
p { color: rgb(82,124,141); }
H1.HeaderClassName
{
color: #527C8D;
}
.AnyTagClassName
{
color: #527C8D;
}
</style>
background-color css
<style>
a { background-color: #527C8D; }
a { background-color: rgb(82,124,141); }
div.DivClassName
{
background-color: #527C8D;
}
.BgClassName
{
background-color: #527C8D;
}
</style>
border-color css
<style>
span { border-color: #527C8D; }
span { border-color: rgb(82,124,141); }
td.TdClassName
{
border-color: #527C8D;
}
.TagClassName
{
border-color: #527C8D;
}
</style>