Shades of Jelly Bean #517B8E
Tints of Jelly Bean #517B8E
RGB
CMYK
RGB Variations
Color information
#517B8E (or 0x517B8E) is known color: Jelly Bean. HEX triplet: 51, 7B and 8E. RGB value is (81,123,142). Sum of RGB (Red+Green+Blue) = 81+123+142=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 142 - color contains mainly: blue. Hex color #517B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517B8E is #AE8471. Grayscale: #707070. Windows color (decimal): -11437170 or 9337681. OLE color: 9337681.
HSL color Cylindrical-coordinate representation of color #517B8E: hue angle of 198.69º 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 #517B8E is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 123 | 142 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.44 |
| HSL | 198.69º | 0.27% | 0.44% | - |
| HSV(B) | 198.69º | 0.43% | 0.56% | - |
| XYZ | 15.36 | 17.87 | 28.23 | - |
| YUV | 112.61 | 144.59 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 123 | 142 | 0.43 | 0.13 | 0 | 0.44 | 198.69 | 0.27 | 0.44 |
| Hex | 51 | 7B | 8E | 2B | D | 0 | 2C | C7 | 1B | 2C |
| Octal | 121 | 173 | 216 | 53 | 15 | 0 | 54 | 307 | 33 | 54 |
| Binary | 1010001 | 1111011 | 10001110 | 101011 | 1101 | 0 | 101100 | 11000111 | 11011 | 101100 |
Color Harmonies of #517B8E
Complementary color
Monochromatic Colors of #517B8E
Black with #517B8E
Text Example
Text Example
White with #517B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517B8E; }
p { color: rgb(81,123,142); }
H1.HeaderClassName
{
color: #517B8E;
}
.AnyTagClassName
{
color: #517B8E;
}
</style>
background-color css
<style>
a { background-color: #517B8E; }
a { background-color: rgb(81,123,142); }
div.DivClassName
{
background-color: #517B8E;
}
.BgClassName
{
background-color: #517B8E;
}
</style>
border-color css
<style>
span { border-color: #517B8E; }
span { border-color: rgb(81,123,142); }
td.TdClassName
{
border-color: #517B8E;
}
.TagClassName
{
border-color: #517B8E;
}
</style>