Shades of Jelly Bean #527C8C
Tints of Jelly Bean #527C8C
RGB
CMYK
RGB Variations
Color information
#527C8C (or 0x527C8C) is known color: Jelly Bean. HEX triplet: 52, 7C and 8C. RGB value is (82,124,140). Sum of RGB (Red+Green+Blue) = 82+124+140=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #527C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527C8C is #AD8373. Grayscale: #717171. Windows color (decimal): -11371380 or 9206866. OLE color: 9206866.
HSL color Cylindrical-coordinate representation of color #527C8C: hue angle of 196.55º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #527C8C is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 124 | 140 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.45 |
| HSL | 196.55º | 0.26% | 0.44% | - |
| HSV(B) | 196.55º | 0.41% | 0.55% | - |
| XYZ | 15.42 | 18.1 | 27.49 | - |
| YUV | 113.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 140 | 0.41 | 0.11 | 0 | 0.45 | 196.55 | 0.26 | 0.44 |
| Hex | 52 | 7C | 8C | 29 | B | 0 | 2D | C5 | 1A | 2C |
| Octal | 122 | 174 | 214 | 51 | 13 | 0 | 55 | 305 | 32 | 54 |
| Binary | 1010010 | 1111100 | 10001100 | 101001 | 1011 | 0 | 101101 | 11000101 | 11010 | 101100 |
Color Harmonies of #527C8C
Complementary color
Monochromatic Colors of #527C8C
Black with #527C8C
Text Example
Text Example
White with #527C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527C8C; }
p { color: rgb(82,124,140); }
H1.HeaderClassName
{
color: #527C8C;
}
.AnyTagClassName
{
color: #527C8C;
}
</style>
background-color css
<style>
a { background-color: #527C8C; }
a { background-color: rgb(82,124,140); }
div.DivClassName
{
background-color: #527C8C;
}
.BgClassName
{
background-color: #527C8C;
}
</style>
border-color css
<style>
span { border-color: #527C8C; }
span { border-color: rgb(82,124,140); }
td.TdClassName
{
border-color: #527C8C;
}
.TagClassName
{
border-color: #527C8C;
}
</style>