Shades of Jelly Bean #527985
Tints of Jelly Bean #527985
RGB
CMYK
RGB Variations
Color information
#527985 (or 0x527985) is known color: Jelly Bean. HEX triplet: 52, 79 and 85. RGB value is (82,121,133). Sum of RGB (Red+Green+Blue) = 82+121+133=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #527985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527985 is #AD867A. Grayscale: #6E6E6E. Windows color (decimal): -11372155 or 8747346. OLE color: 8747346.
HSL color Cylindrical-coordinate representation of color #527985: hue angle of 194.12º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #527985 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 121 | 133 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.48 |
| HSL | 194.12º | 0.24% | 0.42% | - |
| HSV(B) | 194.12º | 0.38% | 0.52% | - |
| XYZ | 14.55 | 17.16 | 24.74 | - |
| YUV | 110.71 | 140.58 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 121 | 133 | 0.38 | 0.09 | 0 | 0.48 | 194.12 | 0.24 | 0.42 |
| Hex | 52 | 79 | 85 | 26 | 9 | 0 | 30 | C2 | 18 | 2A |
| Octal | 122 | 171 | 205 | 46 | 11 | 0 | 60 | 302 | 30 | 52 |
| Binary | 1010010 | 1111001 | 10000101 | 100110 | 1001 | 0 | 110000 | 11000010 | 11000 | 101010 |
Color Harmonies of #527985
Complementary color
Monochromatic Colors of #527985
Black with #527985
Text Example
Text Example
White with #527985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527985; }
p { color: rgb(82,121,133); }
H1.HeaderClassName
{
color: #527985;
}
.AnyTagClassName
{
color: #527985;
}
</style>
background-color css
<style>
a { background-color: #527985; }
a { background-color: rgb(82,121,133); }
div.DivClassName
{
background-color: #527985;
}
.BgClassName
{
background-color: #527985;
}
</style>
border-color css
<style>
span { border-color: #527985; }
span { border-color: rgb(82,121,133); }
td.TdClassName
{
border-color: #527985;
}
.TagClassName
{
border-color: #527985;
}
</style>