Shades of Jelly Bean #527A8A
Tints of Jelly Bean #527A8A
RGB
CMYK
RGB Variations
Color information
#527A8A (or 0x527A8A) is known color: Jelly Bean. HEX triplet: 52, 7A and 8A. RGB value is (82,122,138). Sum of RGB (Red+Green+Blue) = 82+122+138=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 138 - color contains mainly: blue. Hex color #527A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527A8A is #AD8575. Grayscale: #6F6F6F. Windows color (decimal): -11371894 or 9075282. OLE color: 9075282.
HSL color Cylindrical-coordinate representation of color #527A8A: hue angle of 197.14º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #527A8A is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 122 | 138 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.46 |
| HSL | 197.14º | 0.25% | 0.43% | - |
| HSV(B) | 197.14º | 0.41% | 0.54% | - |
| XYZ | 15.03 | 17.55 | 26.64 | - |
| YUV | 111.86 | 142.75 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 122 | 138 | 0.41 | 0.12 | 0 | 0.46 | 197.14 | 0.25 | 0.43 |
| Hex | 52 | 7A | 8A | 29 | C | 0 | 2E | C5 | 19 | 2B |
| Octal | 122 | 172 | 212 | 51 | 14 | 0 | 56 | 305 | 31 | 53 |
| Binary | 1010010 | 1111010 | 10001010 | 101001 | 1100 | 0 | 101110 | 11000101 | 11001 | 101011 |
Color Harmonies of #527A8A
Complementary color
Monochromatic Colors of #527A8A
Black with #527A8A
Text Example
Text Example
White with #527A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527A8A; }
p { color: rgb(82,122,138); }
H1.HeaderClassName
{
color: #527A8A;
}
.AnyTagClassName
{
color: #527A8A;
}
</style>
background-color css
<style>
a { background-color: #527A8A; }
a { background-color: rgb(82,122,138); }
div.DivClassName
{
background-color: #527A8A;
}
.BgClassName
{
background-color: #527A8A;
}
</style>
border-color css
<style>
span { border-color: #527A8A; }
span { border-color: rgb(82,122,138); }
td.TdClassName
{
border-color: #527A8A;
}
.TagClassName
{
border-color: #527A8A;
}
</style>