Shades of Jelly Bean #517588
Tints of Jelly Bean #517588
RGB
CMYK
RGB Variations
Color information
#517588 (or 0x517588) is known color: Jelly Bean. HEX triplet: 51, 75 and 88. RGB value is (81,117,136). Sum of RGB (Red+Green+Blue) = 81+117+136=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 136 - color contains mainly: blue. Hex color #517588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517588 is #AE8A77. Grayscale: #6C6C6C. Windows color (decimal): -11438712 or 8942929. OLE color: 8942929.
HSL color Cylindrical-coordinate representation of color #517588: hue angle of 200.73º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #517588 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 117 | 136 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.47 |
| HSL | 200.73º | 0.25% | 0.43% | - |
| HSV(B) | 200.73º | 0.4% | 0.53% | - |
| XYZ | 14.2 | 16.25 | 25.68 | - |
| YUV | 108.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 117 | 136 | 0.40 | 0.14 | 0 | 0.47 | 200.73 | 0.25 | 0.43 |
| Hex | 51 | 75 | 88 | 28 | E | 0 | 2F | C9 | 19 | 2B |
| Octal | 121 | 165 | 210 | 50 | 16 | 0 | 57 | 311 | 31 | 53 |
| Binary | 1010001 | 1110101 | 10001000 | 101000 | 1110 | 0 | 101111 | 11001001 | 11001 | 101011 |
Color Harmonies of #517588
Complementary color
Monochromatic Colors of #517588
Black with #517588
Text Example
Text Example
White with #517588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517588; }
p { color: rgb(81,117,136); }
H1.HeaderClassName
{
color: #517588;
}
.AnyTagClassName
{
color: #517588;
}
</style>
background-color css
<style>
a { background-color: #517588; }
a { background-color: rgb(81,117,136); }
div.DivClassName
{
background-color: #517588;
}
.BgClassName
{
background-color: #517588;
}
</style>
border-color css
<style>
span { border-color: #517588; }
span { border-color: rgb(81,117,136); }
td.TdClassName
{
border-color: #517588;
}
.TagClassName
{
border-color: #517588;
}
</style>