Shades of Jelly Bean #527E8D
Tints of Jelly Bean #527E8D
RGB
CMYK
RGB Variations
Color information
#527E8D (or 0x527E8D) is known color: Jelly Bean. HEX triplet: 52, 7E and 8D. RGB value is (82,126,141). Sum of RGB (Red+Green+Blue) = 82+126+141=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 141 - color contains mainly: blue. Hex color #527E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527E8D is #AD8172. Grayscale: #727272. Windows color (decimal): -11370867 or 9272914. OLE color: 9272914.
HSL color Cylindrical-coordinate representation of color #527E8D: hue angle of 195.25º 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 #527E8D is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 126 | 141 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.45 |
| HSL | 195.25º | 0.26% | 0.44% | - |
| HSV(B) | 195.25º | 0.42% | 0.55% | - |
| XYZ | 15.75 | 18.64 | 27.97 | - |
| YUV | 114.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 141 | 0.42 | 0.11 | 0 | 0.45 | 195.25 | 0.26 | 0.44 |
| Hex | 52 | 7E | 8D | 2A | B | 0 | 2D | C3 | 1A | 2C |
| Octal | 122 | 176 | 215 | 52 | 13 | 0 | 55 | 303 | 32 | 54 |
| Binary | 1010010 | 1111110 | 10001101 | 101010 | 1011 | 0 | 101101 | 11000011 | 11010 | 101100 |
Color Harmonies of #527E8D
Complementary color
Monochromatic Colors of #527E8D
Black with #527E8D
Text Example
Text Example
White with #527E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527E8D; }
p { color: rgb(82,126,141); }
H1.HeaderClassName
{
color: #527E8D;
}
.AnyTagClassName
{
color: #527E8D;
}
</style>
background-color css
<style>
a { background-color: #527E8D; }
a { background-color: rgb(82,126,141); }
div.DivClassName
{
background-color: #527E8D;
}
.BgClassName
{
background-color: #527E8D;
}
</style>
border-color css
<style>
span { border-color: #527E8D; }
span { border-color: rgb(82,126,141); }
td.TdClassName
{
border-color: #527E8D;
}
.TagClassName
{
border-color: #527E8D;
}
</style>