Shades of Jelly Bean #517F8F
Tints of Jelly Bean #517F8F
RGB
CMYK
RGB Variations
Color information
#517F8F (or 0x517F8F) is known color: Jelly Bean. HEX triplet: 51, 7F and 8F. RGB value is (81,127,143). Sum of RGB (Red+Green+Blue) = 81+127+143=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 143 - color contains mainly: blue. Hex color #517F8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517F8F is #AE8070. Grayscale: #727272. Windows color (decimal): -11436145 or 9404241. OLE color: 9404241.
HSL color Cylindrical-coordinate representation of color #517F8F: hue angle of 195.48º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #517F8F is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 127 | 143 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.44 |
| HSL | 195.48º | 0.28% | 0.44% | - |
| HSV(B) | 195.48º | 0.43% | 0.56% | - |
| XYZ | 15.94 | 18.91 | 28.8 | - |
| YUV | 115.07 | 143.76 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 127 | 143 | 0.43 | 0.11 | 0 | 0.44 | 195.48 | 0.28 | 0.44 |
| Hex | 51 | 7F | 8F | 2B | B | 0 | 2C | C3 | 1C | 2C |
| Octal | 121 | 177 | 217 | 53 | 13 | 0 | 54 | 303 | 34 | 54 |
| Binary | 1010001 | 1111111 | 10001111 | 101011 | 1011 | 0 | 101100 | 11000011 | 11100 | 101100 |
Color Harmonies of #517F8F
Complementary color
Monochromatic Colors of #517F8F
Black with #517F8F
Text Example
Text Example
White with #517F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517F8F; }
p { color: rgb(81,127,143); }
H1.HeaderClassName
{
color: #517F8F;
}
.AnyTagClassName
{
color: #517F8F;
}
</style>
background-color css
<style>
a { background-color: #517F8F; }
a { background-color: rgb(81,127,143); }
div.DivClassName
{
background-color: #517F8F;
}
.BgClassName
{
background-color: #517F8F;
}
</style>
border-color css
<style>
span { border-color: #517F8F; }
span { border-color: rgb(81,127,143); }
td.TdClassName
{
border-color: #517F8F;
}
.TagClassName
{
border-color: #517F8F;
}
</style>