Shades of Jelly Bean #527F8D
Tints of Jelly Bean #527F8D
RGB
CMYK
RGB Variations
Color information
#527F8D (or 0x527F8D) is known color: Jelly Bean. HEX triplet: 52, 7F and 8D. RGB value is (82,127,141). Sum of RGB (Red+Green+Blue) = 82+127+141=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 141 - color contains mainly: blue. Hex color #527F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527F8D is #AD8072. Grayscale: #737373. Windows color (decimal): -11370611 or 9273170. OLE color: 9273170.
HSL color Cylindrical-coordinate representation of color #527F8D: hue angle of 194.24º 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 #527F8D is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 127 | 141 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.45 |
| HSL | 194.24º | 0.26% | 0.44% | - |
| HSV(B) | 194.24º | 0.42% | 0.55% | - |
| XYZ | 15.88 | 18.9 | 28.01 | - |
| YUV | 115.14 | 142.59 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 127 | 141 | 0.42 | 0.10 | 0 | 0.45 | 194.24 | 0.26 | 0.44 |
| Hex | 52 | 7F | 8D | 2A | A | 0 | 2D | C2 | 1A | 2C |
| Octal | 122 | 177 | 215 | 52 | 12 | 0 | 55 | 302 | 32 | 54 |
| Binary | 1010010 | 1111111 | 10001101 | 101010 | 1010 | 0 | 101101 | 11000010 | 11010 | 101100 |
Color Harmonies of #527F8D
Complementary color
Monochromatic Colors of #527F8D
Black with #527F8D
Text Example
Text Example
White with #527F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527F8D; }
p { color: rgb(82,127,141); }
H1.HeaderClassName
{
color: #527F8D;
}
.AnyTagClassName
{
color: #527F8D;
}
</style>
background-color css
<style>
a { background-color: #527F8D; }
a { background-color: rgb(82,127,141); }
div.DivClassName
{
background-color: #527F8D;
}
.BgClassName
{
background-color: #527F8D;
}
</style>
border-color css
<style>
span { border-color: #527F8D; }
span { border-color: rgb(82,127,141); }
td.TdClassName
{
border-color: #527F8D;
}
.TagClassName
{
border-color: #527F8D;
}
</style>