Shades of Jelly Bean #52768A
Tints of Jelly Bean #52768A
RGB
CMYK
RGB Variations
Color information
#52768A (or 0x52768A) is known color: Jelly Bean. HEX triplet: 52, 76 and 8A. RGB value is (82,118,138). Sum of RGB (Red+Green+Blue) = 82+118+138=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #52768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52768A is #AD8975. Grayscale: #6D6D6D. Windows color (decimal): -11372918 or 9074258. OLE color: 9074258.
HSL color Cylindrical-coordinate representation of color #52768A: hue angle of 201.43º 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 #52768A is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 118 | 138 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.46 |
| HSL | 201.43º | 0.25% | 0.43% | - |
| HSV(B) | 201.43º | 0.41% | 0.54% | - |
| XYZ | 14.55 | 16.59 | 26.48 | - |
| YUV | 109.52 | 144.07 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 118 | 138 | 0.41 | 0.14 | 0 | 0.46 | 201.43 | 0.25 | 0.43 |
| Hex | 52 | 76 | 8A | 29 | E | 0 | 2E | C9 | 19 | 2B |
| Octal | 122 | 166 | 212 | 51 | 16 | 0 | 56 | 311 | 31 | 53 |
| Binary | 1010010 | 1110110 | 10001010 | 101001 | 1110 | 0 | 101110 | 11001001 | 11001 | 101011 |
Color Harmonies of #52768A
Complementary color
Monochromatic Colors of #52768A
Black with #52768A
Text Example
Text Example
White with #52768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52768A; }
p { color: rgb(82,118,138); }
H1.HeaderClassName
{
color: #52768A;
}
.AnyTagClassName
{
color: #52768A;
}
</style>
background-color css
<style>
a { background-color: #52768A; }
a { background-color: rgb(82,118,138); }
div.DivClassName
{
background-color: #52768A;
}
.BgClassName
{
background-color: #52768A;
}
</style>
border-color css
<style>
span { border-color: #52768A; }
span { border-color: rgb(82,118,138); }
td.TdClassName
{
border-color: #52768A;
}
.TagClassName
{
border-color: #52768A;
}
</style>