Shades of Jelly Bean #527A91
Tints of Jelly Bean #527A91
RGB
CMYK
RGB Variations
Color information
#527A91 (or 0x527A91) is known color: Jelly Bean. HEX triplet: 52, 7A and 91. RGB value is (82,122,145). Sum of RGB (Red+Green+Blue) = 82+122+145=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 145 - color contains mainly: blue. Hex color #527A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527A91 is #AD856E. Grayscale: #707070. Windows color (decimal): -11371887 or 9534034. OLE color: 9534034.
HSL color Cylindrical-coordinate representation of color #527A91: hue angle of 201.9º 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 #527A91 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 122 | 145 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.43 |
| HSL | 201.9º | 0.28% | 0.45% | - |
| HSV(B) | 201.9º | 0.43% | 0.57% | - |
| XYZ | 15.55 | 17.76 | 29.4 | - |
| YUV | 112.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 122 | 145 | 0.43 | 0.16 | 0 | 0.43 | 201.9 | 0.28 | 0.45 |
| Hex | 52 | 7A | 91 | 2B | 10 | 0 | 2B | CA | 1C | 2D |
| Octal | 122 | 172 | 221 | 53 | 20 | 0 | 53 | 312 | 34 | 55 |
| Binary | 1010010 | 1111010 | 10010001 | 101011 | 10000 | 0 | 101011 | 11001010 | 11100 | 101101 |
Color Harmonies of #527A91
Complementary color
Monochromatic Colors of #527A91
Black with #527A91
Text Example
Text Example
White with #527A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527A91; }
p { color: rgb(82,122,145); }
H1.HeaderClassName
{
color: #527A91;
}
.AnyTagClassName
{
color: #527A91;
}
</style>
background-color css
<style>
a { background-color: #527A91; }
a { background-color: rgb(82,122,145); }
div.DivClassName
{
background-color: #527A91;
}
.BgClassName
{
background-color: #527A91;
}
</style>
border-color css
<style>
span { border-color: #527A91; }
span { border-color: rgb(82,122,145); }
td.TdClassName
{
border-color: #527A91;
}
.TagClassName
{
border-color: #527A91;
}
</style>