Shades of Jelly Bean #527888
Tints of Jelly Bean #527888
RGB
CMYK
RGB Variations
Color information
#527888 (or 0x527888) is known color: Jelly Bean. HEX triplet: 52, 78 and 88. RGB value is (82,120,136). Sum of RGB (Red+Green+Blue) = 82+120+136=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #527888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527888 is #AD8777. Grayscale: #6E6E6E. Windows color (decimal): -11372408 or 8943698. OLE color: 8943698.
HSL color Cylindrical-coordinate representation of color #527888: hue angle of 197.78º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #527888 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 120 | 136 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.47 |
| HSL | 197.78º | 0.25% | 0.43% | - |
| HSV(B) | 197.78º | 0.4% | 0.53% | - |
| XYZ | 14.64 | 17 | 25.8 | - |
| YUV | 110.46 | 142.41 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 120 | 136 | 0.40 | 0.12 | 0 | 0.47 | 197.78 | 0.25 | 0.43 |
| Hex | 52 | 78 | 88 | 28 | C | 0 | 2F | C6 | 19 | 2B |
| Octal | 122 | 170 | 210 | 50 | 14 | 0 | 57 | 306 | 31 | 53 |
| Binary | 1010010 | 1111000 | 10001000 | 101000 | 1100 | 0 | 101111 | 11000110 | 11001 | 101011 |
Color Harmonies of #527888
Complementary color
Monochromatic Colors of #527888
Black with #527888
Text Example
Text Example
White with #527888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527888; }
p { color: rgb(82,120,136); }
H1.HeaderClassName
{
color: #527888;
}
.AnyTagClassName
{
color: #527888;
}
</style>
background-color css
<style>
a { background-color: #527888; }
a { background-color: rgb(82,120,136); }
div.DivClassName
{
background-color: #527888;
}
.BgClassName
{
background-color: #527888;
}
</style>
border-color css
<style>
span { border-color: #527888; }
span { border-color: rgb(82,120,136); }
td.TdClassName
{
border-color: #527888;
}
.TagClassName
{
border-color: #527888;
}
</style>