Shades of Jelly Bean #51768C
Tints of Jelly Bean #51768C
RGB
CMYK
RGB Variations
Color information
#51768C (or 0x51768C) is known color: Jelly Bean. HEX triplet: 51, 76 and 8C. RGB value is (81,118,140). Sum of RGB (Red+Green+Blue) = 81+118+140=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #51768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51768C is #AE8973. Grayscale: #6D6D6D. Windows color (decimal): -11438452 or 9205329. OLE color: 9205329.
HSL color Cylindrical-coordinate representation of color #51768C: hue angle of 202.37º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #51768C is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 118 | 140 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.45 |
| HSL | 202.37º | 0.27% | 0.43% | - |
| HSV(B) | 202.37º | 0.42% | 0.55% | - |
| XYZ | 14.61 | 16.6 | 27.25 | - |
| YUV | 109.45 | 145.24 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 118 | 140 | 0.42 | 0.16 | 0 | 0.45 | 202.37 | 0.27 | 0.43 |
| Hex | 51 | 76 | 8C | 2A | 10 | 0 | 2D | CA | 1B | 2B |
| Octal | 121 | 166 | 214 | 52 | 20 | 0 | 55 | 312 | 33 | 53 |
| Binary | 1010001 | 1110110 | 10001100 | 101010 | 10000 | 0 | 101101 | 11001010 | 11011 | 101011 |
Color Harmonies of #51768C
Complementary color
Monochromatic Colors of #51768C
Black with #51768C
Text Example
Text Example
White with #51768C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51768C; }
p { color: rgb(81,118,140); }
H1.HeaderClassName
{
color: #51768C;
}
.AnyTagClassName
{
color: #51768C;
}
</style>
background-color css
<style>
a { background-color: #51768C; }
a { background-color: rgb(81,118,140); }
div.DivClassName
{
background-color: #51768C;
}
.BgClassName
{
background-color: #51768C;
}
</style>
border-color css
<style>
span { border-color: #51768C; }
span { border-color: rgb(81,118,140); }
td.TdClassName
{
border-color: #51768C;
}
.TagClassName
{
border-color: #51768C;
}
</style>