Shades of Jelly Bean #517D8E
Tints of Jelly Bean #517D8E
RGB
CMYK
RGB Variations
Color information
#517D8E (or 0x517D8E) is known color: Jelly Bean. HEX triplet: 51, 7D and 8E. RGB value is (81,125,142). Sum of RGB (Red+Green+Blue) = 81+125+142=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #517D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517D8E is #AE8271. Grayscale: #717171. Windows color (decimal): -11436658 or 9338193. OLE color: 9338193.
HSL color Cylindrical-coordinate representation of color #517D8E: hue angle of 196.72º 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 #517D8E is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 125 | 142 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.44 |
| HSL | 196.72º | 0.27% | 0.44% | - |
| HSV(B) | 196.72º | 0.43% | 0.56% | - |
| XYZ | 15.61 | 18.37 | 28.31 | - |
| YUV | 113.78 | 143.92 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 142 | 0.43 | 0.12 | 0 | 0.44 | 196.72 | 0.27 | 0.44 |
| Hex | 51 | 7D | 8E | 2B | C | 0 | 2C | C5 | 1B | 2C |
| Octal | 121 | 175 | 216 | 53 | 14 | 0 | 54 | 305 | 33 | 54 |
| Binary | 1010001 | 1111101 | 10001110 | 101011 | 1100 | 0 | 101100 | 11000101 | 11011 | 101100 |
Color Harmonies of #517D8E
Complementary color
Monochromatic Colors of #517D8E
Black with #517D8E
Text Example
Text Example
White with #517D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517D8E; }
p { color: rgb(81,125,142); }
H1.HeaderClassName
{
color: #517D8E;
}
.AnyTagClassName
{
color: #517D8E;
}
</style>
background-color css
<style>
a { background-color: #517D8E; }
a { background-color: rgb(81,125,142); }
div.DivClassName
{
background-color: #517D8E;
}
.BgClassName
{
background-color: #517D8E;
}
</style>
border-color css
<style>
span { border-color: #517D8E; }
span { border-color: rgb(81,125,142); }
td.TdClassName
{
border-color: #517D8E;
}
.TagClassName
{
border-color: #517D8E;
}
</style>