Shades of Jelly Bean #528090
Tints of Jelly Bean #528090
RGB
CMYK
RGB Variations
Color information
#528090 (or 0x528090) is known color: Jelly Bean. HEX triplet: 52, 80 and 90. RGB value is (82,128,144). Sum of RGB (Red+Green+Blue) = 82+128+144=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #528090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528090 is #AD7F6F. Grayscale: #737373. Windows color (decimal): -11370352 or 9470034. OLE color: 9470034.
HSL color Cylindrical-coordinate representation of color #528090: hue angle of 195.48º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #528090 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 128 | 144 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.44 |
| HSL | 195.48º | 0.27% | 0.44% | - |
| HSV(B) | 195.48º | 0.43% | 0.56% | - |
| XYZ | 16.23 | 19.25 | 29.24 | - |
| YUV | 116.07 | 143.76 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 128 | 144 | 0.43 | 0.11 | 0 | 0.44 | 195.48 | 0.27 | 0.44 |
| Hex | 52 | 80 | 90 | 2B | B | 0 | 2C | C3 | 1B | 2C |
| Octal | 122 | 200 | 220 | 53 | 13 | 0 | 54 | 303 | 33 | 54 |
| Binary | 1010010 | 10000000 | 10010000 | 101011 | 1011 | 0 | 101100 | 11000011 | 11011 | 101100 |
Color Harmonies of #528090
Complementary color
Monochromatic Colors of #528090
Black with #528090
Text Example
Text Example
White with #528090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528090; }
p { color: rgb(82,128,144); }
H1.HeaderClassName
{
color: #528090;
}
.AnyTagClassName
{
color: #528090;
}
</style>
background-color css
<style>
a { background-color: #528090; }
a { background-color: rgb(82,128,144); }
div.DivClassName
{
background-color: #528090;
}
.BgClassName
{
background-color: #528090;
}
</style>
border-color css
<style>
span { border-color: #528090; }
span { border-color: rgb(82,128,144); }
td.TdClassName
{
border-color: #528090;
}
.TagClassName
{
border-color: #528090;
}
</style>