Shades of Jelly Bean #517A90
Tints of Jelly Bean #517A90
RGB
CMYK
RGB Variations
Color information
#517A90 (or 0x517A90) is known color: Jelly Bean. HEX triplet: 51, 7A and 90. RGB value is (81,122,144). Sum of RGB (Red+Green+Blue) = 81+122+144=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #517A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517A90 is #AE856F. Grayscale: #707070. Windows color (decimal): -11437424 or 9468497. OLE color: 9468497.
HSL color Cylindrical-coordinate representation of color #517A90: hue angle of 200.95º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #517A90 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 122 | 144 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.44 |
| HSL | 200.95º | 0.28% | 0.44% | - |
| HSV(B) | 200.95º | 0.44% | 0.56% | - |
| XYZ | 15.39 | 17.68 | 28.99 | - |
| YUV | 112.25 | 145.92 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 144 | 0.44 | 0.15 | 0 | 0.44 | 200.95 | 0.28 | 0.44 |
| Hex | 51 | 7A | 90 | 2C | F | 0 | 2C | C9 | 1C | 2C |
| Octal | 121 | 172 | 220 | 54 | 17 | 0 | 54 | 311 | 34 | 54 |
| Binary | 1010001 | 1111010 | 10010000 | 101100 | 1111 | 0 | 101100 | 11001001 | 11100 | 101100 |
Color Harmonies of #517A90
Complementary color
Monochromatic Colors of #517A90
Black with #517A90
Text Example
Text Example
White with #517A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517A90; }
p { color: rgb(81,122,144); }
H1.HeaderClassName
{
color: #517A90;
}
.AnyTagClassName
{
color: #517A90;
}
</style>
background-color css
<style>
a { background-color: #517A90; }
a { background-color: rgb(81,122,144); }
div.DivClassName
{
background-color: #517A90;
}
.BgClassName
{
background-color: #517A90;
}
</style>
border-color css
<style>
span { border-color: #517A90; }
span { border-color: rgb(81,122,144); }
td.TdClassName
{
border-color: #517A90;
}
.TagClassName
{
border-color: #517A90;
}
</style>