Shades of Jelly Bean #517D8C
Tints of Jelly Bean #517D8C
RGB
CMYK
RGB Variations
Color information
#517D8C (or 0x517D8C) is known color: Jelly Bean. HEX triplet: 51, 7D and 8C. RGB value is (81,125,140). Sum of RGB (Red+Green+Blue) = 81+125+140=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #517D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517D8C is #AE8273. Grayscale: #717171. Windows color (decimal): -11436660 or 9207121. OLE color: 9207121.
HSL color Cylindrical-coordinate representation of color #517D8C: hue angle of 195.25º 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 #517D8C is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 125 | 140 | - |
| CMYK | 0.42 | 0.11 | 0 | 0.45 |
| HSL | 195.25º | 0.27% | 0.43% | - |
| HSV(B) | 195.25º | 0.42% | 0.55% | - |
| XYZ | 15.46 | 18.31 | 27.53 | - |
| YUV | 113.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 140 | 0.42 | 0.11 | 0 | 0.45 | 195.25 | 0.27 | 0.43 |
| Hex | 51 | 7D | 8C | 2A | B | 0 | 2D | C3 | 1B | 2B |
| Octal | 121 | 175 | 214 | 52 | 13 | 0 | 55 | 303 | 33 | 53 |
| Binary | 1010001 | 1111101 | 10001100 | 101010 | 1011 | 0 | 101101 | 11000011 | 11011 | 101011 |
Color Harmonies of #517D8C
Complementary color
Monochromatic Colors of #517D8C
Black with #517D8C
Text Example
Text Example
White with #517D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517D8C; }
p { color: rgb(81,125,140); }
H1.HeaderClassName
{
color: #517D8C;
}
.AnyTagClassName
{
color: #517D8C;
}
</style>
background-color css
<style>
a { background-color: #517D8C; }
a { background-color: rgb(81,125,140); }
div.DivClassName
{
background-color: #517D8C;
}
.BgClassName
{
background-color: #517D8C;
}
</style>
border-color css
<style>
span { border-color: #517D8C; }
span { border-color: rgb(81,125,140); }
td.TdClassName
{
border-color: #517D8C;
}
.TagClassName
{
border-color: #517D8C;
}
</style>