Shades of Jelly Bean #517A95
Tints of Jelly Bean #517A95
RGB
CMYK
RGB Variations
Color information
#517A95 (or 0x517A95) is known color: Jelly Bean. HEX triplet: 51, 7A and 95. RGB value is (81,122,149). Sum of RGB (Red+Green+Blue) = 81+122+149=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #517A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517A95 is #AE856A. Grayscale: #707070. Windows color (decimal): -11437419 or 9796177. OLE color: 9796177.
HSL color Cylindrical-coordinate representation of color #517A95: hue angle of 203.82º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #517A95 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 122 | 149 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.42 |
| HSL | 203.82º | 0.3% | 0.45% | - |
| HSV(B) | 203.82º | 0.46% | 0.58% | - |
| XYZ | 15.78 | 17.84 | 31.05 | - |
| YUV | 112.82 | 148.42 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 149 | 0.46 | 0.18 | 0 | 0.42 | 203.82 | 0.3 | 0.45 |
| Hex | 51 | 7A | 95 | 2E | 12 | 0 | 2A | CC | 1E | 2D |
| Octal | 121 | 172 | 225 | 56 | 22 | 0 | 52 | 314 | 36 | 55 |
| Binary | 1010001 | 1111010 | 10010101 | 101110 | 10010 | 0 | 101010 | 11001100 | 11110 | 101101 |
Color Harmonies of #517A95
Complementary color
Monochromatic Colors of #517A95
Black with #517A95
Text Example
Text Example
White with #517A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517A95; }
p { color: rgb(81,122,149); }
H1.HeaderClassName
{
color: #517A95;
}
.AnyTagClassName
{
color: #517A95;
}
</style>
background-color css
<style>
a { background-color: #517A95; }
a { background-color: rgb(81,122,149); }
div.DivClassName
{
background-color: #517A95;
}
.BgClassName
{
background-color: #517A95;
}
</style>
border-color css
<style>
span { border-color: #517A95; }
span { border-color: rgb(81,122,149); }
td.TdClassName
{
border-color: #517A95;
}
.TagClassName
{
border-color: #517A95;
}
</style>