Shades of Jelly Bean #51778C
Tints of Jelly Bean #51778C
RGB
CMYK
RGB Variations
Color information
#51778C (or 0x51778C) is known color: Jelly Bean. HEX triplet: 51, 77 and 8C. RGB value is (81,119,140). Sum of RGB (Red+Green+Blue) = 81+119+140=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #51778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51778C is #AE8873. Grayscale: #6D6D6D. Windows color (decimal): -11438196 or 9205585. OLE color: 9205585.
HSL color Cylindrical-coordinate representation of color #51778C: hue angle of 201.36º 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 #51778C is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 119 | 140 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.45 |
| HSL | 201.36º | 0.27% | 0.43% | - |
| HSV(B) | 201.36º | 0.42% | 0.55% | - |
| XYZ | 14.72 | 16.84 | 27.28 | - |
| YUV | 110.03 | 144.91 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 119 | 140 | 0.42 | 0.15 | 0 | 0.45 | 201.36 | 0.27 | 0.43 |
| Hex | 51 | 77 | 8C | 2A | F | 0 | 2D | C9 | 1B | 2B |
| Octal | 121 | 167 | 214 | 52 | 17 | 0 | 55 | 311 | 33 | 53 |
| Binary | 1010001 | 1110111 | 10001100 | 101010 | 1111 | 0 | 101101 | 11001001 | 11011 | 101011 |
Color Harmonies of #51778C
Complementary color
Monochromatic Colors of #51778C
Black with #51778C
Text Example
Text Example
White with #51778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51778C; }
p { color: rgb(81,119,140); }
H1.HeaderClassName
{
color: #51778C;
}
.AnyTagClassName
{
color: #51778C;
}
</style>
background-color css
<style>
a { background-color: #51778C; }
a { background-color: rgb(81,119,140); }
div.DivClassName
{
background-color: #51778C;
}
.BgClassName
{
background-color: #51778C;
}
</style>
border-color css
<style>
span { border-color: #51778C; }
span { border-color: rgb(81,119,140); }
td.TdClassName
{
border-color: #51778C;
}
.TagClassName
{
border-color: #51778C;
}
</style>