Shades of Jelly Bean #517B8D
Tints of Jelly Bean #517B8D
RGB
CMYK
RGB Variations
Color information
#517B8D (or 0x517B8D) is known color: Jelly Bean. HEX triplet: 51, 7B and 8D. RGB value is (81,123,141). Sum of RGB (Red+Green+Blue) = 81+123+141=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #517B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517B8D is #AE8472. Grayscale: #707070. Windows color (decimal): -11437171 or 9272145. OLE color: 9272145.
HSL color Cylindrical-coordinate representation of color #517B8D: hue angle of 198º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #517B8D is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 123 | 141 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.45 |
| HSL | 198º | 0.27% | 0.44% | - |
| HSV(B) | 198º | 0.43% | 0.55% | - |
| XYZ | 15.28 | 17.84 | 27.84 | - |
| YUV | 112.49 | 144.09 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 123 | 141 | 0.43 | 0.13 | 0 | 0.45 | 198 | 0.27 | 0.44 |
| Hex | 51 | 7B | 8D | 2B | D | 0 | 2D | C6 | 1B | 2C |
| Octal | 121 | 173 | 215 | 53 | 15 | 0 | 55 | 306 | 33 | 54 |
| Binary | 1010001 | 1111011 | 10001101 | 101011 | 1101 | 0 | 101101 | 11000110 | 11011 | 101100 |
Color Harmonies of #517B8D
Complementary color
Monochromatic Colors of #517B8D
Black with #517B8D
Text Example
Text Example
White with #517B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517B8D; }
p { color: rgb(81,123,141); }
H1.HeaderClassName
{
color: #517B8D;
}
.AnyTagClassName
{
color: #517B8D;
}
</style>
background-color css
<style>
a { background-color: #517B8D; }
a { background-color: rgb(81,123,141); }
div.DivClassName
{
background-color: #517B8D;
}
.BgClassName
{
background-color: #517B8D;
}
</style>
border-color css
<style>
span { border-color: #517B8D; }
span { border-color: rgb(81,123,141); }
td.TdClassName
{
border-color: #517B8D;
}
.TagClassName
{
border-color: #517B8D;
}
</style>