Shades of Jelly Bean #507D8D
Tints of Jelly Bean #507D8D
RGB
CMYK
RGB Variations
Color information
#507D8D (or 0x507D8D) is known color: Jelly Bean. HEX triplet: 50, 7D and 8D. RGB value is (80,125,141). Sum of RGB (Red+Green+Blue) = 80+125+141=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #507D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507D8D is #AF8272. Grayscale: #717171. Windows color (decimal): -11502195 or 9272656. OLE color: 9272656.
HSL color Cylindrical-coordinate representation of color #507D8D: hue angle of 195.74º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #507D8D is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 125 | 141 | - |
| CMYK | 0.43 | 0.11 | 0 | 0.45 |
| HSL | 195.74º | 0.28% | 0.43% | - |
| HSV(B) | 195.74º | 0.43% | 0.55% | - |
| XYZ | 15.45 | 18.3 | 27.92 | - |
| YUV | 113.37 | 143.59 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 125 | 141 | 0.43 | 0.11 | 0 | 0.45 | 195.74 | 0.28 | 0.43 |
| Hex | 50 | 7D | 8D | 2B | B | 0 | 2D | C4 | 1C | 2B |
| Octal | 120 | 175 | 215 | 53 | 13 | 0 | 55 | 304 | 34 | 53 |
| Binary | 1010000 | 1111101 | 10001101 | 101011 | 1011 | 0 | 101101 | 11000100 | 11100 | 101011 |
Color Harmonies of #507D8D
Complementary color
Monochromatic Colors of #507D8D
Black with #507D8D
Text Example
Text Example
White with #507D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507D8D; }
p { color: rgb(80,125,141); }
H1.HeaderClassName
{
color: #507D8D;
}
.AnyTagClassName
{
color: #507D8D;
}
</style>
background-color css
<style>
a { background-color: #507D8D; }
a { background-color: rgb(80,125,141); }
div.DivClassName
{
background-color: #507D8D;
}
.BgClassName
{
background-color: #507D8D;
}
</style>
border-color css
<style>
span { border-color: #507D8D; }
span { border-color: rgb(80,125,141); }
td.TdClassName
{
border-color: #507D8D;
}
.TagClassName
{
border-color: #507D8D;
}
</style>