Shades of Jelly Bean #527C91
Tints of Jelly Bean #527C91
RGB
CMYK
RGB Variations
Color information
#527C91 (or 0x527C91) is known color: Jelly Bean. HEX triplet: 52, 7C and 91. RGB value is (82,124,145). Sum of RGB (Red+Green+Blue) = 82+124+145=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 145 - color contains mainly: blue. Hex color #527C91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527C91 is #AD836E. Grayscale: #717171. Windows color (decimal): -11371375 or 9534546. OLE color: 9534546.
HSL color Cylindrical-coordinate representation of color #527C91: hue angle of 200º 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 #527C91 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 124 | 145 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.43 |
| HSL | 200º | 0.28% | 0.45% | - |
| HSV(B) | 200º | 0.43% | 0.57% | - |
| XYZ | 15.8 | 18.25 | 29.48 | - |
| YUV | 113.84 | 145.59 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 145 | 0.43 | 0.14 | 0 | 0.43 | 200 | 0.28 | 0.45 |
| Hex | 52 | 7C | 91 | 2B | E | 0 | 2B | C8 | 1C | 2D |
| Octal | 122 | 174 | 221 | 53 | 16 | 0 | 53 | 310 | 34 | 55 |
| Binary | 1010010 | 1111100 | 10010001 | 101011 | 1110 | 0 | 101011 | 11001000 | 11100 | 101101 |
Color Harmonies of #527C91
Complementary color
Monochromatic Colors of #527C91
Black with #527C91
Text Example
Text Example
White with #527C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527C91; }
p { color: rgb(82,124,145); }
H1.HeaderClassName
{
color: #527C91;
}
.AnyTagClassName
{
color: #527C91;
}
</style>
background-color css
<style>
a { background-color: #527C91; }
a { background-color: rgb(82,124,145); }
div.DivClassName
{
background-color: #527C91;
}
.BgClassName
{
background-color: #527C91;
}
</style>
border-color css
<style>
span { border-color: #527C91; }
span { border-color: rgb(82,124,145); }
td.TdClassName
{
border-color: #527C91;
}
.TagClassName
{
border-color: #527C91;
}
</style>