Shades of Jelly Bean #517E8A
Tints of Jelly Bean #517E8A
RGB
CMYK
RGB Variations
Color information
#517E8A (or 0x517E8A) is known color: Jelly Bean. HEX triplet: 51, 7E and 8A. RGB value is (81,126,138). Sum of RGB (Red+Green+Blue) = 81+126+138=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #517E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517E8A is #AE8175. Grayscale: #717171. Windows color (decimal): -11436406 or 9076305. OLE color: 9076305.
HSL color Cylindrical-coordinate representation of color #517E8A: hue angle of 192.63º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #517E8A is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 81 | 126 | 138 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.46 |
| HSL | 192.63º | 0.26% | 0.43% | - |
| HSV(B) | 192.63º | 0.41% | 0.54% | - |
| XYZ | 15.44 | 18.51 | 26.8 | - |
| YUV | 113.91 | 141.59 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 126 | 138 | 0.41 | 0.09 | 0 | 0.46 | 192.63 | 0.26 | 0.43 |
| Hex | 51 | 7E | 8A | 29 | 9 | 0 | 2E | C1 | 1A | 2B |
| Octal | 121 | 176 | 212 | 51 | 11 | 0 | 56 | 301 | 32 | 53 |
| Binary | 1010001 | 1111110 | 10001010 | 101001 | 1001 | 0 | 101110 | 11000001 | 11010 | 101011 |
Color Harmonies of #517E8A
Complementary color
Monochromatic Colors of #517E8A
Black with #517E8A
Text Example
Text Example
White with #517E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517E8A; }
p { color: rgb(81,126,138); }
H1.HeaderClassName
{
color: #517E8A;
}
.AnyTagClassName
{
color: #517E8A;
}
</style>
background-color css
<style>
a { background-color: #517E8A; }
a { background-color: rgb(81,126,138); }
div.DivClassName
{
background-color: #517E8A;
}
.BgClassName
{
background-color: #517E8A;
}
</style>
border-color css
<style>
span { border-color: #517E8A; }
span { border-color: rgb(81,126,138); }
td.TdClassName
{
border-color: #517E8A;
}
.TagClassName
{
border-color: #517E8A;
}
</style>