Shades of Jelly Bean #527991
Tints of Jelly Bean #527991
RGB
CMYK
RGB Variations
Color information
#527991 (or 0x527991) is known color: Jelly Bean. HEX triplet: 52, 79 and 91. RGB value is (82,121,145). Sum of RGB (Red+Green+Blue) = 82+121+145=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 145 - color contains mainly: blue. Hex color #527991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527991 is #AD866E. Grayscale: #6F6F6F. Windows color (decimal): -11372143 or 9533778. OLE color: 9533778.
HSL color Cylindrical-coordinate representation of color #527991: hue angle of 202.86º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #527991 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 121 | 145 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.43 |
| HSL | 202.86º | 0.28% | 0.45% | - |
| HSV(B) | 202.86º | 0.43% | 0.57% | - |
| XYZ | 15.43 | 17.51 | 29.36 | - |
| YUV | 112.08 | 146.58 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 121 | 145 | 0.43 | 0.17 | 0 | 0.43 | 202.86 | 0.28 | 0.45 |
| Hex | 52 | 79 | 91 | 2B | 11 | 0 | 2B | CB | 1C | 2D |
| Octal | 122 | 171 | 221 | 53 | 21 | 0 | 53 | 313 | 34 | 55 |
| Binary | 1010010 | 1111001 | 10010001 | 101011 | 10001 | 0 | 101011 | 11001011 | 11100 | 101101 |
Color Harmonies of #527991
Complementary color
Monochromatic Colors of #527991
Black with #527991
Text Example
Text Example
White with #527991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527991; }
p { color: rgb(82,121,145); }
H1.HeaderClassName
{
color: #527991;
}
.AnyTagClassName
{
color: #527991;
}
</style>
background-color css
<style>
a { background-color: #527991; }
a { background-color: rgb(82,121,145); }
div.DivClassName
{
background-color: #527991;
}
.BgClassName
{
background-color: #527991;
}
</style>
border-color css
<style>
span { border-color: #527991; }
span { border-color: rgb(82,121,145); }
td.TdClassName
{
border-color: #527991;
}
.TagClassName
{
border-color: #527991;
}
</style>