Shades of Jelly Bean #527891
Tints of Jelly Bean #527891
RGB
CMYK
RGB Variations
Color information
#527891 (or 0x527891) is known color: Jelly Bean. HEX triplet: 52, 78 and 91. RGB value is (82,120,145). Sum of RGB (Red+Green+Blue) = 82+120+145=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 145 - color contains mainly: blue. Hex color #527891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527891 is #AD876E. Grayscale: #6F6F6F. Windows color (decimal): -11372399 or 9533522. OLE color: 9533522.
HSL color Cylindrical-coordinate representation of color #527891: hue angle of 203.81º 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 #527891 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 120 | 145 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.43 |
| HSL | 203.81º | 0.28% | 0.45% | - |
| HSV(B) | 203.81º | 0.43% | 0.57% | - |
| XYZ | 15.31 | 17.27 | 29.31 | - |
| YUV | 111.49 | 146.91 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 120 | 145 | 0.43 | 0.17 | 0 | 0.43 | 203.81 | 0.28 | 0.45 |
| Hex | 52 | 78 | 91 | 2B | 11 | 0 | 2B | CC | 1C | 2D |
| Octal | 122 | 170 | 221 | 53 | 21 | 0 | 53 | 314 | 34 | 55 |
| Binary | 1010010 | 1111000 | 10010001 | 101011 | 10001 | 0 | 101011 | 11001100 | 11100 | 101101 |
Color Harmonies of #527891
Complementary color
Monochromatic Colors of #527891
Black with #527891
Text Example
Text Example
White with #527891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527891; }
p { color: rgb(82,120,145); }
H1.HeaderClassName
{
color: #527891;
}
.AnyTagClassName
{
color: #527891;
}
</style>
background-color css
<style>
a { background-color: #527891; }
a { background-color: rgb(82,120,145); }
div.DivClassName
{
background-color: #527891;
}
.BgClassName
{
background-color: #527891;
}
</style>
border-color css
<style>
span { border-color: #527891; }
span { border-color: rgb(82,120,145); }
td.TdClassName
{
border-color: #527891;
}
.TagClassName
{
border-color: #527891;
}
</style>