Shades of Jelly Bean #527C95
Tints of Jelly Bean #527C95
RGB
CMYK
RGB Variations
Color information
#527C95 (or 0x527C95) is known color: Jelly Bean. HEX triplet: 52, 7C and 95. RGB value is (82,124,149). Sum of RGB (Red+Green+Blue) = 82+124+149=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: blue. Hex color #527C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527C95 is #AD836A. Grayscale: #727272. Windows color (decimal): -11371371 or 9796690. OLE color: 9796690.
HSL color Cylindrical-coordinate representation of color #527C95: hue angle of 202.39º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #527C95 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 124 | 149 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.42 |
| HSL | 202.39º | 0.29% | 0.45% | - |
| HSV(B) | 202.39º | 0.45% | 0.58% | - |
| XYZ | 16.11 | 18.38 | 31.13 | - |
| YUV | 114.29 | 147.59 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 149 | 0.45 | 0.17 | 0 | 0.42 | 202.39 | 0.29 | 0.45 |
| Hex | 52 | 7C | 95 | 2D | 11 | 0 | 2A | CA | 1D | 2D |
| Octal | 122 | 174 | 225 | 55 | 21 | 0 | 52 | 312 | 35 | 55 |
| Binary | 1010010 | 1111100 | 10010101 | 101101 | 10001 | 0 | 101010 | 11001010 | 11101 | 101101 |
Color Harmonies of #527C95
Complementary color
Monochromatic Colors of #527C95
Black with #527C95
Text Example
Text Example
White with #527C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527C95; }
p { color: rgb(82,124,149); }
H1.HeaderClassName
{
color: #527C95;
}
.AnyTagClassName
{
color: #527C95;
}
</style>
background-color css
<style>
a { background-color: #527C95; }
a { background-color: rgb(82,124,149); }
div.DivClassName
{
background-color: #527C95;
}
.BgClassName
{
background-color: #527C95;
}
</style>
border-color css
<style>
span { border-color: #527C95; }
span { border-color: rgb(82,124,149); }
td.TdClassName
{
border-color: #527C95;
}
.TagClassName
{
border-color: #527C95;
}
</style>