Shades of Jelly Bean #527992
Tints of Jelly Bean #527992
RGB
CMYK
RGB Variations
Color information
#527992 (or 0x527992) is known color: Jelly Bean. HEX triplet: 52, 79 and 92. RGB value is (82,121,146). Sum of RGB (Red+Green+Blue) = 82+121+146=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: blue. Hex color #527992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527992 is #AD866D. Grayscale: #707070. Windows color (decimal): -11372142 or 9599314. OLE color: 9599314.
HSL color Cylindrical-coordinate representation of color #527992: hue angle of 203.44º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #527992 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 121 | 146 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.43 |
| HSL | 203.44º | 0.28% | 0.45% | - |
| HSV(B) | 203.44º | 0.44% | 0.57% | - |
| XYZ | 15.51 | 17.54 | 29.76 | - |
| YUV | 112.19 | 147.08 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 121 | 146 | 0.44 | 0.17 | 0 | 0.43 | 203.44 | 0.28 | 0.45 |
| Hex | 52 | 79 | 92 | 2C | 11 | 0 | 2B | CB | 1C | 2D |
| Octal | 122 | 171 | 222 | 54 | 21 | 0 | 53 | 313 | 34 | 55 |
| Binary | 1010010 | 1111001 | 10010010 | 101100 | 10001 | 0 | 101011 | 11001011 | 11100 | 101101 |
Color Harmonies of #527992
Complementary color
Monochromatic Colors of #527992
Black with #527992
Text Example
Text Example
White with #527992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527992; }
p { color: rgb(82,121,146); }
H1.HeaderClassName
{
color: #527992;
}
.AnyTagClassName
{
color: #527992;
}
</style>
background-color css
<style>
a { background-color: #527992; }
a { background-color: rgb(82,121,146); }
div.DivClassName
{
background-color: #527992;
}
.BgClassName
{
background-color: #527992;
}
</style>
border-color css
<style>
span { border-color: #527992; }
span { border-color: rgb(82,121,146); }
td.TdClassName
{
border-color: #527992;
}
.TagClassName
{
border-color: #527992;
}
</style>