Shades of Jelly Bean #507685
Tints of Jelly Bean #507685
RGB
CMYK
RGB Variations
Color information
#507685 (or 0x507685) is known color: Jelly Bean. HEX triplet: 50, 76 and 85. RGB value is (80,118,133). Sum of RGB (Red+Green+Blue) = 80+118+133=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #507685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507685 is #AF897A. Grayscale: #6C6C6C. Windows color (decimal): -11503995 or 8746576. OLE color: 8746576.
HSL color Cylindrical-coordinate representation of color #507685: hue angle of 196.98º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #507685 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 118 | 133 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.48 |
| HSL | 196.98º | 0.25% | 0.42% | - |
| HSV(B) | 196.98º | 0.4% | 0.52% | - |
| XYZ | 14.02 | 16.36 | 24.61 | - |
| YUV | 108.35 | 141.91 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 133 | 0.40 | 0.11 | 0 | 0.48 | 196.98 | 0.25 | 0.42 |
| Hex | 50 | 76 | 85 | 28 | B | 0 | 30 | C5 | 19 | 2A |
| Octal | 120 | 166 | 205 | 50 | 13 | 0 | 60 | 305 | 31 | 52 |
| Binary | 1010000 | 1110110 | 10000101 | 101000 | 1011 | 0 | 110000 | 11000101 | 11001 | 101010 |
Color Harmonies of #507685
Complementary color
Monochromatic Colors of #507685
Black with #507685
Text Example
Text Example
White with #507685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507685; }
p { color: rgb(80,118,133); }
H1.HeaderClassName
{
color: #507685;
}
.AnyTagClassName
{
color: #507685;
}
</style>
background-color css
<style>
a { background-color: #507685; }
a { background-color: rgb(80,118,133); }
div.DivClassName
{
background-color: #507685;
}
.BgClassName
{
background-color: #507685;
}
</style>
border-color css
<style>
span { border-color: #507685; }
span { border-color: rgb(80,118,133); }
td.TdClassName
{
border-color: #507685;
}
.TagClassName
{
border-color: #507685;
}
</style>